Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1070 PTE_SET(pte, PT_WRITABLE); in hati_mkpte()
1073 PTE_SET(pte, PT_USER); in hati_mkpte()
1076 PTE_SET(pte, mmu.pt_nx); in hati_mkpte()
1083 PTE_SET(pte, PT_NOCONSIST | PT_REF | PT_MOD); in hati_mkpte()
1085 PTE_SET(pte, PT_NOSYNC | PT_REF | PT_MOD); in hati_mkpte()
1096 PTE_SET(pte, PT_NOCACHE); in hati_mkpte()
1101 PTE_SET(pte, PT_NOCACHE); in hati_mkpte()
1103 PTE_SET(pte, (level == 0) ? PT_PAT_4K : PT_PAT_LARGE); in hati_mkpte()
1105 PTE_SET(pte, PT_WRITETHRU); in hati_mkpte()
1479 PTE_SET(pte, mmu.pt_global); in hati_load_common()
[all …]
H A Dhat_pte.h39 #define PTE_SET(p, f) ((p) |= (f)) macro
H A Dhat_kdi.c235 PTE_SET(pte, PT_WRITABLE); in kdi_prw()