Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dminidump_machdep.c245 pdp = (uint64_t *)PHYS_TO_DMAP(*pml4 & PG_FRAME); in minidumpsys()
266 pd = (uint64_t *)PHYS_TO_DMAP(pdp[i] & PG_FRAME); in minidumpsys()
284 pa = pd[j] & PG_FRAME; in minidumpsys()
289 pt = (uint64_t *)PHYS_TO_DMAP(pd[j] & PG_FRAME); in minidumpsys()
293 pa = pt[k] & PG_FRAME; in minidumpsys()
372 pdp = (uint64_t *)PHYS_TO_DMAP(*pml4 & PG_FRAME); in minidumpsys()
404 pd = (uint64_t *)PHYS_TO_DMAP(pdp[i] & PG_FRAME); in minidumpsys()
H A Defirt_machdep.c132 mphys = *pml5e & PG_FRAME; in efi_1t1_pte()
145 mphys = *pml4e & PG_FRAME; in efi_1t1_pte()
156 mphys = *pdpe & PG_FRAME; in efi_1t1_pte()
167 mphys = *pde & PG_FRAME; in efi_1t1_pte()
H A Dpmap.c5624 if ((*xpte & PG_FRAME) != (newpte & PG_FRAME)) { in pmap_demote_pde_check()
5635 KASSERT((*firstpte & PG_FRAME) == (newpte & PG_FRAME), in pmap_demote_pde_check()
7682 srcptepaddr &= PG_FRAME; in pmap_copy()
8061 PG_FRAME); in pmap_remove_pages()
8094 pa = tpte & PG_FRAME; in pmap_remove_pages()
9503 PG_FRAME; in pmap_mincore()
9516 pa = pte & PG_FRAME; in pmap_mincore()
10172 mphys = *pde & PG_FRAME; in pmap_large_map_pte()
11340 pa = pml4e & PG_FRAME; in sysctl_kmaps()
11351 pa = pdpe & PG_FRAME; in sysctl_kmaps()
[all …]
/f-stack/freebsd/i386/i386/
H A Dminidump_machdep_base.c214 pt = pmap_kenter_temporary(pd[j] & PG_FRAME, 0); in minidumpsys()
217 pa = pt[k] & PG_FRAME; in minidumpsys()
313 pa = pd[j] & PG_FRAME; in minidumpsys()
H A Dpmap.c1526 newpf = *pde & PG_FRAME; in __CONCAT()
1588 newpf = *pde & PG_FRAME; in pmap_pte_quick()
1622 newpf = *pde & PG_FRAME; in pmap_pte_quick3()
1650 pde &= PG_FRAME; in pmap_pte_ufast()
2879 KASSERT((*firstpte & PG_FRAME) == (newpte & PG_FRAME), in pmap_demote_pde()
3765 opa = origpte & PG_FRAME; in __CONCAT()
5456 pa = pa & PG_FRAME; in __CONCAT()
5757 PG_FRAME; in __CONCAT()
5761 pa = pte & PG_FRAME; in __CONCAT()
5998 return (pa & PG_FRAME); in __CONCAT()
[all …]
/f-stack/freebsd/i386/include/
H A Dpmap_pae.h68 #define PG_FRAME PG_FRAME_PAE macro
H A Dpmap_nopae.h67 #define PG_FRAME PG_FRAME_NOPAE macro
/f-stack/freebsd/amd64/include/
H A Dpmap.h120 #define PG_FRAME (0x000ffffffffff000ul) macro