Home
last modified time | relevance | path

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

/freebsd/sys/riscv/include/
H A Driscvreg.h195 #define SATP_MODE_SV48 (9ULL << SATP_MODE_S) macro
/freebsd/sys/riscv/riscv/
H A Dpmap.c1508 return (pmap_mode == PMAP_MODE_SV39 ? SATP_MODE_SV39 : SATP_MODE_SV48); in pmap_satp_mode()