Home
last modified time | relevance | path

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

/freebsd-13.1/sys/riscv/include/
H A Dcpu.h66 #define CPU_IMPL(mimpid) ((mimpid & CPU_IMPL_MASK) >> CPU_IMPL_SHIFT) macro
/freebsd-13.1/sys/riscv/riscv/
H A Didentcpu.c199 impl_id = CPU_IMPL(mimpid); in identify_cpu()
/freebsd-13.1/sys/arm64/include/
H A Dcpu.h113 #define CPU_IMPL(midr) (((midr) >> 24) & 0xff) macro
/freebsd-13.1/sys/arm64/arm64/
H A Didentcpu.c1897 impl_id = CPU_IMPL(midr); in print_cpu_midr()