Searched refs:pt_bits (Results 1 – 2 of 2) sorted by relevance
133 x86pte_t pt_bits = PT_NOCONSIST | PT_VALID | PT_WRITABLE; in kbm_remap_window() local139 pt_bits &= ~PT_WRITABLE; in kbm_remap_window()141 pa_to_ma(physaddr) | pt_bits, UVMF_INVLPG | UVMF_LOCAL) < 0) in kbm_remap_window()145 *((x86pte_t *)pte_to_window) = physaddr | pt_bits; in kbm_remap_window()147 *((x86pte32_t *)pte_to_window) = physaddr | pt_bits; in kbm_remap_window()
1124 int pt_bits = PT_VALID; in xen_gdt_setprot() local1126 pt_bits |= PT_WRITABLE; in xen_gdt_setprot()1134 err = xen_kpm_page(mmu_btop(cp->cpu_m.mcpu_gdtpa), pt_bits); in xen_gdt_setprot()1153 int pt_bits = PT_VALID; in xen_ldt_setprot() local1156 pt_bits |= PT_WRITABLE; in xen_ldt_setprot()1168 pt_bits)) != 0) in xen_ldt_setprot()