Home
last modified time | relevance | path

Searched refs:stack (Results 701 - 725 of 3102) sorted by relevance

1...<<21222324252627282930>>...125

/kernel/linux/linux-6.6/arch/um/include/shared/skas/
H A Dmm_id.h14 unsigned long stack; member
H A Dskas.h13 extern int user_thread(unsigned long stack, int flags);
/third_party/libunwind/libunwind/src/ppc/
H A Dsiglongjmp.S29 /* We do not need executable stack. */
30 .section .note.GNU-stack,"",@progbits
H A Dlongjmp.S34 /* We do not need executable stack. */
35 .section .note.GNU-stack,"",@progbits
/third_party/musl/src/thread/
H A Dclone.c4 int __clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in __clone() argument
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dsetup.c143 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 Dsetup.c136 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 Dsetup.c375 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 Dentry-common.h10 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 Dstacktrace.h11 /* Generic stack tracer with callbacks */
18 unsigned long *stack,
/kernel/linux/linux-5.10/arch/um/include/shared/skas/
H A Dskas.h13 extern int user_thread(unsigned long stack, int flags);
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dentry-common.h10 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 Dstacktrace.h11 /* Generic stack tracer with callbacks */
18 unsigned long *stack,
/third_party/libunwind/libunwind/src/x86_64/
H A Dsiglongjmp.S31 /* We do not need executable stack. */
32 .section .note.GNU-stack,"",@progbits
H A Dlongjmp.S33 /* We do not need executable stack. */
34 .section .note.GNU-stack,"",@progbits
/third_party/libunwind/libunwind/src/arm/
H A Dsiglongjmp.S10 /* We do not need executable stack. */
11 .section .note.GNU-stack,"",%progbits
/third_party/libunwind/libunwind/src/aarch64/
H A Dsiglongjmp.S10 /* We do not need executable stack. */
11 .section .note.GNU-stack,"",%progbits
/third_party/node/src/large_pages/
H A Dnode_text_start.S2 .section .note.GNU-stack,"",%progbits
/third_party/musl/src/network/
H A Dh_errno.c9 if (!__pthread_self()->stack) return &h_errno; in __h_errno_location()
/third_party/node/benchmark/fixtures/
H A Dsimple-error-stack.js4 // Compile with `tsc --inlineSourceMap benchmark/fixtures/simple-error-stack.ts`.
11 return e.stack;
/third_party/python/Objects/
H A Dtypeobject.c2122 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 DMakefile4 CFLAGS_core.o += -fno-stack-protector
/kernel/linux/linux-5.10/tools/perf/bench/
H A Dmem-memset-x86-64-asm.S11 * 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 Dmem-memset-x86-64-asm.S11 * 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 Dexamine_stack.h31 // Uses `writerfn` to dump the program counter, stack trace, and stack
34 void* pc, void* const stack[], int frame_sizes[], int depth,

Completed in 25 milliseconds

1...<<21222324252627282930>>...125