Searched refs:tmpl3 (Results 1 – 1 of 1) sorted by relevance
8436 vm_offset_t tmpl3; in pmap_demote_l2c() local8444 tmpl3 = 0; in pmap_demote_l2c()8447 tmpl3 = kva_alloc(PAGE_SIZE); in pmap_demote_l2c()8448 if (tmpl3 == 0) in pmap_demote_l2c()8450 pmap_kenter(tmpl3, PAGE_SIZE, in pmap_demote_l2c()8453 l2c_start = (pd_entry_t *)(tmpl3 + in pmap_demote_l2c()8455 l2c_end = (pd_entry_t *)(tmpl3 + in pmap_demote_l2c()8509 if (tmpl3 != 0) { in pmap_demote_l2c()8510 pmap_kremove(tmpl3); in pmap_demote_l2c()8511 kva_free(tmpl3, PAGE_SIZE); in pmap_demote_l2c()[all …]