Searched refs:PG_PS (Results 1 – 16 of 16) sorted by relevance
195 if ((pd[j] & (PG_PS | PG_V)) == (PG_PS | PG_V)) { in minidumpsys()286 if ((pd[j] & (PG_PS | PG_V)) == (PG_PS | PG_V)) { in minidumpsys()
529 pseflag = PG_PS; in pmap_cold()535 IdlePTD[a >> PDRSHIFT] = a | PG_PS | PG_A | PG_M | in pmap_cold()1147 if ((newpde & PG_PS) == 0) in pmap_update_pde_invalidate()1562 if (*pde & PG_PS) in pmap_pte()1622 if (*pde & PG_PS) in pmap_pte_quick()1659 if (*pde & PG_PS) in pmap_pte_quick3()1723 if ((pde & PG_PS) != 0) in pmap_extract()1755 if (pde & PG_PS) { in pmap_extract_and_hold()1865 newpde = start | PG_PS | PG_RW | PG_V; in pmap_map()2193 if (ptepa & PG_PS) { in pmap_allocpte()[all …]
51 #define PG_PS 0x080 macro106 PT2[i] |= PG_V | PG_RW | PG_PS; in elf64_exec()
63 #define PG_PS 0x080 macro137 PT2[i] |= PG_V | PG_RW | PG_PS; in elf64_exec()
1250 KASSERT((*pdpe & PG_PS) == 0, in pmap_pdpe_to_pde()1276 KASSERT((*pde & PG_PS) == 0, in pmap_pde_to_pte()1293 if ((*pde & PG_PS) != 0) /* compat with i386 pmap_pte() */ in pmap_pte()1515 pd_p[i] = (i << PDRSHIFT) | X86_PG_V | PG_PS | pg_g | in create_pagetables()1543 pd_p[j] |= X86_PG_RW | X86_PG_V | PG_PS | pg_g | in create_pagetables()1550 pdp_p[i] |= X86_PG_RW | X86_PG_V | PG_PS | pg_g | in create_pagetables()1566 pd_p[i] = (i << PDRSHIFT) | X86_PG_V | PG_PS | pg_g | in create_pagetables()2254 if ((newpde & PG_PS) == 0) in pmap_update_pde_invalidate()3113 if ((*pdpe & PG_PS) != 0) in pmap_extract()3118 if ((*pde & PG_PS) != 0) { in pmap_extract()[all …]
259 if ((pdp[i] & PG_PS) != 0) { in minidumpsys()277 if ((pd[j] & PG_PS) != 0) { in minidumpsys()386 if ((pdp[i] & PG_PS) != 0) { in minidumpsys()
144 orl $(PG_V | PG_RW | PG_PS | PG_U), %edx
457 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U; in native_start_all_aps()
74 _Static_assert(PG_PS == I386_PG_PS, "PG_PS mismatch");
82 _Static_assert(PG_PS == AMD64_PG_PS, "PG_PS mismatch");
61 #define PG_PS 0x080 /* PS Page size (0=4k,1=4M) */ macro276 if ((pa = pte_load(&PTD[va >> PDRSHIFT])) & PG_PS) { in pmap_kextract()
185 PT2[i] |= PG_V | PG_RW | PG_PS; in elf64_exec()
477 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U; in acpi_install_wakeup_handler()
103 #define PG_PS X86_PG_PS macro
252 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U; in hammer_time_xen_legacy()
2038 if (nlevels > 0 && (pte32 & PG_PS) != 0) in _vm_gla2gpa()2116 if (nlevels > 0 && (pte & PG_PS) != 0) { in _vm_gla2gpa()