Searched refs:INTEL_PTE_PFN (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.h350 #define INTEL_PTE_PFN PG_FRAME macro
357 #define pa_to_pte(a) ((a) & INTEL_PTE_PFN) /* XXX */
358 #define pte_to_pa(p) ((p) & INTEL_PTE_PFN) /* XXX */
H A Dgenassym.c342 DECLARE("PTE_PFN", INTEL_PTE_PFN);

Completed in 17 milliseconds