Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dcpu.h56 #define TRAPF_PC(framep) ((framep)->tf_eip) macro
/freebsd/sys/amd64/include/
H A Dcpu.h53 #define TRAPF_PC(framep) ((framep)->tf_rip) macro
/freebsd/sys/riscv/include/
H A Dcpu.h42 #define TRAPF_PC(tfp) ((tfp)->tf_sepc) macro
/freebsd/sys/powerpc/include/
H A Dcpu.h108 #define TRAPF_PC(frame) ((frame)->srr0) macro
/freebsd/sys/arm/include/
H A Dcpu.h691 #define TRAPF_PC(tfp) ((tfp)->tf_pc) macro
/freebsd/sys/arm64/include/
H A Dcpu.h51 #define TRAPF_PC(tfp) ((tfp)->tf_elr) macro