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 D | Makefile | 29 # 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 D | Makefile | 49 # 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 D | Makefile | 33 # 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 D | smp.h | 67 unsigned long stack; member
|
/kernel/linux/linux-6.6/arch/loongarch/vdso/ |
H A D | vdso.lds.S | 43 *(.note.GNU-stack)
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/ |
H A D | traps.c | 26 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 D | Makefile | 27 $(OUTPUT)/stack_expansion_ldst: CFLAGS += -fno-stack-protector
|
/kernel/linux/linux-6.6/arch/arc/mm/ |
H A D | tlbex.S | 45 ; 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 D | smp.h | 58 void *stack; member 92 * This also gives us the initial stack to use for this CPU.
|
H A D | traps.h | 38 asmlinkage void dump_backtrace_stm(u32 *stack, u32 instruction, const char *loglvl);
|
/kernel/linux/linux-6.6/arch/arm/vdso/ |
H A D | vdso.lds.S | 50 *(.note.GNU-stack)
|
/kernel/linux/linux-5.10/tools/testing/selftests/clone3/ |
H A D | clone3_selftests.h | 32 __aligned_u64 stack; member
|
/kernel/linux/linux-6.6/arch/um/include/asm/ |
H A D | processor-generic.h | 80 unsigned long stack);
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | kern_util.h | 23 extern void free_stack(unsigned long stack, int order);
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | task.h | 33 int aa_set_current_onexec(struct aa_label *label, bool stack);
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
H A D | Makefile | 31 $(OUTPUT)/stack_expansion_ldst: CFLAGS += -fno-stack-protector
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | raw_syscall_helper_32.S | 49 .section .note.GNU-stack,"",%progbits
|
/kernel/linux/linux-6.6/tools/testing/selftests/clone3/ |
H A D | clone3_selftests.h | 32 __aligned_u64 stack; member
|
/third_party/libunwind/libunwind/src/hppa/ |
H A D | setcontext.S | 58 FILL (30) /* stack pointer */ 75 /* We do not need executable stack. */ 76 .section .note.GNU-stack,"",@progbits
|
H A D | getcontext.S | 55 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 D | siglongjmp.S | 46 * 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 D | sigsetjmp.S | 67 /* We do not need executable stack. */ 68 .section .note.GNU-stack,"",@progbits
|
/third_party/libunwind/libunwind/src/x86/ |
H A D | siglongjmp.S | 91 /* We do not need executable stack. */ 92 .section .note.GNU-stack,"",@progbits
|
H A D | getcontext-linux.S | 73 /* We do not need executable stack. */ 74 .section .note.GNU-stack,"",@progbits
|
/third_party/jerryscript/jerry-core/ext/ |
H A D | tracker.h | 60 char* GetStacktraceString(ecma_string_t* stack);
|
Completed in 7 milliseconds
1...<<31323334353637383940>>...127