Home
last modified time | relevance | path

Searched defs:mimpid (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/riscv/include/
H A Dcpu.h66 #define CPU_IMPL(mimpid) ((mimpid & CPU_IMPL_MASK) >> CPU_IMPL_SHIFT) argument
/freebsd-12.1/sys/riscv/riscv/
H A Didentcpu.c185 uint64_t mimpid; in identify_cpu() local