Searched refs:PT_NOSYNC (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/i86pc/sys/ |
H A D | mach_mmu.h | 130 #define PT_NOSYNC (0x200) /* PTE was created with HAT_NOSYNC */ macro
|
/titanic_41/usr/src/uts/i86pc/vm/ |
H A D | hat_i86.c | 1085 PTE_SET(pte, PT_NOSYNC | PT_REF | PT_MOD); in hati_mkpte() 1251 if (PTE_GET(pte, PT_SOFTWARE) >= PT_NOSYNC) in hati_sync_pte_to_page() 2525 if (PTE_GET(pte, PT_SOFTWARE) >= PT_NOSYNC || in hat_sync() 2543 if (PTE_GET(pte, PT_SOFTWARE) >= PT_NOSYNC || in hat_sync() 2618 if (PTE_GET(pte, PT_SOFTWARE) >= PT_NOSYNC) in hat_getattr() 2669 PTE_GET(oldpte, PT_SOFTWARE) < PT_NOSYNC) in hat_updateattr() 2670 newpte |= PT_NOSYNC; in hat_updateattr() 2682 PTE_GET(oldpte, PT_SOFTWARE) >= PT_NOSYNC) in hat_updateattr() 2694 PTE_GET(oldpte, PT_SOFTWARE) >= PT_NOSYNC) in hat_updateattr() 2705 if (PTE_GET(newpte, PT_SOFTWARE) >= PT_NOSYNC) in hat_updateattr() [all …]
|
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | i86mmu.c | 427 if (PTE_GET(pte, PT_NOSYNC)) in do_pte_dcmd()
|