Searched refs:PT_REGS_RC_CORE (Results 1 – 2 of 2) sorted by relevance
72 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), ax) macro98 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), eax) macro122 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), rax) macro153 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((PT_REGS_S390 *)(x), gprs[2]) macro177 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), uregs[0]) macro205 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((PT_REGS_ARM64 *)(x), regs[0]) macro229 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), regs[2]) macro249 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), gpr[3]) macro270 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), u_regs[UREG_I0]) macro
768 struct file* filp = (struct file*)PT_REGS_RC_CORE(ctx); in kprobe_ret__do_filp_open()