Home
last modified time | relevance | path

Searched refs:pt_global (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h170 x86pte_t pt_global; /* either 0 or PT_GLOBAL */ member
H A Dhat_i86.c827 mmu.pt_global = PT_GLOBAL; in mmu_init()
837 mmu.pt_global = 0; in mmu_init()
1516 EQUIV(kpti_enable, !mmu.pt_global); in hat_switch()
1994 PTE_SET(pte, mmu.pt_global); in hati_load_common()
2033 PTE_SET(pte, mmu.pt_global); in hat_kmap_load()
H A Dhtable.c1968 newpte = MAKEPTE(pfn, 0) | mmu.pt_global | mmu.pt_nx; in x86pte_mapin()
2352 pte = MAKEPTE(src->ht_pfn, 0) | mmu.pt_global | mmu.pt_nx; in x86pte_copy()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c430 if (PTE_GET(pte, mmu.pt_global)) in do_pte_dcmd()