Home
last modified time | relevance | path

Searched defs:PT_REGS_IP (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/tools/testing/selftests/bpf/
Dbpf_helpers.h382 #define PT_REGS_IP(x) ((x)->ip) macro
395 #define PT_REGS_IP(x) ((x)->eip) macro
406 #define PT_REGS_IP(x) ((x)->rip) macro
425 #define PT_REGS_IP(x) (((PT_REGS_S390 *)(x))->psw.addr) macro
438 #define PT_REGS_IP(x) ((x)->uregs[12]) macro
455 #define PT_REGS_IP(x) (((PT_REGS_ARM64 *)(x))->pc) macro
468 #define PT_REGS_IP(x) ((x)->cp0_epc) macro
479 #define PT_REGS_IP(x) ((x)->nip) macro
494 #define PT_REGS_IP(x) ((x)->tpc) macro
496 #define PT_REGS_IP(x) ((x)->pc) macro
/Linux-v5.4/arch/um/include/asm/
Dptrace-generic.h21 #define PT_REGS_IP(r) UPT_IP(&(r)->regs) macro