Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/sys/
H A Dmach_mmu.h130 #define PT_NOSYNC (0x200) /* PTE was created with HAT_NOSYNC */ macro
/titanic_41/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1085 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 Di86mmu.c427 if (PTE_GET(pte, PT_NOSYNC)) in do_pte_dcmd()