Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/include/
H A Dcpu_counter.h57 const bool cortex_p = CPU_ID_CORTEX_P(curcpu()->ci_arm_cpuid); in cpu_counter32() local
59 const bool cortex_p = true; in cpu_counter32()
61 const bool cortex_p = false; in cpu_counter32()
64 if (cortex_p) in cpu_counter32()