Home
last modified time | relevance | path

Searched refs:PT_SOFTWARE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmach_mmu.h120 #define PT_SOFTWARE (0xe00) /* software bits */ macro
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1760 if (PTE_GET(pte, PT_SOFTWARE) >= PT_NOSYNC) in hati_sync_pte_to_page()
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()
3154 PTE_GET(oldpte, PT_SOFTWARE) < PT_NOSYNC) in hat_updateattr()
3167 PTE_GET(oldpte, PT_SOFTWARE) >= PT_NOSYNC) in hat_updateattr()
3168 newpte &= ~PT_SOFTWARE; in hat_updateattr()
3180 newpte &= ~PT_SOFTWARE; in hat_updateattr()
3190 if (PTE_GET(newpte, PT_SOFTWARE) >= PT_NOSYNC) in hat_updateattr()
3848 if (PTE_GET(old_pte, PT_SOFTWARE) < PT_NOSYNC) in hati_page_unmap()
[all …]
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_mmu.c304 if ((pte & PT_SOFTWARE) >= PT_FOREIGN) in pte2pfn()