Searched refs:tmpl3 (Results 1 – 1 of 1) sorted by relevance
8829 char *tmpl3; in pmap_demote_l2c() local8837 tmpl3 = NULL; in pmap_demote_l2c()8840 tmpl3 = kva_alloc(PAGE_SIZE); in pmap_demote_l2c()8841 if (tmpl3 == NULL) in pmap_demote_l2c()8843 pmap_kenter((vm_offset_t)tmpl3, PAGE_SIZE, in pmap_demote_l2c()8846 l2c_start = (pd_entry_t *)(tmpl3 + in pmap_demote_l2c()8848 l2c_end = (pd_entry_t *)(tmpl3 + in pmap_demote_l2c()8902 if (tmpl3 != NULL) { in pmap_demote_l2c()8903 pmap_kremove((vm_offset_t)tmpl3); in pmap_demote_l2c()8904 kva_free(tmpl3, PAGE_SIZE); in pmap_demote_l2c()[all …]