Home
last modified time | relevance | path

Searched refs:pt_bits (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dkboot_mmu.c131 x86pte_t pt_bits = PT_NOCONSIST | PT_VALID | PT_WRITABLE; in kbm_remap_window() local
137 pt_bits &= ~PT_WRITABLE; in kbm_remap_window()
139 pa_to_ma(physaddr) | pt_bits, UVMF_INVLPG | UVMF_LOCAL) < 0) in kbm_remap_window()
143 *((x86pte_t *)pte_to_window) = physaddr | pt_bits; in kbm_remap_window()
145 *((x86pte32_t *)pte_to_window) = physaddr | pt_bits; in kbm_remap_window()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c1111 int pt_bits = PT_VALID; in xen_gdt_setprot() local
1113 pt_bits |= PT_WRITABLE; in xen_gdt_setprot()
1119 err = xen_kpm_page(mmu_btop(cp->cpu_m.mcpu_gdtpa), pt_bits); in xen_gdt_setprot()
1136 int pt_bits = PT_VALID; in xen_ldt_setprot() local
1139 pt_bits |= PT_WRITABLE; in xen_ldt_setprot()
1149 pt_bits)) != 0) in xen_ldt_setprot()