Searched refs:PT_REGS_PARM2_CORE (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | bpf_tracing.h | 66 #define PT_REGS_PARM2_CORE(x) BPF_CORE_READ((x), si) macro 92 #define PT_REGS_PARM2_CORE(x) BPF_CORE_READ((x), edx) macro 116 #define PT_REGS_PARM2_CORE(x) BPF_CORE_READ((x), rsi) macro 147 #define PT_REGS_PARM2_CORE(x) BPF_CORE_READ((PT_REGS_S390 *)(x), gprs[3]) macro 171 #define PT_REGS_PARM2_CORE(x) BPF_CORE_READ((x), uregs[1]) macro 199 #define PT_REGS_PARM2_CORE(x) BPF_CORE_READ((PT_REGS_ARM64 *)(x), regs[1]) macro 223 #define PT_REGS_PARM2_CORE(x) BPF_CORE_READ((x), regs[5]) macro 245 #define PT_REGS_PARM2_CORE(x) BPF_CORE_READ((x), gpr[4]) macro 265 #define PT_REGS_PARM2_CORE(x) BPF_CORE_READ((x), u_regs[UREG_I1]) macro
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_probe_write_user_kern.c | 35 void *sockaddr_arg = (void *)PT_REGS_PARM2_CORE(real_regs); in bpf_prog1()
|
H A D | test_map_in_map_kern.c | 116 in6 = (struct sockaddr_in6 *)PT_REGS_PARM2_CORE(ctx); in trace_sys_connect()
|
H A D | map_perf_test_kern.c | 184 in6 = (struct sockaddr_in6 *)PT_REGS_PARM2_CORE(real_regs); in stress_lru_hmap_alloc()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | bpf_tracing.h | 500 #define PT_REGS_PARM2_CORE(x) BPF_CORE_READ(__PT_REGS_CAST(x), __PT_PARM2_REG) macro 578 #define PT_REGS_PARM2_CORE(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro
|
Completed in 5 milliseconds