Searched refs:PG_U (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/i386/include/
H A Dpmap.h56 #define PG_U 0x004 /* U/S User/Supervisor */ macro
84 #define PG_PROT (PG_RW|PG_U) /* all protection bits . */
96 PG_M | PG_A | PG_NC_PCD | PG_NC_PWT | PG_U | PG_RW | PG_V)
/freebsd-12-stable/sys/amd64/amd64/
H A Dxen-locore.S128 /* PT4[i] = VTOP(&PT3[0]) | PG_V | PG_RW | PG_U */
131 orl $(PG_V | PG_RW | PG_U), %edx
134 /* PT3[i] = VTOP(&PT2[0]) | PG_V | PG_RW | PG_U */
137 orl $(PG_V | PG_RW | PG_U), %edx
140 /* PT2[i] = i * 2MiB | PG_V | PG_RW | PG_PS | PG_U */
144 orl $(PG_V | PG_RW | PG_PS | PG_U), %edx
H A Dmp_machdep.c449 pt4[i] |= PG_V | PG_RW | PG_U;
453 pt3[i] |= PG_V | PG_RW | PG_U;
457 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U;
H A Dpmap.c1642 * is possible to enable SMEP and SMAP since PG_U bits are
3696 *pml4 = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V | PG_A | PG_M;
3709 *pml4u = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V |
3741 *pdp = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V | PG_A | PG_M;
3787 *pd = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V | PG_A | PG_M;
4894 newpde = mptepa | PG_M | PG_A | (oldpde & PG_U) | PG_RW | PG_V;
5785 newpte |= PG_U;
6025 newpde |= PG_U;
6347 newpte |= PG_U | pmap_pkru_get(pmap, va);
6448 PG_U | PG_R
[all...]
/freebsd-12-stable/sys/x86/acpica/
H A Dacpi_wakeup.c466 pt4[i] |= PG_V | PG_RW | PG_U;
473 pt3[i] |= PG_V | PG_RW | PG_U;
477 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U;
/freebsd-12-stable/sys/x86/xen/
H A Dpv.c238 PT4[i] |= PG_V | PG_RW | PG_U;
245 PT3[i] |= PG_V | PG_RW | PG_U;
252 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U;
/freebsd-12-stable/sys/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)
/freebsd-12-stable/sys/i386/i386/
H A Dvm86.c482 pcb->new_ptd = vm86pa | PG_V | PG_RW | PG_U;
658 pte[entry] = page | PG_V | PG_RW | PG_U;
H A Dpmap.c517 *(pt_entry_t *)vm86pa = 0 | PG_RW | PG_U | PG_A | PG_M | PG_V;
522 *pt = (ISA_HOLE_START + ptoa(a)) | PG_RW | PG_U | PG_A |
2167 (pd_entry_t) (ptepa | PG_U | PG_RW | PG_V | PG_A | PG_M);
2910 newpde = mptepa | PG_M | PG_A | (oldpde & PG_U) | PG_RW | PG_V;
3724 newpte |= PG_U;
3959 newpde |= PG_U;
4214 newpte |= PG_U;
4296 PG_U | PG_RW | PG_V);
H A Dmachdep.c1811 pte[i] = (i << PAGE_SHIFT) | PG_V | PG_RW | PG_U;
/freebsd-12-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c2013 (usermode && (pte32 & PG_U) == 0) ||
2099 (usermode && (pte & PG_U) == 0) ||

Completed in 213 milliseconds