Home
last modified time | relevance | path

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

/freebsd/sys/arm64/arm64/
H A Dpmap.c8829 char *tmpl3; in pmap_demote_l2c() local
8837 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 …]