Home
last modified time | relevance | path

Searched defs:user_stack (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_get_stack_rawtp.c14 __u64 user_stack[MAX_STACK_RAWTP]; member
/openbmc/linux/arch/ia64/include/asm/
H A Dptrace.h91 # define user_stack(task,regs) ((long) regs - (long) task == IA64_STK_OFFSET - sizeof(*regs)) macro
/openbmc/linux/arch/sh/boot/compressed/
H A Dmisc.c125 long __attribute__ ((aligned(stackalign))) user_stack[STACK_SIZE]; variable
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dget_stack_raw_tp.c19 __u64 user_stack[MAX_STACK_RAWTP]; member
/openbmc/linux/tools/perf/util/
H A Dsample.h118 struct stack_dump user_stack; member
/openbmc/linux/fs/ocfs2/
H A Dsuper.c1240 int status, user_stack = 0; in ocfs2_parse_options() local