Home
last modified time | relevance | path

Searched refs:PG_U (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Dxen-locore.S131 orl $(PG_V | PG_RW | PG_U), %edx
137 orl $(PG_V | PG_RW | PG_U), %edx
144 orl $(PG_V | PG_RW | PG_PS | PG_U), %edx
H A Dmp_machdep.c428 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()
H A Dpmap.c4431 *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 …]
/f-stack/freebsd/i386/include/
H A Dpmap.h56 #define PG_U 0x004 /* U/S User/Supervisor */ macro
75 #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)
/f-stack/freebsd/x86/acpica/
H A Dacpi_wakeup.c468 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()
/f-stack/freebsd/x86/xen/
H A Dpv.c238 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()
/f-stack/freebsd/i386/i386/
H A Dvm86.c490 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()
H A Dpmap.c536 *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 …]
/f-stack/freebsd/amd64/include/
H A Dpmap.h98 #define PG_U X86_PG_U macro
129 PG_M | PG_A | PG_U | PG_RW | PG_V | PG_PKU_MASK)
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c2123 (usermode && (pte32 & PG_U) == 0) || in _vm_gla2gpa()
2213 (usermode && (pte & PG_U) == 0) || in _vm_gla2gpa()