Home
last modified time | relevance | path

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

/sys/amd64/
Dpmap.c132 ASSERT((pte3 & PTE_PS) == 0); // XXX: Large pages not supported in PMap_DestroyAS()
248 if ((pte & PTE_PS) == PTE_PS) { in PMap_Translate()
493 *entry = (phys + LARGE_PGSIZE * i) | PTE_P | PTE_W | PTE_PS | flags; in PMap_SystemLMap()
591 if ((pte3 & PTE_PS) == 0) { in PMap_DumpFull()
646 if ((pte3 & PTE_PS) == 0) { in PMap_Dump()
/sys/amd64/include/
Damd64.h42 #define PTE_PS 0x0080 /* Page Size */ macro