Searched refs:tmpl3 (Results 1 – 1 of 1) sorted by relevance
8506 vm_offset_t tmpl3; in pmap_demote_l2c() local8514 tmpl3 = 0; in pmap_demote_l2c()8517 tmpl3 = kva_alloc(PAGE_SIZE); in pmap_demote_l2c()8518 if (tmpl3 == 0) in pmap_demote_l2c()8520 pmap_kenter(tmpl3, PAGE_SIZE, in pmap_demote_l2c()8523 l2c_start = (pd_entry_t *)(tmpl3 + in pmap_demote_l2c()8525 l2c_end = (pd_entry_t *)(tmpl3 + in pmap_demote_l2c()8579 if (tmpl3 != 0) { in pmap_demote_l2c()8580 pmap_kremove(tmpl3); in pmap_demote_l2c()8581 kva_free(tmpl3, PAGE_SIZE); in pmap_demote_l2c()[all …]