Home
last modified time | relevance | path

Searched refs:PG_PS (Results 1 – 16 of 16) sorted by relevance

/freebsd-12-stable/sys/i386/i386/
Dminidump_machdep.c195 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()
Dpmap.c529 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 …]
/freebsd-12-stable/stand/i386/libi386/
Delf64_freebsd.c51 #define PG_PS 0x080 macro
106 PT2[i] |= PG_V | PG_RW | PG_PS; in elf64_exec()
/freebsd-12-stable/stand/userboot/userboot/
Delf64_freebsd.c63 #define PG_PS 0x080 macro
137 PT2[i] |= PG_V | PG_RW | PG_PS; in elf64_exec()
/freebsd-12-stable/sys/amd64/amd64/
Dpmap.c1250 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 …]
Dminidump_machdep.c259 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()
Dxen-locore.S144 orl $(PG_V | PG_RW | PG_PS | PG_U), %edx
Dmp_machdep.c457 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U; in native_start_all_aps()
/freebsd-12-stable/lib/libkvm/
Dkvm_i386.h74 _Static_assert(PG_PS == I386_PG_PS, "PG_PS mismatch");
Dkvm_amd64.h82 _Static_assert(PG_PS == AMD64_PG_PS, "PG_PS mismatch");
/freebsd-12-stable/sys/i386/include/
Dpmap.h61 #define PG_PS 0x080 /* PS Page size (0=4k,1=4M) */ macro
276 if ((pa = pte_load(&PTD[va >> PDRSHIFT])) & PG_PS) { in pmap_kextract()
/freebsd-12-stable/stand/efi/loader/arch/amd64/
Delf64_freebsd.c185 PT2[i] |= PG_V | PG_RW | PG_PS; in elf64_exec()
/freebsd-12-stable/sys/x86/acpica/
Dacpi_wakeup.c477 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U; in acpi_install_wakeup_handler()
/freebsd-12-stable/sys/amd64/include/
Dpmap.h103 #define PG_PS X86_PG_PS macro
/freebsd-12-stable/sys/x86/xen/
Dpv.c252 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U; in hammer_time_xen_legacy()
/freebsd-12-stable/sys/amd64/vmm/
Dvmm_instruction_emul.c2038 if (nlevels > 0 && (pte32 & PG_PS) != 0) in _vm_gla2gpa()
2116 if (nlevels > 0 && (pte & PG_PS) != 0) { in _vm_gla2gpa()