Searched refs:PG_U (Results 1 – 10 of 10) sorted by relevance
131 orl $(PG_V | PG_RW | PG_U), %edx137 orl $(PG_V | PG_RW | PG_U), %edx144 orl $(PG_V | PG_RW | PG_PS | PG_U), %edx
428 pt5[i] |= PG_V | PG_RW | PG_U; in native_start_all_aps()437 pt4[i] |= PG_V | PG_RW | PG_U; in native_start_all_aps()445 pt3[i] |= PG_V | PG_RW | PG_U; in native_start_all_aps()449 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U; in native_start_all_aps()
4431 *pml5 = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V | PG_A | PG_M; in pmap_allocpte_nosleep()4438 *pml5u = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V | in pmap_allocpte_nosleep()4452 *pml4 = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V | PG_A | PG_M; in pmap_allocpte_nosleep()4467 *pml4u = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V | in pmap_allocpte_nosleep()4480 *pdp = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V | PG_A | PG_M; in pmap_allocpte_nosleep()4510 *pd = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V | PG_A | PG_M; in pmap_allocpte_nosleep()5741 newpde = mptepa | PG_M | PG_A | (oldpde & PG_U) | PG_RW | PG_V; in pmap_demote_pde_locked()6770 newpte |= PG_U; in pmap_enter()7023 newpde |= PG_U; in pmap_enter_2mpage()7347 newpte |= PG_U | pmap_pkru_get(pmap, va); in pmap_enter_quick_locked()[all …]
56 #define PG_U 0x004 /* U/S User/Supervisor */ macro75 #define PG_PROT (PG_RW|PG_U) /* all protection bits . */87 PG_M | PG_A | PG_NC_PCD | PG_NC_PWT | PG_U | PG_RW | PG_V)
468 pt5[i] |= PG_V | PG_RW | PG_U; in acpi_install_wakeup_handler()476 pt4[i] |= PG_V | PG_RW | PG_U; in acpi_install_wakeup_handler()483 pt3[i] |= PG_V | PG_RW | PG_U; in acpi_install_wakeup_handler()487 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U; in acpi_install_wakeup_handler()
238 PT4[i] |= PG_V | PG_RW | PG_U; in hammer_time_xen_legacy()245 PT3[i] |= PG_V | PG_RW | PG_U; in hammer_time_xen_legacy()252 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U; in hammer_time_xen_legacy()
490 pcb->new_ptd = vm86pa | PG_V | PG_RW | PG_U; in vm86_initialize_pae()554 pcb->new_ptd = vm86pa | PG_V | PG_RW | PG_U; in vm86_initialize_nopae()742 pte_pae[entry] = page | PG_V | PG_RW | PG_U; in vm86_datacall()751 pte_nopae[entry] = page | PG_V | PG_RW | PG_U; in vm86_datacall()
536 *pt = (ISA_HOLE_START + ptoa(a)) | PG_RW | PG_U | PG_A | in __CONCAT()2161 (pd_entry_t) (ptepa | PG_U | PG_RW | PG_V | PG_A | PG_M); in _pmap_allocpte()3678 newpte |= PG_U; in __CONCAT()3919 newpde |= PG_U; in pmap_enter_4mpage()4191 newpte |= PG_U; in pmap_enter_quick_locked()4273 PG_U | PG_RW | PG_V); in __CONCAT()6094 pte[i] = (i << PAGE_SHIFT) | PG_V | PG_RW | PG_U; in __CONCAT()6188 (range->attrs & PG_U) != 0 ? 'u' : 's', in sysctl_kmaps_dump()6206 mask = pg_nx | PG_G | PG_RW | PG_U | PG_PDE_CACHE; in sysctl_kmaps_match()6238 attrs = pde & (PG_RW | PG_U | pg_nx); in sysctl_kmaps_check()[all …]
98 #define PG_U X86_PG_U macro129 PG_M | PG_A | PG_U | PG_RW | PG_V | PG_PKU_MASK)
2123 (usermode && (pte32 & PG_U) == 0) || in _vm_gla2gpa()2213 (usermode && (pte & PG_U) == 0) || in _vm_gla2gpa()