Home
last modified time | relevance | path

Searched refs:new_stack (Results 1 – 5 of 5) sorted by relevance

/linux/arch/alpha/boot/
H A Dbootp.c29 extern void move_stack(unsigned long new_stack);
H A Dbootpz.c51 extern void move_stack(unsigned long new_stack);
/linux/tools/perf/util/
H A Dthread-stack.c120 struct thread_stack_entry *new_stack; in thread_stack__grow() local
126 new_stack = realloc(ts->stack, sz); in thread_stack__grow()
127 if (!new_stack) in thread_stack__grow()
130 ts->stack = new_stack; in thread_stack__grow()
/linux/tools/lib/bpf/
H A Dbtf_dump.c1212 __u32 *new_stack; in btf_dump_push_decl_stack_id() local
1217 new_stack = libbpf_reallocarray(d->decl_stack, new_cap, sizeof(new_stack[0])); in btf_dump_push_decl_stack_id()
1218 if (!new_stack) in btf_dump_push_decl_stack_id()
1220 d->decl_stack = new_stack; in btf_dump_push_decl_stack_id()
/linux/arch/parisc/kernel/
H A Dirq.c446 void call_on_stack(unsigned long p1, void *func, unsigned long new_stack);