Home
last modified time | relevance | path

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

/freebsd/sys/riscv/include/
H A Dcpu.h89 #define MMU_SV48 0x2 /* 4-level paging */ macro
/freebsd/sys/riscv/riscv/
H A Didentcpu.c318 desc->mmu_caps |= MMU_SV48; in parse_mmu_fdt()
320 desc->mmu_caps |= MMU_SV48 | MMU_SV57; in parse_mmu_fdt()
H A Dpmap.c717 if (mode == PMAP_MODE_SV48 && (mmu_caps & MMU_SV48) != 0) { in pmap_create_pagetables()