Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/bpf/
Dbpf_helpers.h250 #define PT_REGS_IP(x) ((x)->ip) macro
263 #define PT_REGS_IP(x) ((x)->psw.addr) macro
276 #define PT_REGS_IP(x) ((x)->pc) macro
289 #define PT_REGS_IP(x) ((x)->cp0_epc) macro
300 #define PT_REGS_IP(x) ((x)->nip) macro
315 #define PT_REGS_IP(x) ((x)->tpc) macro
317 #define PT_REGS_IP(x) ((x)->pc) macro
/Linux-v4.19/arch/um/include/asm/
Dptrace-generic.h21 #define PT_REGS_IP(r) UPT_IP(&(r)->regs) macro