Searched defs:TRAPF_PC (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/ia64/include/
H A Dcpu.h47 #define TRAPF_PC(tf) ((tf)->tf_special.iip) macro
/freebsd-10-stable/sys/sparc64/include/
H A Dcpu.h43 #define TRAPF_PC(tfp) ((tfp)->tf_tpc) macro
/freebsd-10-stable/sys/mips/include/
H A Dcpu.h68 #define TRAPF_PC(framep) ((framep)->pc) macro
/freebsd-10-stable/sys/amd64/include/
H A Dcpu.h54 #define TRAPF_PC(framep) ((framep)->tf_rip) macro
/freebsd-10-stable/sys/i386/include/
H A Dcpu.h54 #define TRAPF_PC(framep) ((framep)->tf_eip) macro
/freebsd-10-stable/sys/arm/include/
H A Dcpu.h34 #define TRAPF_PC(tfp) ((tfp)->tf_pc) macro
/freebsd-10-stable/sys/powerpc/include/
H A Dcpu.h64 #define TRAPF_PC(frame) ((frame)->srr0) macro

Completed in 165 milliseconds