Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/vm/
H A Dhat_pte.h167 x86pte_t pt_global; /* either 0 or PT_GLOBAL */ member
H A Dhtable.c1978 newpte = MAKEPTE(pfn, 0) | mmu.pt_global | mmu.pt_nx; in x86pte_mapin()
2365 pte = MAKEPTE(src->ht_pfn, 0) | mmu.pt_global | mmu.pt_nx; in x86pte_copy()
H A Dhat_i86.c536 mmu.pt_global = PT_GLOBAL; in mmu_init()
1479 PTE_SET(pte, mmu.pt_global); in hati_load_common()
1518 PTE_SET(pte, mmu.pt_global); in hat_kmap_load()
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c430 if (PTE_GET(pte, mmu.pt_global)) in do_pte_dcmd()