Home
last modified time | relevance | path

Searched refs:stack (Results 926 - 950 of 3151) sorted by relevance

1...<<31323334353637383940>>...127

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn21/
H A DMakefile29 # GCC < 7.1 cannot compile code using `double` and -mpreferred-stack-boundary=3
30 # (8B stack alignment).
31 CFLAGS_$(AMDDALPATH)/dc/dcn21/dcn21_resource.o += -mpreferred-stack-boundary=4
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H A DMakefile49 # GCC < 7.1 cannot compile code using `double` and -mpreferred-stack-boundary=3
50 # (8B stack alignment).
51 calcs_ccflags += -mpreferred-stack-boundary=4
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A DMakefile33 # GCC < 7.1 cannot compile code using `double` and -mpreferred-stack-boundary=3
34 # (8B stack alignment).
35 CFLAGS_$(AMDDALPATH)/dc/dcn20/dcn20_resource.o += -mpreferred-stack-boundary=4
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dsmp.h67 unsigned long stack; member
/kernel/linux/linux-6.6/arch/loongarch/vdso/
H A Dvdso.lds.S43 *(.note.GNU-stack)
/kernel/linux/linux-6.6/arch/microblaze/kernel/
H A Dtraps.c26 static unsigned long kstack_depth_to_print; /* 0 == entire stack */
42 (task->stack))->cpu_context.r1; in show_stack()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
H A DMakefile27 $(OUTPUT)/stack_expansion_ldst: CFLAGS += -fno-stack-protector
/kernel/linux/linux-6.6/arch/arc/mm/
H A Dtlbex.S45 ; ARC700 Exception Handling doesn't auto-switch stack and it only provides
54 ; [All of this dance is to avoid stack switching for each TLB Miss, since we
376 ; (stack switching / save the complete reg-file).
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dsmp.h58 void *stack; member
92 * This also gives us the initial stack to use for this CPU.
H A Dtraps.h38 asmlinkage void dump_backtrace_stm(u32 *stack, u32 instruction, const char *loglvl);
/kernel/linux/linux-6.6/arch/arm/vdso/
H A Dvdso.lds.S50 *(.note.GNU-stack)
/kernel/linux/linux-5.10/tools/testing/selftests/clone3/
H A Dclone3_selftests.h32 __aligned_u64 stack; member
/kernel/linux/linux-6.6/arch/um/include/asm/
H A Dprocessor-generic.h80 unsigned long stack);
/kernel/linux/linux-6.6/arch/um/include/shared/
H A Dkern_util.h23 extern void free_stack(unsigned long stack, int order);
/kernel/linux/linux-5.10/security/apparmor/include/
H A Dtask.h33 int aa_set_current_onexec(struct aa_label *label, bool stack);
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H A DMakefile31 $(OUTPUT)/stack_expansion_ldst: CFLAGS += -fno-stack-protector
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Draw_syscall_helper_32.S49 .section .note.GNU-stack,"",%progbits
/kernel/linux/linux-6.6/tools/testing/selftests/clone3/
H A Dclone3_selftests.h32 __aligned_u64 stack; member
/third_party/libunwind/libunwind/src/hppa/
H A Dsetcontext.S58 FILL (30) /* stack pointer */
75 /* We do not need executable stack. */
76 .section .note.GNU-stack,"",@progbits
H A Dgetcontext.S55 SPILL (30) /* stack pointer */
72 /* We do not need executable stack. */
73 .section .note.GNU-stack,"",@progbits
/third_party/libunwind/libunwind/src/ia64/
H A Dsiglongjmp.S46 * Note: we can use the scratch stack are because the caller
67 /* We do not need executable stack. */
68 .section .note.GNU-stack,"",@progbits
H A Dsigsetjmp.S67 /* We do not need executable stack. */
68 .section .note.GNU-stack,"",@progbits
/third_party/libunwind/libunwind/src/x86/
H A Dsiglongjmp.S91 /* We do not need executable stack. */
92 .section .note.GNU-stack,"",@progbits
H A Dgetcontext-linux.S73 /* We do not need executable stack. */
74 .section .note.GNU-stack,"",@progbits
/third_party/jerryscript/jerry-core/ext/
H A Dtracker.h60 char* GetStacktraceString(ecma_string_t* stack);

Completed in 7 milliseconds

1...<<31323334353637383940>>...127