Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1579 PTE_SET(pte, PT_WRITABLE); in hati_mkpte()
1582 PTE_SET(pte, PT_USER); in hati_mkpte()
1585 PTE_SET(pte, mmu.pt_nx); in hati_mkpte()
1592 PTE_SET(pte, PT_NOCONSIST | PT_REF | PT_MOD); in hati_mkpte()
1594 PTE_SET(pte, PT_NOSYNC | PT_REF | PT_MOD); in hati_mkpte()
1605 PTE_SET(pte, PT_NOCACHE); in hati_mkpte()
1610 PTE_SET(pte, PT_NOCACHE); in hati_mkpte()
1612 PTE_SET(pte, (level == 0) ? PT_PAT_4K : PT_PAT_LARGE); in hati_mkpte()
1614 PTE_SET(pte, PT_WRITETHRU); in hati_mkpte()
1994 PTE_SET(pte, mmu.pt_global); in hati_load_common()
[all …]
H A Dhat_pte.h40 #define PTE_SET(p, f) ((p) |= (f)) macro
H A Dhat_kdi.c235 PTE_SET(pte, PT_WRITABLE); in kdi_prw()