Home
last modified time | relevance | path

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

/freebsd/sys/arm64/arm64/
H A Dpmap.c5437 int full_lvl, lvl, rv; in pmap_enter() local
5760 (full_lvl = vm_reserv_level_iffullpop(m)) >= 0 && in pmap_enter()
5762 full_lvl == 1 && (mpte == NULL || mpte->ref_count == NL3PG)) in pmap_enter()
6355 int full_lvl, lvl; in pmap_enter_quick_locked() local
6492 (full_lvl = vm_reserv_level_iffullpop(m)) >= 0 && in pmap_enter_quick_locked()
6494 full_lvl == 1 && (mpte == NULL || mpte->ref_count == NL3PG)) { in pmap_enter_quick_locked()