Searched refs:CLKF_PC (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/sys/arch/i386/include/
H A Dcpu.h86 #define CLKF_PC(frame) (curcpu()->ci_xen_clockf_pc) macro
89 #define CLKF_PC(frame) ((frame)->cf_if.if_eip) macro
/netbsd-current/sys/arch/amd64/include/
H A Dcpu.h89 #define CLKF_PC(frame) (curcpu()->ci_xen_clockf_pc) macro
92 #define CLKF_PC(frame) ((frame)->cf_if.if_tf.tf_rip) macro
/netbsd-current/sys/arch/usermode/include/
H A Dcpu.h90 #define CLKF_PC(frame) 0 macro
/netbsd-current/sys/rump/include/machine/
H A Dcpu.h91 #define CLKF_PC(framep) 0 macro
/netbsd-current/sys/arch/or1k/include/
H A Dcpu.h43 #define CLKF_PC(cf) ((cf)->cf_pc) macro
/netbsd-current/sys/arch/m68k/include/
H A Dframe.h233 (CLKF_PC(cfp) < (u_long)&_atomic_cas_ras_end && \
234 CLKF_PC(cfp) > (u_long)&_atomic_cas_ras_start)) { \
H A Dcpu.h161 #define CLKF_PC(framep) ((framep)->cf_pc) macro
/netbsd-current/sys/arch/vax/include/
H A Dpsl.h106 #define CLKF_PC(framep) ((framep)->pc) macro
/netbsd-current/sys/arch/ia64/include/
H A Dcpu.h147 #define CLKF_PC(cf) (TRAPF_PC(&(cf)->cf_tf)) macro
/netbsd-current/sys/arch/sh3/include/
H A Dcpu.h89 #define CLKF_PC(cf) ((cf)->spc) macro
/netbsd-current/sys/arch/alpha/include/
H A Dcpu.h209 #define CLKF_PC(framep) ((framep)->cf_tf.tf_regs[FRAME_PC]) macro
/netbsd-current/sys/arch/mips/include/
H A Dcpu.h252 #define CLKF_PC(framep) ((framep)->pc + 0) macro
/netbsd-current/sys/arch/riscv/include/
H A Dcpu.h44 #define CLKF_PC(cf) ((cf)->cf_epc) macro
/netbsd-current/sys/arch/aarch64/include/
H A Dcpu.h59 #define CLKF_PC(cf) ((cf)->cf_tf.tf_pc) macro
/netbsd-current/sys/kern/
H A Dkern_clock.c448 addupc_intr(l, CLKF_PC(frame));
476 i = CLKF_PC(frame) - g->lowpc;
/netbsd-current/sys/arch/hppa/include/
H A Dcpu.h256 #define CLKF_PC(framep) ((framep)->cf_pc) macro
/netbsd-current/sys/arch/arm/include/
H A Dcpu.h135 * CLKF_PC: Extract the program counter from a clockframe
137 #define CLKF_PC(frame) (frame->cf_tf.tf_pc) macro
/netbsd-current/sys/arch/sparc/include/
H A Dcpu.h448 #define CLKF_PC(framep) ((framep)->pc) macro
/netbsd-current/sys/arch/sparc64/include/
H A Dcpu.h347 #define CLKF_PC(framep) ((framep)->t.tf_pc) macro
/netbsd-current/sys/arch/powerpc/include/
H A Dcpu.h438 #define CLKF_PC(cf) cpu_clkf_pc(cf) macro
/netbsd-current/external/cddl/osnet/dev/cyclic/
H A Dcyclic.c363 #define TRAPF_PC(x) CLKF_PC(x)

Completed in 331 milliseconds