Lines Matching defs:PT_REGS_IP
78 #define PT_REGS_IP(x) ((x)->ip) macro
104 #define PT_REGS_IP(x) ((x)->eip) macro
128 #define PT_REGS_IP(x) ((x)->rip) macro
159 #define PT_REGS_IP(x) (((PT_REGS_S390 *)(x))->psw.addr) macro
183 #define PT_REGS_IP(x) ((x)->uregs[12]) macro
211 #define PT_REGS_IP(x) (((PT_REGS_ARM64 *)(x))->pc) macro
235 #define PT_REGS_IP(x) ((x)->cp0_epc) macro
257 #define PT_REGS_IP(x) ((x)->nip) macro
290 #define PT_REGS_IP(x) ((x)->tpc) macro
293 #define PT_REGS_IP(x) ((x)->pc) macro
310 #define PT_REGS_IP(x) (((PT_REGS_RV *)(x))->epc) macro
350 #define PT_REGS_IP(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro