Home
last modified time | relevance | path

Searched refs:cpu_clkf_intr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/powerpc/include/
H A Dcpu.h439 #define CLKF_INTR(cf) cpu_clkf_intr(cf)
443 bool cpu_clkf_intr(const struct clockframe *);
/netbsd-src/sys/arch/powerpc/powerpc/
H A Dpowerpc_machdep.c473 cpu_clkf_intr(const struct clockframe *cf) in cpu_clkf_intr() function