Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Dpmap.c6187 vm_offset_t tmpl1; in pmap_demote_l1() local
6201 tmpl1 = 0; in pmap_demote_l1()
6203 tmpl1 = kva_alloc(PAGE_SIZE); in pmap_demote_l1()
6204 if (tmpl1 == 0) in pmap_demote_l1()
6232 if (tmpl1 != 0) { in pmap_demote_l1()
6233 pmap_kenter(tmpl1, PAGE_SIZE, in pmap_demote_l1()
6236 l1 = (pt_entry_t *)(tmpl1 + ((vm_offset_t)l1 & PAGE_MASK)); in pmap_demote_l1()
6241 if (tmpl1 != 0) { in pmap_demote_l1()
6242 pmap_kremove(tmpl1); in pmap_demote_l1()
6243 kva_free(tmpl1, PAGE_SIZE); in pmap_demote_l1()