Home
last modified time | relevance | path

Searched refs:PT_GLOBAL (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmach_mmu.h119 #define PT_GLOBAL (0x100) /* the mapping is global */ macro
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h67 #define PT_IGNORE ((0x7fful << 52) | PT_GLOBAL | PT_USER)
H A Dkboot_mmu.c169 pteval |= PT_GLOBAL; in kbm_map()
H A Dhat_i86.c827 mmu.pt_global = PT_GLOBAL; in mmu_init()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c556 pteval |= PT_GLOBAL; in map_ma_at_va()