Searched refs:TRAPF_PC (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/mips/include/
H A Dcpu.h70 #define TRAPF_PC(framep) ((framep)->pc) macro
/freebsd-13-stable/sys/i386/include/
H A Dcpu.h56 #define TRAPF_PC(framep) ((framep)->tf_eip) macro
/freebsd-13-stable/sys/riscv/include/
H A Dcpu.h44 #define TRAPF_PC(tfp) ((tfp)->tf_ra) macro
/freebsd-13-stable/sys/amd64/include/
H A Dcpu.h56 #define TRAPF_PC(framep) ((framep)->tf_rip) macro
/freebsd-13-stable/sys/arm/include/
H A Dcpu.h55 #define TRAPF_PC(tfp) ((tfp)->tf_pc) macro
/freebsd-13-stable/sys/powerpc/include/
H A Dcpu.h107 #define TRAPF_PC(frame) ((frame)->srr0) macro
/freebsd-13-stable/sys/arm64/include/
H A Dcpu.h48 #define TRAPF_PC(tfp) ((tfp)->tf_lr) macro
/freebsd-13-stable/sys/kern/
H A Dsubr_trap.c138 addupc_task(td, TRAPF_PC(frame), td->td_pticks * psratio);
H A Dkern_clocksource.c206 profclock(runs, usermode, TRAPF_PC(frame));
/freebsd-13-stable/sys/cddl/dev/profile/
H A Dprofile.c288 upc = TRAPF_PC(frame);
290 pc = TRAPF_PC(frame);
/freebsd-13-stable/sys/arm/arm/
H A Dtrap-v6.c300 far = (prefetch) ? TRAPF_PC(tf) : cp15_dfar_get();

Completed in 200 milliseconds