Searched refs:PG_PS (Results 1 – 18 of 18) sorted by relevance
281 PT2[i] |= PG_V | PG_RW | PG_PS; in elf64_exec()313 PG_RW | PG_PS; in elf64_exec()321 PT2_u0[0] = PG_PS | PG_V | PG_RW; in elf64_exec()326 PG_V | PG_RW | PG_PS; in elf64_exec()364 PG_RW | PG_PS; in elf64_exec()372 PT2_u0[0] = PG_PS | PG_V | PG_RW; in elf64_exec()393 PG_V | PG_RW | PG_PS; in elf64_exec()
157 PT2[i] |= PG_V | PG_RW | PG_PS; in elf64_exec()190 PG_RW | PG_PS; in elf64_exec()198 PT2_u0[0] = PG_PS | PG_V | PG_RW; in elf64_exec()203 PG_V | PG_RW | PG_PS; in elf64_exec()
200 PT2[i] = (i * M(2)) | PG_V | PG_RW | PG_PS; in elf64_exec()232 PT2_l0[i] = ((pd_entry_t)i * M(2)) | PG_V | PG_RW | PG_PS; in elf64_exec()240 PT2_u0[0] = PG_PS | PG_V | PG_RW; in elf64_exec()244 | PG_V | PG_RW | PG_PS; in elf64_exec()
183 if ((pde & (PG_PS | PG_V)) == (PG_PS | PG_V)) { in cpu_minidumpsys()283 if ((pde & (PG_PS | PG_V)) == (PG_PS | PG_V)) { in cpu_minidumpsys()
531 pseflag = PG_PS; in __CONCAT()537 IdlePTD[a >> PDRSHIFT] = a | PG_PS | PG_A | PG_M | in __CONCAT()1175 if ((newpde & PG_PS) == 0) in pmap_update_pde_invalidate()1502 if (*pde & PG_PS) in __CONCAT()1563 if (*pde & PG_PS) in pmap_pte_quick()1600 if (*pde & PG_PS) in pmap_pte_quick3()1658 if ((pa = pte_load(&PTD[va >> PDRSHIFT])) & PG_PS) { in __CONCAT()1691 if ((pde & PG_PS) != 0) in __CONCAT()1720 if (pde & PG_PS) { in __CONCAT()1823 newpde = start | PG_PS | PG_RW | PG_V; in __CONCAT()[all …]
442 pt2_0[i] |= PG_V | PG_RW | PG_PS | PG_U; in acpi_install_wakeup_handler()446 pt2_1[i] |= PG_V | PG_RW | PG_PS | PG_U; in acpi_install_wakeup_handler()450 pt2_2[i] |= PG_V | PG_RW | PG_PS | PG_U; in acpi_install_wakeup_handler()454 pt2_3[i] |= PG_V | PG_RW | PG_PS | PG_U; in acpi_install_wakeup_handler()
104 PG_RW | PG_PS | PG_V; in kexec_generate_page_tables()111 } else if ((pde[k] & PG_PS) != 0) { in kexec_generate_page_tables()193 PG_RW | PG_PS; in kexec_load_md()
1529 KASSERT((*pdpe & PG_PS) == 0, in pmap_pdpe_to_pde()1546 KASSERT((*pdpe & PG_PS) == 0, in pmap_pde()1557 KASSERT((*pde & PG_PS) == 0, in pmap_pde_to_pte()1574 if ((*pde & PG_PS) != 0) /* compat with i386 pmap_pte() */ in pmap_pte()1902 pd_p[0] = X86_PG_V | PG_PS | pg_g | X86_PG_M | X86_PG_A | in create_pagetables()1906 pd_p[i] = pax | X86_PG_V | PG_PS | pg_g | X86_PG_M | in create_pagetables()1954 pd_p[j] |= X86_PG_RW | X86_PG_V | PG_PS | pg_g | in create_pagetables()1961 pdp_p[i] |= X86_PG_RW | X86_PG_V | PG_PS | pg_g | in create_pagetables()1988 pd_p[i] = pax | X86_PG_V | PG_PS | pg_g | X86_PG_M | in create_pagetables()2903 if ((newpde & PG_PS) == 0) in pmap_update_pde_invalidate()[all …]
207 if ((pdpe & PG_PS) != 0) { in cpu_minidumpsys()226 if ((pde & PG_PS) != 0) { in cpu_minidumpsys()345 if ((pdpe & PG_PS) != 0) { in cpu_minidumpsys()
368 X86_PG_M | PG_PS; in start_all_aps()373 X86_PG_A | X86_PG_M | PG_PS; in start_all_aps()378 X86_PG_RW | X86_PG_A | X86_PG_M | PG_PS; in start_all_aps()383 X86_PG_RW | X86_PG_A | X86_PG_M | PG_PS; in start_all_aps()
118 orl $(PG_V | PG_RW | PG_PS | PG_U), %edx
74 _Static_assert(PG_PS == I386_PG_PS, "PG_PS mismatch");
80 _Static_assert(PG_PS == AMD64_PG_PS, "PG_PS mismatch");
111 PT2[i] |= PG_V | PG_RW | PG_PS; in elf64_exec()
127 PT2[i] |= PG_V | PG_RW | PG_PS; in elf64_exec()
57 #define PG_PS 0x080 /* PS Page size (0=4k,1=4M) */ macro
62 #define PG_PS X86_PG_PS macro
2146 if (nlevels > 0 && (pte32 & PG_PS) != 0) in _vm_gla2gpa()2228 if (nlevels > 0 && (pte & PG_PS) != 0) { in _vm_gla2gpa()