Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Dpmap.c6280 vm_offset_t tmpl2; in pmap_demote_l2_locked() local
6292 tmpl2 = 0; in pmap_demote_l2_locked()
6294 tmpl2 = kva_alloc(PAGE_SIZE); in pmap_demote_l2_locked()
6295 if (tmpl2 == 0) in pmap_demote_l2_locked()
6376 if (tmpl2 != 0) { in pmap_demote_l2_locked()
6377 pmap_kenter(tmpl2, PAGE_SIZE, in pmap_demote_l2_locked()
6380 l2 = (pt_entry_t *)(tmpl2 + ((vm_offset_t)l2 & PAGE_MASK)); in pmap_demote_l2_locked()
6411 if (tmpl2 != 0) { in pmap_demote_l2_locked()
6412 pmap_kremove(tmpl2); in pmap_demote_l2_locked()
6413 kva_free(tmpl2, PAGE_SIZE); in pmap_demote_l2_locked()