Home
last modified time | relevance | path

Searched refs:cf_pc (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/or1k/include/
H A Dcpu.h37 uintptr_t cf_pc; member
43 #define CLKF_PC(cf) ((cf)->cf_pc)
/netbsd-src/sys/arch/m68k/include/
H A Dcpu.h156 u_long cf_pc; /* pc at time of interrupt */ member
161 #define CLKF_PC(framep) ((framep)->cf_pc)
H A Dframe.h235 (cfp)->cf_pc = (u_long)&_atomic_cas_ras_start; \
/netbsd-src/sys/arch/hppa/include/
H A Dcpu.h254 u_int cf_pc; member
256 #define CLKF_PC(framep) ((framep)->cf_pc)
/netbsd-src/sys/arch/news68k/dev/
H A Dtimer_hb.c162 if (cf.cf_pc == (long)_Idle) in clock_intr()
/netbsd-src/sys/arch/sun3/sun3/
H A Dclock.c325 if (cf.cf_pc == (long)_Idle) in clock_intr()
/netbsd-src/sys/arch/sun2/sun2/
H A Dclock.c311 if (cf.cf_pc == (long)_Idle) in clock_intr()
/netbsd-src/sys/arch/sun3/sun3x/
H A Dclock.c447 if (cf.cf_pc == (long)_Idle) in clock_intr()
/netbsd-src/sys/arch/hppa/hppa/
H A Dintr.c442 clkframe.cf_pc = frame->tf_iioq_head; in hppa_intr_dispatch()