Home
last modified time | relevance | path

Searched refs:stack (Results 776 - 800 of 3151) sorted by relevance

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

/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Detrap_32.S87 /* From kernel, allocate more kernel stack and
102 mov %t_kstack, %sp ! jump onto new stack
123 /* Save the kernel window onto the corresponding stack. */
129 mov %t_kstack, %sp ! and onto new kernel stack
193 mov %t_kstack, %sp ! and onto kernel stack
217 /* Call MMU-architecture dependent stack checking
223 /* Architecture specific stack checking routines. When either
225 * as they have been safely stashed on the new kernel stack
243 * stack. Save bad user stack, an
[all...]
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dprocess.c246 struct switch_stack *childstack, *stack; in copy_thread() local
277 stack = ((struct switch_stack *) regs) - 1; in copy_thread()
278 *childstack = *stack; in copy_thread()
289 /* switch stack follows right below pt_regs: */ in dump_elf_thread()
351 * pointer is the 6th saved long on the kernel stack and that the
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
H A Dpidfd_test.c36 char *stack[1024] = { 0 }; in pidfd_clone() local
39 return __clone2(fn, stack, stack_size, flags | SIGCHLD, NULL, pidfd); in pidfd_clone()
41 return clone(fn, stack + stack_size, flags | SIGCHLD, NULL, pidfd); in pidfd_clone()
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H A Dtest_kmem.c247 long stack; in spawn_1000_threads() local
262 stack = cg_read_key_long(cgroup, "memory.stat", "kernel_stack "); in spawn_1000_threads()
263 if (stack >= 4096 * 1000) in spawn_1000_threads()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Detrap_32.S87 /* From kernel, allocate more kernel stack and
102 mov %t_kstack, %sp ! jump onto new stack
123 /* Save the kernel window onto the corresponding stack. */
129 mov %t_kstack, %sp ! and onto new kernel stack
193 mov %t_kstack, %sp ! and onto kernel stack
217 /* Call MMU-architecture dependent stack checking
223 /* Architecture specific stack checking routines. When either
225 * as they have been safely stashed on the new kernel stack
243 * stack. Save bad user stack, an
[all...]
/kernel/linux/linux-6.6/arch/um/include/shared/
H A Dos.h288 extern int copy_context_skas0(unsigned long stack, int pid);
290 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
292 extern int start_idle_thread(void *stack, jmp_buf *switch_buf);
/kernel/linux/linux-5.10/tools/perf/util/
H A Dunwind-libdw.c156 struct stack_dump *stack = &ui->sample->user_stack; in memory_read() local
165 end = start + stack->size; in memory_read()
183 *result = *(Dwarf_Word *)&stack->data[offset]; in memory_read()
/kernel/linux/linux-5.10/include/linux/
H A Dbpf_verifier.h23 /* Liveness marks, used for registers and spilled-regs (in stack slots).
139 * R1=fp-8 and R2=fp-8, but one of them points to this function stack
140 * while another to the caller's stack. To differentiate them 'frameno'
156 STACK_INVALID, /* nothing was stored in this stack slot */
157 STACK_SPILL, /* register spilled into stack */
181 * type of all registers and stack info
187 /* stack frame number of this function state from pov of
201 struct bpf_stack_state *stack; member
218 /* call stack tracking */
230 * state is pushed into stack (t
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos_sq.c27 qmem_free(pfvf->dev, pool->stack); in otx2_qos_aura_pool_free()
29 pool->stack = NULL; in otx2_qos_aura_pool_free()
52 /* Get no of stack pages needed */ in otx2_qos_sq_aura_pool_init()
109 qmem_free(pfvf->dev, pool->stack); in otx2_qos_sq_aura_pool_init()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dbpf_off_cpu.c60 /* off-cpu analysis depends on stack trace */ in off_cpu_config()
295 int fd, stack; in off_cpu_write() local
330 stack = bpf_map__fd(skel->maps.stacks); in off_cpu_write()
362 bpf_map_lookup_elem(stack, &key.stack_id, &data.array[n + 2]); in off_cpu_write()
H A Dunwind-libdw.c188 struct stack_dump *stack = &ui->sample->user_stack; in memory_read() local
198 end = start + stack->size; in memory_read()
216 *result = *(Dwarf_Word *)&stack->data[offset]; in memory_read()
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/
H A Dpidfd_test.c36 char *stack[1024] = { 0 }; in pidfd_clone() local
39 return __clone2(fn, stack, stack_size, flags | SIGCHLD, NULL, pidfd); in pidfd_clone()
41 return clone(fn, stack + stack_size, flags | SIGCHLD, NULL, pidfd); in pidfd_clone()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dpyperf.h54 int32_t stack[STACK_MAX_LEN]; member
205 event->stack[i] = *symbol_id; in process_frame_callback()
307 /* Unwind python stack */
325 event->stack[i] = *symbol_id;
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dtest_kmem.c250 long stack; in spawn_1000_threads() local
265 stack = cg_read_key_long(cgroup, "memory.stat", "kernel_stack "); in spawn_1000_threads()
266 if (stack >= 4096 * 1000) in spawn_1000_threads()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp6dsp.asm121 mov r5, rsp ; backup stack pointer
122 and rsp, ~(mmsize-1) ; align stack
152 mov rsp, r5 ; restore stack pointer
/third_party/mesa3d/src/glx/
H A Dindirect_glx.c54 for (spp = &gc->attributes.stack[0]; in __glFreeAttributeState()
55 spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]; spp++) { in __glFreeAttributeState()
365 gc->attributes.stackPointer = &gc->attributes.stack[0]; in indirect_create_context_attribs()
/third_party/node/deps/v8/src/zone/
H A Dzone-containers.h14 #include <stack>
111 // A wrapper subclass for std::stack to make it easy to construct one that uses
114 class ZoneStack : public std::stack<T, ZoneDeque<T>> {
116 // Constructs an empty stack.
118 : std::stack<T, ZoneDeque<T>>(ZoneDeque<T>(zone)) {} in ZoneStack()
/third_party/node/deps/v8/src/objects/
H A Dsource-text-module.h169 ZoneForwardList<Handle<SourceTextModule>>* stack, unsigned* dfs_index,
189 ZoneForwardList<Handle<SourceTextModule>>* stack, unsigned* dfs_index);
193 ZoneForwardList<Handle<SourceTextModule>>* stack, Status new_status);
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dextension.rs320 let mut stack = Stack::new()?; in build() variables
322 stack.push(Asn1Object::from_str(item)?)?; in build()
325 X509Extension::new_internal(Nid::EXT_KEY_USAGE, self.critical, stack.as_ptr().cast()) in build()
529 let mut stack = Stack::new()?; in build() variables
543 stack.push(gn)?;
547 X509Extension::new_internal(Nid::SUBJECT_ALT_NAME, self.critical, stack.as_ptr().cast())
/third_party/python/Python/
H A Dgetargs.c75 static int vgetargs1_impl(PyObject *args, PyObject *const *stack, Py_ssize_t nargs,
256 vgetargs1_impl(PyObject *compat_args, PyObject *const *stack, Py_ssize_t nargs, const char *format, in vgetargs1_impl() argument
274 assert(nargs == 0 || stack != NULL); in vgetargs1_impl()
392 msg = convertitem(stack[i], &format, p_va, in vgetargs1_impl()
415 PyObject **stack; in vgetargs1() local
427 stack = _PyTuple_ITEMS(args); in vgetargs1()
431 stack = NULL; in vgetargs1()
435 return vgetargs1_impl(args, stack, nargs, format, p_va, flags); in vgetargs1()
2273 PyObject **stack; in vgetargskeywordsfast() local
2284 stack in vgetargskeywordsfast()
2824 PyObject **stack; PyArg_UnpackTuple() local
[all...]
/kernel/linux/linux-5.10/kernel/bpf/
H A Dverifier.c40 * instruction by instruction and updates register/stack state.
52 * insn is less then 4K, but there are too many branches that change stack/regs.
74 * that it wants to construct a pointer to some element within stack.
76 * (and -20 constant is saved for further stack bounds checking).
77 * Meaning that this reg is a pointer to stack plus known immediate constant.
105 * 2nd argument should be a pointer to stack, which will be used inside
117 * the stack of eBPF program.
130 * Now verifier checks that [R2, R2 + map's key_size) are within stack limits
164 /* verifier_state + insn_idx are pushed to stack when branch is encountered */
174 /* length of verifier log at the time this state was pushed on stack */
571 is_spilled_reg(const struct bpf_stack_state *stack) is_spilled_reg() argument
3465 u16 stack = env->subprog_info[func->subprogno].stack_depth; update_stack_depth() local
[all...]
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dsmp.h18 unsigned long stack; member
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dstacktrace.h21 return !(((unsigned long)(current->stack) ^ current_stack_pointer) & ~(THREAD_SIZE - 1)); in on_thread_stack()
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dsmp.h18 unsigned long stack; member
/kernel/linux/linux-6.6/tools/testing/selftests/lkdtm/
H A DMakefile8 TEST_PROGS := stack-entropy.sh

Completed in 21 milliseconds

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