Symbol: PG_U
sys/amd64/acpica/acpi_wakeup.c
424
pt5[0] |= PG_V | PG_RW | PG_U;
sys/amd64/acpica/acpi_wakeup.c
430
pt4[0] |= PG_V | PG_RW | PG_U;
sys/amd64/acpica/acpi_wakeup.c
433
pt3[0] |= PG_V | PG_RW | PG_U;
sys/amd64/acpica/acpi_wakeup.c
435
pt3[1] |= PG_V | PG_RW | PG_U;
sys/amd64/acpica/acpi_wakeup.c
437
pt3[2] |= PG_V | PG_RW | PG_U;
sys/amd64/acpica/acpi_wakeup.c
439
pt3[3] |= PG_V | PG_RW | PG_U;
sys/amd64/acpica/acpi_wakeup.c
443
pt2_0[i] |= PG_V | PG_RW | PG_PS | PG_U;
sys/amd64/acpica/acpi_wakeup.c
447
pt2_1[i] |= PG_V | PG_RW | PG_PS | PG_U;
sys/amd64/acpica/acpi_wakeup.c
451
pt2_2[i] |= PG_V | PG_RW | PG_PS | PG_U;
sys/amd64/acpica/acpi_wakeup.c
455
pt2_3[i] |= PG_V | PG_RW | PG_PS | PG_U;
sys/amd64/amd64/pmap.c
4615
*pml5 = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V | PG_A | PG_M;
sys/amd64/amd64/pmap.c
4622
*pml5u = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V |
sys/amd64/amd64/pmap.c
4635
*pml4 = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V | PG_A | PG_M;
sys/amd64/amd64/pmap.c
4651
*pml4u = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V |
sys/amd64/amd64/pmap.c
4663
*pdp = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V | PG_A | PG_M;
sys/amd64/amd64/pmap.c
4691
*pd = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V | PG_A | PG_M;
sys/amd64/amd64/pmap.c
6039
newpde = mptepa | PG_M | PG_A | (oldpde & PG_U) | PG_RW | PG_V;
sys/amd64/amd64/pmap.c
7148
newpte |= PG_U;
sys/amd64/amd64/pmap.c
7399
newpde |= PG_U;
sys/amd64/amd64/pmap.c
7794
newpte |= PG_U | pmap_pkru_get(pmap, va);
sys/amd64/amd64/pmap.c
7916
PG_U | PG_RW | PG_V);
sys/amd64/amd64/pmap.c
9564
newpdpe = pdpgpa | PG_M | PG_A | (oldpdpe & PG_U) | PG_RW | PG_V;
sys/amd64/include/pmap.h
85
PG_M | PG_U | PG_RW | PG_V | PG_PKU_MASK)
sys/amd64/vmm/vmm_instruction_emul.c
2121
(usermode && (pte32 & PG_U) == 0) ||
sys/amd64/vmm/vmm_instruction_emul.c
2211
(usermode && (pte & PG_U) == 0) ||
sys/i386/i386/pmap.c
2150
(pd_entry_t)(ptepa | PG_U | PG_RW | PG_V | PG_A | PG_M);
sys/i386/i386/pmap.c
2833
newpde = mptepa | PG_M | PG_A | (oldpde & PG_U) | PG_RW | PG_V;
sys/i386/i386/pmap.c
3685
newpte |= PG_U;
sys/i386/i386/pmap.c
3926
newpde |= PG_U;
sys/i386/i386/pmap.c
4241
newpte |= PG_U;
sys/i386/i386/pmap.c
4346
PG_U | PG_RW | PG_V);
sys/i386/i386/pmap.c
519
*(pt_entry_t *)vm86pa = 0 | PG_RW | PG_U | PG_A | PG_M | PG_V;
sys/i386/i386/pmap.c
524
*pt = (ISA_HOLE_START + ptoa(a)) | PG_RW | PG_U | PG_A |
sys/i386/i386/pmap.c
6168
pte[i] = (i << PAGE_SHIFT) | PG_V | PG_RW | PG_U;
sys/i386/i386/pmap.c
6262
(range->attrs & PG_U) != 0 ? 'u' : 's',
sys/i386/i386/pmap.c
6280
mask = pg_nx | PG_G | PG_RW | PG_U | PG_PDE_CACHE;
sys/i386/i386/pmap.c
6312
attrs = pde & (PG_RW | PG_U | pg_nx);
sys/i386/i386/pmap.c
6318
attrs &= pg_nx | (pte & (PG_RW | PG_U));
sys/i386/i386/vm86.c
487
pcb->new_ptd = vm86pa | PG_V | PG_RW | PG_U;
sys/i386/i386/vm86.c
551
pcb->new_ptd = vm86pa | PG_V | PG_RW | PG_U;
sys/i386/i386/vm86.c
739
pte_pae[entry] = page | PG_V | PG_RW | PG_U;
sys/i386/i386/vm86.c
748
pte_nopae[entry] = page | PG_V | PG_RW | PG_U;
sys/i386/include/pmap.h
71
#define PG_PROT (PG_RW|PG_U) /* all protection bits . */
sys/i386/include/pmap.h
83
PG_M | PG_NC_PCD | PG_NC_PWT | PG_U | PG_RW | PG_V)