Searched refs:unwind (Results 76 - 100 of 157) sorted by relevance

1234567

/linux-master/drivers/regulator/
H A Ddevres.c433 goto unwind;
440 unwind:
/linux-master/arch/x86/kernel/
H A Dunwind_frame.c10 #include <asm/unwind.h>
44 printk_deferred("unwind stack type:%d next_sp:%p mask:0x%lx graph_idx:%d\n",
H A Ddumpstack.c24 #include <asm/unwind.h>
158 * These on_stack() checks aren't strictly necessary: the unwind code
H A Dmodule.c26 #include <asm/unwind.h>
/linux-master/arch/arm/lib/
H A Dfindbit.S15 #include <asm/unwind.h>
H A Dmemmove.S12 #include <asm/unwind.h>
H A Ddiv64.S14 #include <asm/unwind.h>
/linux-master/arch/s390/kernel/
H A Ddumpstack.c24 #include <asm/unwind.h>
H A Dprocess.c48 #include <asm/unwind.h>
H A Dperf_event.c27 #include <asm/unwind.h>
/linux-master/arch/sh/
H A DMakefile157 KBUILD_CFLAGS += -fasynchronous-unwind-tables
/linux-master/arch/parisc/kernel/
H A Dsetup.c37 #include <asm/unwind.h>
H A Dmodule.c33 * However, SEGREL32 is used only for PARISC unwind entries, and we want
36 * The unwind table mechanism has the ability to specify an offset for
37 * the unwind table; however, because we split off the init functions into
52 #include <asm/unwind.h>
287 ".PARISC.unwind", 14) == 0)
817 me->arch.unwind = unwind_table_add(me->name, 0, gp, table, end);
823 if (me->arch.unwind)
824 unwind_table_remove(me->arch.unwind);
/linux-master/arch/loongarch/kernel/
H A Dunwind_prologue.c13 #include <asm/unwind.h>
H A Dprocess.c50 #include <asm/unwind.h>
/linux-master/arch/arm/kernel/
H A DMakefile69 obj-$(CONFIG_ARM_UNWIND) += unwind.o
H A Dentry-ftrace.S5 #include <asm/unwind.h>
192 * unable to unwind through a function which does not otherwise save its lr.
/linux-master/arch/arc/kernel/
H A Dentry.S205 ; unwind stack to discard callee regs
/linux-master/arch/arm/mm/
H A Dcache-v6.S14 #include <asm/unwind.h>
/linux-master/arch/x86/entry/vdso/
H A DMakefile54 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/linux-master/arch/sparc/vdso/
H A DMakefile44 CFL := $(PROFILING) -mcmodel=medlow -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/linux-master/arch/x86/boot/
H A DMakefile58 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
/linux-master/tools/build/feature/
H A DMakefile55 test-libdw-dwarf-unwind.bin \
284 $(OUTPUT)test-libdw-dwarf-unwind.bin:
285 $(BUILD) # -ldw provided by $(FEATURE_CHECK_LDFLAGS-libdw-dwarf-unwind)
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c907 goto unwind;
934 goto unwind;
943 goto unwind;
950 goto unwind;
955 goto unwind;
962 goto unwind;
975 goto unwind;
987 unwind:
/linux-master/arch/mips/vdso/
H A DMakefile33 $(call cc-option, -fno-asynchronous-unwind-tables)

Completed in 614 milliseconds

1234567