Home
last modified time | relevance | path

Searched refs:PT_REGS_SYSCALL_REGS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_syscall_macro.c42 real_regs = PT_REGS_SYSCALL_REGS(ctx); in BPF_KPROBE()
/openbmc/linux/tools/lib/bpf/
H A Dbpf_tracing.h300 #define PT_REGS_SYSCALL_REGS(ctx) ctx macro
397 #define PT_REGS_SYSCALL_REGS(ctx) ctx macro
430 #define PT_REGS_SYSCALL_REGS(ctx) ctx macro
617 #ifndef PT_REGS_SYSCALL_REGS
619 #define PT_REGS_SYSCALL_REGS(ctx) ((struct pt_regs *)PT_REGS_PARM1(ctx)) macro