Searched refs:PT_SOFTWARE (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | mach_mmu.h | 120 #define PT_SOFTWARE (0xe00) /* software bits */ macro
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | hat_i86.c | 1760 if (PTE_GET(pte, PT_SOFTWARE) >= PT_NOSYNC) in hati_sync_pte_to_page() 1895 REMAPASSERT(PTE_GET(old_pte, PT_SOFTWARE) >= PT_NOCONSIST); in hati_pte_map() 2700 if (PTE_GET(old_pte, PT_SOFTWARE) >= PT_NOCONSIST) { in hat_pte_unmap() 2733 ASSERT(PTE_GET(old_pte, PT_SOFTWARE) >= PT_NOCONSIST); in hat_pte_unmap() 3010 if (PTE_GET(pte, PT_SOFTWARE) >= PT_NOSYNC || in hat_sync() 3028 if (PTE_GET(pte, PT_SOFTWARE) >= PT_NOSYNC || in hat_sync() 3103 if (PTE_GET(pte, PT_SOFTWARE) >= PT_NOSYNC) in hat_getattr() 3135 if (PTE_GET(oldpte, PT_SOFTWARE) >= PT_NOCONSIST) in hat_updateattr() 3154 PTE_GET(oldpte, PT_SOFTWARE) < PT_NOSYNC) in hat_updateattr() 3167 PTE_GET(oldpte, PT_SOFTWARE) >= PT_NOSYNC) in hat_updateattr() [all …]
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | xen_mmu.c | 304 if ((pte & PT_SOFTWARE) >= PT_FOREIGN) in pte2pfn()
|