Searched refs:unwind (Results 1 - 25 of 157) sorted by relevance

1234567

/linux-master/arch/parisc/include/asm/
H A Dmodule.h22 struct unwind_table *unwind; member in struct:mod_arch_specific
/linux-master/arch/microblaze/kernel/
H A Dstacktrace.c17 #include <asm/unwind.h>
/linux-master/arch/loongarch/kernel/
H A Dunwind_guess.c5 #include <asm/unwind.h>
H A Dunwind.c8 #include <asm/unwind.h>
/linux-master/tools/testing/selftests/arm64/abi/
H A DMakefile13 $(CC) -fno-asynchronous-unwind-tables -fno-ident -s -Os -nostdlib \
/linux-master/arch/arm/vdso/
H A Dvgettimeofday.c10 #include <asm/unwind.h>
/linux-master/arch/parisc/kernel/
H A Dstacktrace.c7 * and parisc unwind functions by Randolph Chung <tausq@debian.org>
14 #include <asm/unwind.h>
H A Dvmlinux.lds.S132 /* unwind info */
134 .PARISC.unwind : {
136 *(.PARISC.unwind)
/linux-master/arch/arm/lib/
H A Dcall_with_stack.S11 #include <asm/unwind.h>
/linux-master/arch/arm/include/asm/
H A Dmodule.h6 #include <asm/unwind.h>
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dstacktrace.c23 * Save the information needed by the host to unwind the non-protected
70 static void notrace unwind(struct unwind_state *state, function
135 unwind(&state, pkvm_save_backtrace_entry, &idx);
/linux-master/tools/perf/
H A Dbuiltin-version.c75 STATUS(HAVE_DWARF_SUPPORT, libdw-dwarf-unwind);
86 STATUS(HAVE_DWARF_UNWIND_SUPPORT, dwarf-unwind-support);
/linux-master/arch/riscv/kernel/pi/
H A DMakefile9 -fno-asynchronous-unwind-tables -fno-unwind-tables \
/linux-master/arch/arm64/kernel/pi/
H A DMakefile11 -fno-asynchronous-unwind-tables -fno-unwind-tables \
/linux-master/arch/arm64/
H A DMakefile58 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables
59 KBUILD_AFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables
61 KBUILD_CFLAGS += -fasynchronous-unwind-tables
62 KBUILD_AFLAGS += -fasynchronous-unwind-tables
/linux-master/kernel/rcu/
H A Drcuscale.c800 goto unwind;
812 goto unwind;
819 goto unwind;
828 unwind:
974 goto unwind;
1001 goto unwind;
1009 goto unwind;
1015 goto unwind;
1029 goto unwind;
1037 goto unwind;
[all...]
/linux-master/arch/arm/kernel/
H A Dsmccc-call.S11 #include <asm/unwind.h>
/linux-master/arch/arm64/kvm/
H A Dstacktrace.c8 * HYP stack pages and unwind the HYP stack in EL1. This saves having
118 * space so it can be unwound by the regular unwind functions.
126 static void unwind(struct unwind_state *state, function
195 unwind(&state, kvm_nvhe_dump_backtrace_entry, (void *)hyp_offset);
/linux-master/tools/tracing/rtla/
H A DMakefile.rtla19 -fasynchronous-unwind-tables -fstack-clash-protection
/linux-master/tools/verification/rv/
H A DMakefile.rv19 -fasynchronous-unwind-tables -fstack-clash-protection
/linux-master/arch/s390/kernel/vdso32/
H A DMakefile22 KBUILD_CFLAGS_32 := $(filter-out -fno-asynchronous-unwind-tables,$(KBUILD_CFLAGS_32))
23 KBUILD_CFLAGS_32 += -m31 -fPIC -shared -fno-common -fno-builtin -fasynchronous-unwind-tables
/linux-master/arch/parisc/boot/compressed/
H A Dvmlinux.lds.S97 *(.PARISC.unwind) /* no unwind data */
/linux-master/tools/testing/selftests/vDSO/
H A DMakefile16 CFLAGS_vdso_standalone_test_x86 := -nostdlib -fno-asynchronous-unwind-tables -fno-stack-protector
/linux-master/arch/x86/kernel/
H A Dunwind_guess.c7 #include <asm/unwind.h>
/linux-master/arch/arc/kernel/
H A DMakefile16 obj-$(CONFIG_ARC_DW2_UNWIND) += unwind.o

Completed in 396 milliseconds

1234567