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

/freebsd-11.0-release/sys/boot/i386/libi386/
H A Delf64_freebsd.c49 #define PG_V 0x001 macro
99 PT4[i] |= PG_V | PG_RW | PG_U;
103 PT3[i] |= PG_V | PG_RW | PG_U;
107 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U;
/freebsd-11.0-release/sys/i386/i386/
H A Dminidump_machdep.c202 if ((pd[j] & (PG_PS | PG_V)) == (PG_PS | PG_V)) {
212 if ((pd[j] & PG_V) == PG_V) {
216 if ((pt[k] & PG_V) == PG_V) {
301 if ((pd[j] & (PG_PS | PG_V)) == (PG_PS | PG_V)) {
305 fakept[k] = (pa + (k * PAGE_SIZE)) | PG_V | PG_RW | PG_A | PG_M;
316 if ((pd[j] & PG_V)
[all...]
H A Dpmap.c188 #define pmap_pde_v(pte) ((*(int *)pte & PG_V) != 0)
192 #define pmap_pte_v(pte) ((*(int *)pte & PG_V) != 0)
482 KPTD[i] = (KPTphys + (i << PAGE_SHIFT)) | pgeflag | PG_RW | PG_V;
700 * are ever set, PG_V in particular.
704 * no mapping instead of correctly checking PG_V.
706 * Because PG_V is never set, there can be no mappings to invalidate.
719 if (*head & PG_V)
720 panic("pmap_ptelist_alloc: va with PG_V set!");
730 if (va & PG_V)
731 panic("pmap_ptelist_free: freeing va with PG_V se
[all...]
H A Dvm_machdep.c779 *ptep = VM_PAGE_TO_PHYS(sf->m) | pgeflag | PG_RW | PG_V |
789 if ((opte & (PG_V | PG_A)) == (PG_V | PG_A))
794 if ((opte & (PG_V | PG_A)) == (PG_V | PG_A))
H A Dbios.c403 *pte = (vm86pa - PAGE_SIZE) | PG_RW | PG_V;
404 *ptd = vtophys(pte) | PG_RW | PG_V;
410 *pte = (vm86pa - PAGE_SIZE) | PG_RW | PG_V;
H A Dlocore.s160 orl $PG_V,%eax ; \
880 orl $(PG_V|PG_RW|PG_PS), %eax
H A Dvm86.c432 pcb->new_ptd = vm86pa | PG_V | PG_RW | PG_U;
603 pte[entry] = page | PG_V | PG_RW | PG_U;
H A Dmachdep.c1775 pte[i] = (i << PAGE_SHIFT) | PG_V | PG_RW | PG_U;
1945 *pte = pa | PG_V | PG_RW | pg_n;
2321 *pte = pa | PG_V | PG_RW | PG_N;
/freebsd-11.0-release/sys/amd64/amd64/
H A Dxen-locore.S56 ELFNOTE(Xen, XEN_ELFNOTE_L1_MFN_VALID, .long, PG_V, PG_V)
H A Dpmap.c728 pt_entry_t PG_V; local
730 PG_V = pmap_valid_bit(pmap);
732 if ((*pml4e & PG_V) == 0)
752 pt_entry_t PG_V; local
754 PG_V = pmap_valid_bit(pmap);
756 if (pdpe == NULL || (*pdpe & PG_V) == 0)
776 pt_entry_t PG_V; local
778 PG_V = pmap_valid_bit(pmap);
780 if (pde == NULL || (*pde & PG_V) == 0)
1976 pt_entry_t *pte, PG_V; local
2015 pt_entry_t pte, PG_RW, PG_V; local
2461 pt_entry_t PG_A, PG_M, PG_RW, PG_V; local
2596 pdp_entry_t *pdpe, PG_V; local
2622 pd_entry_t *pd, PG_V; local
3455 pt_entry_t PG_A, PG_G, PG_M, PG_RW, PG_V; local
3729 pt_entry_t *pte, PG_V; local
3759 pt_entry_t *pte, PG_G, PG_V; local
4048 pt_entry_t *pte, PG_G, PG_M, PG_RW, PG_V; local
4175 pt_entry_t PG_G, PG_A, PG_M, PG_RW, PG_V; local
4313 pt_entry_t *pte, PG_G, PG_A, PG_M, PG_RW, PG_V; local
4540 pt_entry_t PG_V; local
4680 pt_entry_t *pte, PG_V; local
4810 pt_entry_t PG_A, PG_M, PG_RW, PG_V; local
4916 pt_entry_t *pte, PG_V; local
4997 pt_entry_t PG_A, PG_M, PG_V; local
5397 pt_entry_t PG_M, PG_RW, PG_V; local
5578 pt_entry_t PG_A, PG_M, PG_RW, PG_V; local
5689 pt_entry_t *pte, PG_V; local
6053 pt_entry_t *pte, PG_A, PG_G, PG_M, PG_RW, PG_V; local
6176 pt_entry_t oldpte, *pte, PG_M, PG_RW, PG_V; local
6425 pt_entry_t PG_A, PG_M, PG_RW, PG_V; local
6787 pt_entry_t pte, PG_A, PG_M, PG_RW, PG_V; local
6971 pt_entry_t *pte, PG_A, PG_M, PG_RW, PG_V; local
7061 pt_entry_t *pte, PG_V; local
7228 pt_entry_t *pte, PG_V; local
[all...]
H A Dminidump_machdep.c246 if ((pdp[i] & PG_V) == 0) {
269 if ((pd[j] & PG_V) == 0)
290 if ((pt[k] & PG_V) == 0)
377 if ((pdp[i] & PG_V) == 0) {
H A Dmp_machdep.c318 pt4[i] |= PG_V | PG_RW | PG_U;
322 pt3[i] |= PG_V | PG_RW | PG_U;
326 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U;
H A Dmachdep.c1374 *pte = pa | PG_V | PG_RW | PG_NC_PWT | PG_NC_PCD;
/freebsd-11.0-release/sys/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c69 #define PG_V 0x001 macro
176 PT4[i] |= PG_V | PG_RW | PG_U;
180 PT3[i] |= PG_V | PG_RW | PG_U;
184 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U;
/freebsd-11.0-release/sys/boot/userboot/userboot/
H A Delf64_freebsd.c58 #define PG_V 0x001 macro
127 PT4[i] |= PG_V | PG_RW | PG_U;
131 PT3[i] |= PG_V | PG_RW | PG_U;
135 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U;
/freebsd-11.0-release/lib/libkvm/
H A Dkvm_amd64.h80 _Static_assert(PG_V == AMD64_PG_V, "PG_V mismatch");
H A Dkvm_i386.h71 _Static_assert(PG_V == I386_PG_V, "PG_V mismatch");
/freebsd-11.0-release/sys/amd64/include/
H A Dpmap.h89 #define PG_V X86_PG_V macro
120 PG_M | PG_A | PG_U | PG_RW | PG_V)
151 #undef PG_V macro
/freebsd-11.0-release/sys/x86/acpica/
H A Dacpi_wakeup.c400 pt4[i] |= PG_V | PG_RW | PG_U;
407 pt3[i] |= PG_V | PG_RW | PG_U;
411 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U;
/freebsd-11.0-release/sys/x86/xen/
H A Dpv.c180 PT4[i] |= PG_V | PG_RW | PG_U;
187 PT3[i] |= PG_V | PG_RW | PG_U;
194 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U;
/freebsd-11.0-release/sys/i386/include/
H A Dpmap.h52 #define PG_V 0x001 /* P Valid */ macro
93 PG_M | PG_A | PG_NC_PCD | PG_NC_PWT | PG_U | PG_RW | PG_V)
/freebsd-11.0-release/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1656 if (pte & PG_V)
1744 if ((pte32 & PG_V) == 0 ||
1801 if ((pte & PG_V) == 0) {
1826 if ((pte & PG_V) == 0 ||

Completed in 173 milliseconds