/kernel/linux/linux-6.6/arch/um/include/shared/skas/ |
H A D | mm_id.h | 14 unsigned long stack; member
|
H A D | skas.h | 13 extern int user_thread(unsigned long stack, int flags);
|
/third_party/libunwind/libunwind/src/ppc/ |
H A D | siglongjmp.S | 29 /* We do not need executable stack. */ 30 .section .note.GNU-stack,"",@progbits
|
H A D | longjmp.S | 34 /* We do not need executable stack. */ 35 .section .note.GNU-stack,"",@progbits
|
/third_party/musl/src/thread/ |
H A D | clone.c | 4 int __clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in __clone() argument
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | setup.c | 143 struct stack { struct 151 static struct stack stacks[NR_CPUS]; 528 struct stack *stk = &stacks[cpu]; in cpu_init() 575 "I" (offsetof(struct stack, irq[0])), in cpu_init() 577 "I" (offsetof(struct stack, abt[0])), in cpu_init() 579 "I" (offsetof(struct stack, und[0])), in cpu_init() 581 "I" (offsetof(struct stack, fiq[0])), in cpu_init()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | setup.c | 136 struct stack { struct 144 static struct stack stacks[NR_CPUS]; 535 struct stack *stk = &stacks[cpu]; in cpu_init() 582 "I" (offsetof(struct stack, irq[0])), in cpu_init() 584 "I" (offsetof(struct stack, abt[0])), in cpu_init() 586 "I" (offsetof(struct stack, und[0])), in cpu_init() 588 "I" (offsetof(struct stack, fiq[0])), in cpu_init()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | setup.c | 375 void stack_free(unsigned long stack) in stack_free() argument 378 vfree((void *) stack); in stack_free() 380 free_pages(stack, THREAD_SIZE_ORDER); in stack_free() 392 unsigned long stack; in stack_alloc_early() local 394 stack = (unsigned long)memblock_alloc(THREAD_SIZE, THREAD_SIZE); in stack_alloc_early() 395 if (!stack) { in stack_alloc_early() 399 return stack; in stack_alloc_early() 441 * Allocate the global restart stack which is the same for in setup_lowcore()
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | entry-common.h | 10 return !(((unsigned long)(current->stack) ^ current_stack_pointer) & ~(THREAD_SIZE - 1)); in on_thread_stack()
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | stacktrace.h | 11 /* Generic stack tracer with callbacks */ 18 unsigned long *stack,
|
/kernel/linux/linux-5.10/arch/um/include/shared/skas/ |
H A D | skas.h | 13 extern int user_thread(unsigned long stack, int flags);
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | entry-common.h | 10 return !(((unsigned long)(current->stack) ^ current_stack_pointer) & ~(THREAD_SIZE - 1)); in on_thread_stack()
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | stacktrace.h | 11 /* Generic stack tracer with callbacks */ 18 unsigned long *stack,
|
/third_party/libunwind/libunwind/src/x86_64/ |
H A D | siglongjmp.S | 31 /* We do not need executable stack. */ 32 .section .note.GNU-stack,"",@progbits
|
H A D | longjmp.S | 33 /* We do not need executable stack. */ 34 .section .note.GNU-stack,"",@progbits
|
/third_party/libunwind/libunwind/src/arm/ |
H A D | siglongjmp.S | 10 /* We do not need executable stack. */ 11 .section .note.GNU-stack,"",%progbits
|
/third_party/libunwind/libunwind/src/aarch64/ |
H A D | siglongjmp.S | 10 /* We do not need executable stack. */ 11 .section .note.GNU-stack,"",%progbits
|
/third_party/node/src/large_pages/ |
H A D | node_text_start.S | 2 .section .note.GNU-stack,"",%progbits
|
/third_party/musl/src/network/ |
H A D | h_errno.c | 9 if (!__pthread_self()->stack) return &h_errno; in __h_errno_location()
|
/third_party/node/benchmark/fixtures/ |
H A D | simple-error-stack.js | 4 // Compile with `tsc --inlineSourceMap benchmark/fixtures/simple-error-stack.ts`. 11 return e.stack;
|
/third_party/python/Objects/ |
H A D | typeobject.c | 2122 somewhere deeper in the call stack (by the innermost mro_internal 7208 PyObject* stack[1] = {self}; \ 7209 return vectorcall_method(&_Py_ID(DUNDER), stack, 1); \ 7216 PyObject* stack[2] = {self, arg1}; \ 7217 return vectorcall_method(&_Py_ID(DUNDER), stack, 2); \ 7257 PyObject* stack[2]; \ 7271 stack[0] = other; \ 7272 stack[1] = self; \ 7273 r = vectorcall_maybe(tstate, &_Py_ID(RDUNDER), stack, 2); \ 7280 stack[ 7302 PyObject* stack[1] = {self}; slot_sq_length() local 7334 PyObject *stack[2] = {self, ival}; slot_sq_item() local 7343 PyObject *stack[3]; slot_sq_ass_item() local 7409 PyObject *stack[3]; slot_mp_ass_subscript() local 7449 PyObject* stack[3] = {self, other, modulus}; slot_nb_power() local 7515 PyObject *stack[1] = {self}; slot_nb_index() local 7538 PyObject *stack[2] = {self, arg1}; slot_nb_inplace_power() local 7656 PyObject *stack[2] = {self, name}; slot_tp_getattro() local 7723 PyObject *stack[3]; slot_tp_setattro() local 7762 PyObject *stack[2] = {self, other}; slot_tp_richcompare() local 7804 PyObject *stack[1] = {self}; slot_tp_iternext() local 7832 PyObject* stack[3]; slot_tp_descr_set() local [all...] |
/kernel/linux/linux-6.6/arch/x86/coco/ |
H A D | Makefile | 4 CFLAGS_core.o += -fno-stack-protector
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | mem-memset-x86-64-asm.S | 11 * We need to provide note.GNU-stack section, saying that we want 12 * NOT executable stack. Otherwise the final linking will assume that 13 * the ELF stack should not be restricted at all and set it RWX. 15 .section .note.GNU-stack,"",@progbits
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | mem-memset-x86-64-asm.S | 11 * We need to provide note.GNU-stack section, saying that we want 12 * NOT executable stack. Otherwise the final linking will assume that 13 * the ELF stack should not be restricted at all and set it RWX. 15 .section .note.GNU-stack,"",@progbits
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
H A D | examine_stack.h | 31 // Uses `writerfn` to dump the program counter, stack trace, and stack 34 void* pc, void* const stack[], int frame_sizes[], int depth,
|