Home
last modified time | relevance | path

Searched refs:PT_REGS_PARM1_CORE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/samples/bpf/
H A Doffwaketime.bpf.c65 struct task_struct *p = (void *)PT_REGS_PARM1_CORE(ctx); in waker()
116 struct task_struct *p = (void *)PT_REGS_PARM1_CORE(ctx);
H A Dtest_overhead_kprobe.bpf.c23 tsk = (void *)PT_REGS_PARM1_CORE(ctx); in prog()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_uprobe_autoattach.c56 uprobe_byname_parm1 = PT_REGS_PARM1_CORE(ctx); in BPF_UPROBE()
/openbmc/linux/tools/lib/bpf/
H A Dbpf_tracing.h499 #define PT_REGS_PARM1_CORE(x) BPF_CORE_READ(__PT_REGS_CAST(x), __PT_PARM1_REG) macro
577 #define PT_REGS_PARM1_CORE(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro