Home
last modified time | relevance | path

Searched refs:TRAPF_PC (Results 1 – 9 of 9) 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.h44 #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/cddl/dev/profile/
H A Dprofile.c248 upc = TRAPF_PC(frame); in profile_probe()
250 pc = TRAPF_PC(frame); in profile_probe()
/freebsd/sys/arm64/include/
H A Dcpu.h51 #define TRAPF_PC(tfp) ((tfp)->tf_elr) macro
/freebsd/sys/kern/
H A Dsubr_trap.c122 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()
/freebsd/sys/arm/include/
H A Dcpu.h690 #define TRAPF_PC(tfp) ((tfp)->tf_pc) macro