Home
last modified time | relevance | path

Searched defs:TRAPF_PC (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dcpu.h70 #define TRAPF_PC(framep) ((framep)->pc) macro
/f-stack/freebsd/i386/include/
H A Dcpu.h56 #define TRAPF_PC(framep) ((framep)->tf_eip) macro
/f-stack/freebsd/amd64/include/
H A Dcpu.h56 #define TRAPF_PC(framep) ((framep)->tf_rip) macro
/f-stack/freebsd/arm/include/
H A Dcpu.h55 #define TRAPF_PC(tfp) ((tfp)->tf_pc) macro
/f-stack/freebsd/arm64/include/
H A Dcpu.h48 #define TRAPF_PC(tfp) ((tfp)->tf_lr) macro