Home
last modified time | relevance | path

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

/dragonfly/sys/platform/vkernel64/platform/
H A Dpmap.c239 pmap_pml4e_to_pdpe(pml4_entry_t *pml4e, vm_offset_t va) in pmap_pml4e_to_pdpe() function
256 return (pmap_pml4e_to_pdpe(pml4e, va)); in pmap_pdpe()
1945 pdpe = pmap_pml4e_to_pdpe(pml4e, sva); in pmap_remove()
2194 pdpe = pmap_pml4e_to_pdpe(pml4e, sva); in pmap_protect()
3308 pdpe = pmap_pml4e_to_pdpe(pml4e, sva); in pmap_pgscan()