Home
last modified time | relevance | path

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

/freebsd/sys/arm64/include/
H A Dcpu.h151 #define CPU_IMPL(midr) (((midr) >> 24) & 0xff) macro
/freebsd/sys/arm64/arm64/
H A Didentcpu.c2641 impl_id = CPU_IMPL(midr); in print_cpu_midr()