Searched refs:unwind (Results 51 - 75 of 157) sorted by relevance

1234567

/linux-master/tools/testing/selftests/x86/
H A Dunwind_vdso.c3 * unwind_vdso.c - tests unwind info for AT_SYSINFO in the vDSO
6 * This tests __kernel_vsyscall's unwind info.
44 #include <unwind.h>
/linux-master/arch/microblaze/kernel/
H A Dunwind.c6 * Based on arch/sh/kernel/cpu/sh5/unwind.c code which is:
27 #include <asm/unwind.h>
173 * @task : Task whose stack we are to unwind (may be NULL)
192 pr_debug(" Invalid state for unwind, aborting\n");
268 * @task : Task whose stack we are to unwind (NULL == current)
/linux-master/arch/arm/lib/
H A Dcopy_from_user.S12 #include <asm/unwind.h>
H A Dcopy_to_user.S12 #include <asm/unwind.h>
H A Dbitops.h3 #include <asm/unwind.h>
H A Dmemset.S11 #include <asm/unwind.h>
/linux-master/arch/s390/kernel/
H A Dunwind_bc.c10 #include <asm/unwind.h>
106 /* Update unwind state */
162 /* Update unwind state */
H A Dstacktrace.c13 #include <asm/unwind.h>
/linux-master/arch/parisc/kernel/
H A Dprocess.c49 #include <asm/unwind.h>
/linux-master/arch/arc/
H A DMakefile65 cflags-$(CONFIG_ARC_DW2_UNWIND) += -fasynchronous-unwind-tables $(cfi)
/linux-master/arch/arc/kernel/
H A Dstacktrace.c31 #include <asm/unwind.h>
101 * As a work around for this, we unwind from __switch_to start
249 * Of course just returning schedule( ) would be pointless so unwind until
/linux-master/tools/testing/selftests/arm64/fp/
H A DMakefile43 $(CC) -fno-asynchronous-unwind-tables -fno-ident -s -Os -nostdlib \
/linux-master/net/8021q/
H A Dvlan_core.c265 goto unwind;
271 unwind:
414 goto unwind;
418 unwind:
/linux-master/arch/loongarch/kernel/
H A DMakefile13 alternative.o unwind.o
/linux-master/arch/loongarch/vdso/
H A DMakefile23 $(call cc-option, -fno-asynchronous-unwind-tables) \
/linux-master/drivers/gpu/drm/i915/
H A Di915_gem_evict.c100 struct list_head *unwind)
108 list_add(&vma->evict_link, unwind);
96 mark_free(struct drm_mm_scan *scan, struct i915_gem_ww_ctx *ww, struct i915_vma *vma, unsigned int flags, struct list_head *unwind) argument
/linux-master/kernel/
H A Ducount.c320 goto unwind;
337 unwind:
/linux-master/arch/riscv/
H A DMakefile108 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables
/linux-master/arch/x86/boot/compressed/
H A DMakefile41 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
55 KBUILD_LDFLAGS += $(call ld-option,--no-ld-generated-unwind-info)
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c492 * page table unwind.
632 goto unwind;
639 goto unwind;
662 goto unwind;
674 goto unwind;
710 goto unwind;
719 goto unwind;
725 unwind:
1235 * unwind all GPU VA space changes on failure.
1356 goto unwind;
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.c330 goto unwind;
335 unwind:
550 * unwind: If this is unwinding a failed kfd_dbg_trap_enable()
552 * If unwind == true, how far down the pdd list we need
553 * to unwind
556 void kfd_dbg_trap_deactivate(struct kfd_process *target, bool unwind, int unwind_count) argument
560 if (!unwind) {
577 /* If this is an unwind, and we have unwound the required
581 if (unwind && i == unwind_count)
/linux-master/kernel/rcu/
H A Drcutorture.c3742 goto unwind;
3814 goto unwind;
3822 goto unwind;
3829 goto unwind;
3838 goto unwind;
3845 goto unwind;
3857 goto unwind;
3865 goto unwind;
3871 goto unwind;
3876 goto unwind;
[all...]
/linux-master/drivers/dma-buf/
H A Dst-dma-fence-chain.c136 goto unwind;
144 goto unwind;
155 unwind:
/linux-master/drivers/vfio/
H A Dcontainer.c246 goto unwind;
251 unwind:
/linux-master/arch/arm/kernel/
H A Dunwind.c3 * arch/arm/kernel/unwind.c
9 * An ARM EABI version of gcc is required to generate the unwind
10 * tables. For information about the structure of the unwind tables,
19 #warning ARM unwind is known to compile only with EABI compilers.
35 #include <asm/unwind.h>
96 * Binary search in the unwind index. The entries are
148 pr_warn("unwind: Unknown symbol address %08lx\n", addr);
184 /* main unwind table */
189 /* module unwind tables */
216 pr_warn("unwind
[all...]

Completed in 1179 milliseconds

1234567