Searched refs:TRAPF_PC (Results 1 – 9 of 9) sorted by relevance
56 #define TRAPF_PC(framep) ((framep)->tf_eip) macro
53 #define TRAPF_PC(framep) ((framep)->tf_rip) macro
44 #define TRAPF_PC(tfp) ((tfp)->tf_sepc) macro
108 #define TRAPF_PC(frame) ((frame)->srr0) macro
248 upc = TRAPF_PC(frame); in profile_probe()250 pc = TRAPF_PC(frame); in profile_probe()
51 #define TRAPF_PC(tfp) ((tfp)->tf_elr) macro
122 addupc_task(td, TRAPF_PC(frame), td->td_pticks * psratio); in userret()
206 profclock(runs, usermode, TRAPF_PC(frame)); in handleevents()
690 #define TRAPF_PC(tfp) ((tfp)->tf_pc) macro