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

/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Darmreg.h126 #define CPU_ID_ISOLD(x) (((x) & 0x0000f000) == 0x00000000) macro
128 #define CPU_ID_ISNEW(x) (!CPU_ID_ISOLD(x) && !CPU_ID_IS7(x))

Completed in 103 milliseconds