Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Defirt_machdep.c115 pml4_entry_t *pml4e; in efi_1t1_pte() local
134 pml4e = (pml4_entry_t *)PHYS_TO_DMAP(mphys); in efi_1t1_pte()
135 pml4e = &pml4e[pml4_idx]; in efi_1t1_pte()
137 pml4e = &efi_pml4[pml4_idx]; in efi_1t1_pte()
140 if (*pml4e == 0) { in efi_1t1_pte()
143 *pml4e = mphys | X86_PG_RW | X86_PG_V; in efi_1t1_pte()
145 mphys = *pml4e & PG_FRAME; in efi_1t1_pte()
H A Dpmap.c1342 pml4_entry_t *pml4e; in pmap_pml5e_to_pml4e() local
1354 pml4_entry_t *pml4e; in pmap_pml4e() local
1390 pml4_entry_t *pml4e; in pmap_pdpe() local
1395 if (pml4e == NULL || (*pml4e & PG_V) == 0) in pmap_pdpe()
6363 if (pml4e == NULL || (*pml4e & PG_V) == 0) { in pmap_protect()
6646 if (pml4e == NULL || (*pml4e & PG_V) == 0) { in pmap_enter_largepage()
7488 if (pml4e == NULL || (*pml4e & PG_V) == 0) { in pmap_unwire()
7613 if (pml4e == NULL || (*pml4e & PG_V) == 0) { in pmap_copy()
8696 if (pml4e == NULL || (*pml4e & PG_V) == 0) { in pmap_advise()
10660 if (*pml4e == 0) { in pmap_pti_pdpe()
[all …]