Home
last modified time | relevance | path

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

/freebsd/sys/riscv/include/
H A Dthead.h33 extern bool has_errata_thead_pbmt;
/freebsd/sys/riscv/thead/
H A Dthead.c35 bool has_errata_thead_pbmt = false; variable
/freebsd/sys/riscv/riscv/
H A Didentcpu.c485 has_errata_thead_pbmt = true; in handle_thead_quirks()
H A Dpmap.c871 } else if (has_errata_thead_pbmt) { in pmap_bootstrap()