Home
last modified time | relevance | path

Searched refs:TRAPF_PC (Results 1 – 8 of 8) 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
/f-stack/freebsd/kern/
H A Dsubr_trap.c138 addupc_task(td, TRAPF_PC(frame), td->td_pticks * psratio); in userret()
H A Dkern_clocksource.c206 profclock(runs, usermode, TRAPF_PC(frame)); in handleevents()
/f-stack/freebsd/arm/arm/
H A Dtrap-v6.c304 far = (prefetch) ? TRAPF_PC(tf) : cp15_dfar_get(); in abort_handler()