Searched refs:CPU_IMPL (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm64/include/ | ||
| H A D | cpu.h | 111 #define CPU_IMPL(midr) (((midr) >> 24) & 0xff) macro |
| /f-stack/freebsd/arm64/arm64/ | ||
| H A D | identcpu.c | 1695 impl_id = CPU_IMPL(midr); in identify_cpu() |