Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/i86pc/sys/
H A Dmach_mmu.h130 #define PT_NOSYNC (0x200) /* PTE was created with HAT_NOSYNC */ macro
/onnv-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1082 PTE_SET(pte, PT_NOSYNC | PT_REF | PT_MOD); in hati_mkpte()
1248 if (PTE_GET(pte, PT_SOFTWARE) >= PT_NOSYNC) in hati_sync_pte_to_page()
2492 if (PTE_GET(pte, PT_SOFTWARE) >= PT_NOSYNC || in hat_sync()
2510 if (PTE_GET(pte, PT_SOFTWARE) >= PT_NOSYNC || in hat_sync()
2585 if (PTE_GET(pte, PT_SOFTWARE) >= PT_NOSYNC) in hat_getattr()
2637 PTE_GET(oldpte, PT_SOFTWARE) < PT_NOSYNC) in hat_updateattr()
2638 newpte |= PT_NOSYNC; in hat_updateattr()
2650 PTE_GET(oldpte, PT_SOFTWARE) >= PT_NOSYNC) in hat_updateattr()
2662 PTE_GET(oldpte, PT_SOFTWARE) >= PT_NOSYNC) in hat_updateattr()
2673 if (PTE_GET(newpte, PT_SOFTWARE) >= PT_NOSYNC) in hat_updateattr()
[all …]
/onnv-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c427 if (PTE_GET(pte, PT_NOSYNC)) in do_pte_dcmd()