Searched refs:pdp_entry_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c78 static pdp_entry_t *PT3;
178 PT3[i] = (pdp_entry_t)PT2;
/freebsd-12-stable/sys/amd64/include/
H A Dparam.h110 #define NPDPEPG (PAGE_SIZE/(sizeof (pdp_entry_t)))
H A Dpmap.h258 typedef u_int64_t pdp_entry_t; typedef
/freebsd-12-stable/sys/amd64/amd64/
H A Defirt_machdep.c113 pdp_entry_t *pdpe;
130 pdpe = (pdp_entry_t *)PHYS_TO_DMAP(mphys);
H A Dpmap.c1142 static boolean_t pmap_demote_pdpe(pmap_t pmap, pdp_entry_t *pdpe,
1170 static pdp_entry_t *pmap_pti_pdpe(vm_offset_t va);
1221 static __inline pdp_entry_t *
1224 pdp_entry_t *pdpe;
1226 pdpe = (pdp_entry_t *)PHYS_TO_DMAP(*pml4e & PG_FRAME);
1231 static __inline pdp_entry_t *
1246 pmap_pdpe_to_pde(pdp_entry_t *pdpe, vm_offset_t va)
1260 pdp_entry_t *pdpe;
1440 pdp_entry_t *pdp_p;
1527 pdp_p = (pdp_entry_t *)(KPDPphy
[all...]

Completed in 213 milliseconds