Home
last modified time | relevance | path

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

/NextBSD/sys/boot/i386/libi386/
HDelf64_freebsd.c51 #define PG_U 0x004 macro
99 PT4[i] |= PG_V | PG_RW | PG_U; in elf64_exec()
103 PT3[i] |= PG_V | PG_RW | PG_U; in elf64_exec()
107 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U; in elf64_exec()
/NextBSD/sys/boot/userboot/userboot/
HDelf64_freebsd.c60 #define PG_U 0x004 macro
127 PT4[i] |= PG_V | PG_RW | PG_U; in elf64_exec()
131 PT3[i] |= PG_V | PG_RW | PG_U; in elf64_exec()
135 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U; in elf64_exec()
/NextBSD/sys/boot/efi/loader/arch/amd64/
HDelf64_freebsd.c71 #define PG_U 0x004 macro
160 PT4[i] |= PG_V | PG_RW | PG_U; in elf64_exec()
164 PT3[i] |= PG_V | PG_RW | PG_U; in elf64_exec()
168 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U; in elf64_exec()
/NextBSD/sys/i386/include/
HDpmap.h54 #define PG_U 0x004 /* U/S User/Supervisor */ macro
81 #define PG_PROT (PG_RW|PG_U) /* all protection bits . */
93 PG_M | PG_A | PG_NC_PCD | PG_NC_PWT | PG_U | PG_RW | PG_V)
/NextBSD/sys/x86/acpica/
HDacpi_wakeup.c401 pt4[i] |= PG_V | PG_RW | PG_U; in acpi_install_wakeup_handler()
408 pt3[i] |= PG_V | PG_RW | PG_U; in acpi_install_wakeup_handler()
412 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U; in acpi_install_wakeup_handler()
/NextBSD/sys/x86/xen/
HDpv.c180 PT4[i] |= PG_V | PG_RW | PG_U; in hammer_time_xen()
187 PT3[i] |= PG_V | PG_RW | PG_U; in hammer_time_xen()
194 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U; in hammer_time_xen()
/NextBSD/sys/amd64/amd64/
HDmp_machdep.c318 pt4[i] |= PG_V | PG_RW | PG_U; in native_start_all_aps()
322 pt3[i] |= PG_V | PG_RW | PG_U; in native_start_all_aps()
326 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U; in native_start_all_aps()
HDpmap.c788 PG_U; in create_pagetables()
814 pdp_p[i] |= X86_PG_RW | X86_PG_V | PG_U; in create_pagetables()
820 p4_p[PML4PML4I] |= X86_PG_RW | X86_PG_V | PG_U; in create_pagetables()
825 p4_p[DMPML4I + i] |= X86_PG_RW | X86_PG_V | PG_U; in create_pagetables()
831 p4_p[KPML4BASE + i] |= X86_PG_RW | X86_PG_V | PG_U; in create_pagetables()
2255 X86_PG_RW | X86_PG_V | PG_U; in pmap_pinit_type()
2259 X86_PG_RW | X86_PG_V | PG_U; in pmap_pinit_type()
2343 *pml4 = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V | PG_A | PG_M; in _pmap_allocpte()
2374 *pdp = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V | PG_A | PG_M; in _pmap_allocpte()
2423 *pd = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V | PG_A | PG_M; in _pmap_allocpte()
[all …]
/NextBSD/sys/amd64/include/
HDpmap.h91 #define PG_U X86_PG_U macro
120 PG_M | PG_A | PG_U | PG_RW | PG_V)
/NextBSD/sys/i386/i386/
HDvm86.c432 pcb->new_ptd = vm86pa | PG_V | PG_RW | PG_U; in vm86_initialize()
603 pte[entry] = page | PG_V | PG_RW | PG_U;
HDlocore.s820 fillkpt(R(vm86pa), $PG_RW|PG_U)
826 fillkpt(R(vm86pa), $PG_RW|PG_U)
HDpmap.c1946 (pd_entry_t) (ptepa | PG_U | PG_RW | PG_V | PG_A | PG_M); in _pmap_allocpte()
2696 newpde = mptepa | PG_M | PG_A | (oldpde & PG_U) | PG_RW | PG_V; in pmap_demote_pde()
3590 newpte |= PG_U; in pmap_enter()
3686 newpde |= PG_U; in pmap_enter_pde()
3867 pte_store(pte, pa | PG_V | PG_U); in pmap_enter_quick_locked()
3869 pte_store(pte, pa | PG_V | PG_U | PG_MANAGED); in pmap_enter_quick_locked()
3949 PG_U | PG_RW | PG_V); in pmap_object_init_pt()
HDmachdep.c1775 pte[i] = (i << PAGE_SHIFT) | PG_V | PG_RW | PG_U;
/NextBSD/sys/amd64/vmm/
HDvmm_instruction_emul.c1745 (usermode && (pte32 & PG_U) == 0) || in vm_gla2gpa()
1827 (usermode && (pte & PG_U) == 0) || in vm_gla2gpa()