Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dbpf_helpers.h275 #define PT_REGS_IP(x) ((x)->ip) macro
288 #define PT_REGS_IP(x) ((x)->psw.addr) macro
301 #define PT_REGS_IP(x) ((x)->pc) macro
314 #define PT_REGS_IP(x) ((x)->cp0_epc) macro
325 #define PT_REGS_IP(x) ((x)->nip) macro
340 #define PT_REGS_IP(x) ((x)->tpc) macro
342 #define PT_REGS_IP(x) ((x)->pc) macro
/external/adeb/
DBCC.md177 key.ip = PT_REGS_IP(ctx);