Searched refs:PT_REGS_RC_CORE (Results 1 – 2 of 2) sorted by relevance
81 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), ax) macro107 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), eax) macro131 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), rax) macro162 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((PT_REGS_S390 *)(x), gprs[2]) macro186 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), uregs[0]) macro214 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((PT_REGS_ARM64 *)(x), regs[0]) macro238 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), regs[2]) macro258 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), gpr[3]) macro279 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), u_regs[UREG_I0]) macro327 #define PT_REGS_RC_CORE(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro
768 struct file* filp = (struct file*)PT_REGS_RC_CORE(ctx); in kprobe_ret__do_filp_open()