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

/freebsd-12-stable/sys/riscv/include/
H A Driscvreg.h160 #define SATP_MODE_SV39 (8ULL << SATP_MODE_S) macro
/freebsd-12-stable/sys/riscv/riscv/
H A Dlocore.S160 li t0, SATP_MODE_SV39
322 li t0, SATP_MODE_SV39
H A Dpmap.c1214 pmap->pm_satp = SATP_MODE_SV39 | (vtophys(pmap->pm_l1) >> PAGE_SHIFT);
1234 pmap->pm_satp = SATP_MODE_SV39 | (l1phys >> PAGE_SHIFT);

Completed in 47 milliseconds