Searched refs:PG_V (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/stand/i386/libi386/
H A Delf64_freebsd.c49 #define PG_V 0x001 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/sys/i386/i386/
H A Dminidump_machdep.c195 if ((pd[j] & (PG_PS | PG_V)) == (PG_PS | PG_V)) {
205 if ((pd[j] & PG_V) == PG_V) {
209 if ((pt[k] & PG_V) == PG_V) {
286 if ((pd[j] & (PG_PS | PG_V)) == (PG_PS | PG_V)) {
290 fakept[k] = (pa + (k * PAGE_SIZE)) | PG_V | PG_RW | PG_A | PG_M;
301 if ((pd[j] & PG_V)
[all...]
H A Dpmap.c191 #define pmap_pde_v(pte) ((*(int *)pte & PG_V) != 0)
195 #define pmap_pte_v(pte) ((*(int *)pte & PG_V) != 0)
408 *pt = pa | PG_V | PG_RW | PG_A | PG_M;
468 IdlePTD[a] = (KPTphys + ptoa(a)) | PG_V | PG_RW | PG_A | PG_M;
473 IdlePDPT[a] = ((u_int)IdlePTD + ptoa(a)) | PG_V;
481 IdlePTD[PTDPTDI + a] = ((u_int)IdlePTD + ptoa(a)) | PG_V |
517 *(pt_entry_t *)vm86pa = 0 | PG_RW | PG_U | PG_A | PG_M | PG_V;
523 PG_M | PG_V;
536 PG_RW | PG_V;
679 KPTD[i] = (KPTphys + ptoa(i)) | PG_RW | PG_V;
[all...]
H A Dvm_machdep.c600 *ptep = VM_PAGE_TO_PHYS(sf->m) | PG_RW | PG_V |
610 if ((opte & (PG_V | PG_A)) == (PG_V | PG_A))
615 if ((opte & (PG_V | PG_A)) == (PG_V | PG_A))
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 Dcopyout.c132 *pte = PG_V | PG_RW | PG_A | PG_M | VM_PAGE_TO_PHYS(m[i]) |
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/stand/userboot/userboot/
H A Delf64_freebsd.c61 #define PG_V 0x001 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/sys/amd64/amd64/
H A Dxen-locore.S62 ELFNOTE(Xen, XEN_ELFNOTE_L1_MFN_VALID, .long, PG_V, PG_V)
128 /* 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.c1235 pt_entry_t PG_V; local
1237 PG_V = pmap_valid_bit(pmap);
1239 if ((*pml4e & PG_V) == 0)
1261 pt_entry_t PG_V; local
1263 PG_V = pmap_valid_bit(pmap);
1265 if (pdpe == NULL || (*pdpe & PG_V) == 0)
1287 pt_entry_t PG_V; local
1289 PG_V = pmap_valid_bit(pmap);
1291 if (pde == NULL || (*pde & PG_V) == 0)
3111 pt_entry_t *pte, PG_V; local
3150 pt_entry_t pte, PG_RW, PG_V; local
3653 pt_entry_t PG_A, PG_M, PG_RW, PG_V; local
3799 pdp_entry_t *pdpe, PG_V; local
3825 pd_entry_t *pd, PG_V; local
4818 pt_entry_t PG_A, PG_G, PG_M, PG_PKU_MASK, PG_RW, PG_V; local
5105 pt_entry_t *pte, PG_V; local
5173 pt_entry_t PG_G, PG_V; 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
6014 pt_entry_t PG_V; local
6048 pt_entry_t PG_G, PG_RW, PG_V; local
6250 pt_entry_t newpte, *pte, PG_V; local
6377 pt_entry_t PG_A, PG_M, PG_RW, PG_V; local
6483 pt_entry_t *pte, PG_V; local
6563 pt_entry_t *dst_pte, PG_A, PG_M, PG_V, ptetemp, *src_pte; 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
7273 pt_entry_t *pte, PG_V; local
7653 pt_entry_t *pte, PG_A, PG_G, PG_M, PG_RW, PG_V; 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
8926 pt_entry_t *pte, PG_V; local
10438 pt_entry_t *pte, PG_V; local
[all...]
H A Dminidump_machdep.c251 if ((pdp[i] & PG_V) == 0) {
274 if ((pd[j] & PG_V) == 0)
295 if ((pt[k] & PG_V) == 0)
374 if ((pdp[i] & PG_V) == 0) {
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/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/lib/libkvm/
H A Dkvm_amd64.h81 _Static_assert(PG_V == AMD64_PG_V, "PG_V mismatch");
H A Dkvm_i386.h73 _Static_assert(PG_V == I386_PG_V, "PG_V mismatch");
/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/i386/include/
H A Dpmap.h54 #define PG_V 0x001 /* P Valid */ macro
96 PG_M | PG_A | PG_NC_PCD | PG_NC_PWT | PG_U | PG_RW | PG_V)
/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.h96 #define PG_V X86_PG_V macro
129 PG_M | PG_A | PG_U | PG_RW | PG_V | PG_PKU_MASK)
162 #undef PG_V macro
/freebsd-12-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1923 if (pte & PG_V)
2012 if ((pte32 & PG_V) == 0 ||
2071 if ((pte & PG_V) == 0) {
2098 if ((pte & PG_V) == 0 ||

Completed in 308 milliseconds