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.c5131 int full_lvl, lvl, rv; in pmap_enter() local
5453 (full_lvl = vm_reserv_level_iffullpop(m)) >= 0 && in pmap_enter()
5455 full_lvl == 1 && (mpte == NULL || mpte->ref_count == NL3PG)) in pmap_enter()
6014 int full_lvl, lvl; in pmap_enter_quick_locked() local
6151 (full_lvl = vm_reserv_level_iffullpop(m)) >= 0 && in pmap_enter_quick_locked()
6153 full_lvl == 1 && (mpte == NULL || mpte->ref_count == NL3PG)) { in pmap_enter_quick_locked()