Home
last modified time | relevance | path

Searched refs:TRAPF_PC (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/sys/i386/include/
H A Dcpu.h58 #define TRAPF_PC(framep) ((framep)->tf_eip) macro
/freebsd-14.2/sys/amd64/include/
H A Dcpu.h55 #define TRAPF_PC(framep) ((framep)->tf_rip) macro
/freebsd-14.2/sys/riscv/include/
H A Dcpu.h42 #define TRAPF_PC(tfp) ((tfp)->tf_sepc) macro
/freebsd-14.2/sys/powerpc/include/
H A Dcpu.h108 #define TRAPF_PC(frame) ((frame)->srr0) macro
/freebsd-14.2/sys/arm64/include/
H A Dcpu.h53 #define TRAPF_PC(tfp) ((tfp)->tf_elr) macro
/freebsd-14.2/sys/cddl/dev/profile/
H A Dprofile.c250 upc = TRAPF_PC(frame); in profile_probe()
252 pc = TRAPF_PC(frame); in profile_probe()
/freebsd-14.2/sys/kern/
H A Dsubr_trap.c128 addupc_task(td, TRAPF_PC(frame), td->td_pticks * psratio); in userret()
H A Dkern_clocksource.c205 profclock(runs, usermode, TRAPF_PC(frame)); in handleevents()
/freebsd-14.2/sys/arm/arm/
H A Dtrap-v6.c298 far = (prefetch) ? TRAPF_PC(tf) : cp15_dfar_get(); in abort_handler()
/freebsd-14.2/sys/arm/include/
H A Dcpu.h725 #define TRAPF_PC(tfp) ((tfp)->tf_pc) macro