Searched refs:PG_RW (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/stand/i386/libi386/
H A Delf64_freebsd.c50 #define PG_RW 0x002 macro
98 PT4[i] |= PG_V | PG_RW;
102 PT3[i] |= PG_V | PG_RW;
106 PT2[i] |= PG_V | PG_RW | PG_PS;
/freebsd-12-stable/stand/userboot/userboot/
H A Delf64_freebsd.c62 #define PG_RW 0x002 macro
129 PT4[i] |= PG_V | PG_RW;
133 PT3[i] |= PG_V | PG_RW;
137 PT2[i] |= PG_V | PG_RW | PG_PS;
/freebsd-12-stable/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c175 PT4[i] |= PG_V | PG_RW;
179 PT3[i] |= PG_V | PG_RW;
183 PT2[i] |= PG_V | PG_RW | PG_PS;
/freebsd-12-stable/sys/i386/i386/
H A Dpmap.c408 *pt = pa | PG_V | PG_RW | PG_A | PG_M;
468 IdlePTD[a] = (KPTphys + ptoa(a)) | PG_V | PG_RW | PG_A | PG_M;
482 PG_RW;
517 *(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 |
536 PG_RW | PG_V;
679 KPTD[i] = (KPTphys + ptoa(i)) | PG_RW | PG_V;
1571 *PMAP2 = newpf | PG_RW | PG_V | PG_A | PG_M;
1632 *PMAP1 = newpf | PG_RW | PG_V | PG_A | PG_M;
1666 *PMAP3 = newpf | PG_RW | PG_
[all...]
H A Dbios.c399 *pte = vm86phystk | PG_RW | PG_V;
401 *ptd = vtophys(pte) | PG_RW | PG_V;
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 Dminidump_machdep.c290 fakept[k] = (pa + (k * PAGE_SIZE)) | PG_V | PG_RW | PG_A | PG_M;
H A Dcopyout.c132 *pte = PG_V | PG_RW | PG_A | PG_M | VM_PAGE_TO_PHYS(m[i]) |
H A Dvm_machdep.c600 *ptep = VM_PAGE_TO_PHYS(sf->m) | PG_RW | PG_V |
H A Dmachdep.c1811 pte[i] = (i << PAGE_SHIFT) | PG_V | PG_RW | PG_U;
2089 *pte = pa | PG_V | PG_RW | PG_N;
/freebsd-12-stable/sys/i386/include/
H A Dpmap.h55 #define PG_RW 0x002 /* R/W Read/Write */ 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 Dpmap.c3150 pt_entry_t pte, PG_RW, PG_V; local
3156 PG_RW = pmap_rw_bit(pmap);
3163 if ((pde & PG_RW) || (prot & VM_PROT_WRITE) == 0) {
3172 ((pte & PG_RW) || (prot & VM_PROT_WRITE) == 0)) {
3653 pt_entry_t PG_A, PG_M, PG_RW, PG_V; local
3660 PG_RW = pmap_rw_bit(pmap);
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_
4101 pt_entry_t PG_G, PG_A, PG_M, PG_RW; local
4818 pt_entry_t PG_A, PG_G, PG_M, PG_PKU_MASK, PG_RW, PG_V; local
5008 pt_entry_t PG_G, PG_A, PG_M, PG_RW; local
5066 pt_entry_t oldpte, PG_A, PG_M, PG_RW; local
5310 pt_entry_t *pte, tpte, PG_A, PG_M, PG_RW; local
5397 pt_entry_t PG_G, PG_M, PG_RW; local
5447 pt_entry_t *pte, PG_G, PG_M, PG_RW, PG_V; local
5604 pt_entry_t PG_G, PG_A, PG_M, PG_RW, PG_V, PG_PKU_MASK; local
5746 pt_entry_t *pte, PG_G, PG_A, PG_M, PG_RW, PG_V; local
6048 pt_entry_t PG_G, PG_RW, PG_V; local
6377 pt_entry_t PG_A, PG_M, PG_RW, PG_V; local
6977 pt_entry_t PG_M, PG_RW, PG_V; local
7162 pt_entry_t PG_A, PG_M, PG_RW, PG_V; local
7314 pt_entry_t oldpte, *pte, PG_M, PG_RW; local
7451 pt_entry_t *pte, PG_A, PG_M, PG_RW; local
7653 pt_entry_t *pte, PG_A, PG_G, PG_M, PG_RW, PG_V; local
7794 pt_entry_t *pte, PG_M, PG_RW; local
8041 pt_entry_t PG_A, PG_M, PG_RW, PG_V; local
8463 pt_entry_t pte, PG_A, PG_M, PG_RW, PG_V; local
8833 pt_entry_t *pte, PG_A, PG_M, PG_RW, PG_V; local
[all...]
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 Dmachdep.c1406 *pte = pa | PG_V | PG_RW | PG_NC_PWT | PG_NC_PCD;
/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.h97 #define PG_RW X86_PG_RW macro
129 PG_M | PG_A | PG_U | PG_RW | PG_V | PG_PKU_MASK)
161 #undef PG_RW macro
/freebsd-12-stable/sys/dev/dcons/
H A Ddcons_os.c325 *vtopte(PMAP_MAP_LOW + pa) |= PG_RW;
/freebsd-12-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c2014 (writable && (pte32 & PG_RW) == 0)) {
2100 (writable && (pte & PG_RW) == 0)) {

Completed in 314 milliseconds