Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 5 of 5) sorted by relevance

/kernel/trace/
Dtrace_stack.c155 static void check_stack(unsigned long ip, unsigned long *stack) in check_stack()
295 unsigned long stack; in stack_trace_call() local
/kernel/
Dfork.c223 void *stack; in alloc_thread_stack_node() local
310 unsigned long *stack; in alloc_thread_stack_node() local
385 void *stack = task_stack_page(tsk); in account_kernel_stack() local
900 unsigned long *stack; in dup_task_struct() local
/kernel/bpf/
Dverifier.c568 static bool is_spilled_reg(const struct bpf_stack_state *stack) in is_spilled_reg()
722 COPY_STATE_FN(stack, allocated_stack, stack, BPF_REG_SIZE) in COPY_STATE_FN() argument
3473 u16 stack = env->subprog_info[func->subprogno].stack_depth; in update_stack_depth() local
Dcore.c1387 static u64 ___bpf_prog_run(u64 *regs, const struct bpf_insn *insn, u64 *stack) in ___bpf_prog_run()
Dbtf.c250 struct resolve_vertex stack[MAX_RESOLVE_DEPTH]; member