Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/mips/include/
Dcpu.h70 #define TRAPF_PC(framep) ((framep)->pc) macro
/freebsd-12-stable/sys/sparc64/include/
Dcpu.h45 #define TRAPF_PC(tfp) ((tfp)->tf_tpc) macro
/freebsd-12-stable/sys/i386/include/
Dcpu.h56 #define TRAPF_PC(framep) ((framep)->tf_eip) macro
/freebsd-12-stable/sys/amd64/include/
Dcpu.h56 #define TRAPF_PC(framep) ((framep)->tf_rip) macro
/freebsd-12-stable/sys/riscv/include/
Dcpu.h44 #define TRAPF_PC(tfp) ((tfp)->tf_ra) macro
/freebsd-12-stable/sys/powerpc/include/
Dcpu.h106 #define TRAPF_PC(frame) ((frame)->srr0) macro
/freebsd-12-stable/sys/arm/include/
Dcpu.h59 #define TRAPF_PC(tfp) ((tfp)->tf_pc) macro
/freebsd-12-stable/sys/arm64/include/
Dcpu.h48 #define TRAPF_PC(tfp) ((tfp)->tf_lr) macro
/freebsd-12-stable/sys/cddl/dev/profile/
Dprofile.c287 upc = TRAPF_PC(frame); in profile_probe()
289 pc = TRAPF_PC(frame); in profile_probe()
/freebsd-12-stable/sys/kern/
Dsubr_trap.c147 addupc_task(td, TRAPF_PC(frame), td->td_pticks * psratio); in userret()
Dkern_clocksource.c206 profclock(runs, usermode, TRAPF_PC(frame)); in handleevents()
/freebsd-12-stable/sys/arm/arm/
Dtrap-v6.c302 far = (prefetch) ? TRAPF_PC(tf) : cp15_dfar_get(); in abort_handler()