Home
last modified time | relevance | path

Searched refs:SATP_MODE_SV39 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/riscv/riscv/
H A Dlocore.S212 li t0, SATP_MODE_SV39
380 li t0, SATP_MODE_SV39
H A Dpmap.c1318 return (pmap_mode == PMAP_MODE_SV39 ? SATP_MODE_SV39 : SATP_MODE_SV48); in pmap_satp_mode()
/freebsd/sys/riscv/include/
H A Driscvreg.h156 #define SATP_MODE_SV39 (8ULL << SATP_MODE_S) macro