Home
last modified time | relevance | path

Searched refs:X86_PG_PS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/amd64/include/
H A Dpte.h58 #define X86_PG_PS 0x080 /* PS Page size (0=4k,1=2M) */ macro
H A Dpmap.h62 #define PG_PS X86_PG_PS
/freebsd/sys/amd64/amd64/
H A Dpmap.c4096 KASSERT((*vtopde(va) & X86_PG_PS) == 0, in pmap_qremove()
10696 MPASS((*pdpe & X86_PG_PS) == 0); in pmap_large_map_pde()
10719 MPASS((*pde & X86_PG_PS) == 0); in pmap_large_map_pte()
10739 if ((pdp & X86_PG_PS) != 0) { in pmap_large_map_kextract()
10749 if ((pd & X86_PG_PS) != 0) in pmap_large_map_kextract()
10825 *pdpe = pa | pg_g | X86_PG_PS | X86_PG_RW | in pmap_large_map()
10833 *pde = pa | pg_g | X86_PG_PS | X86_PG_RW | in pmap_large_map()
10884 if ((pdp & X86_PG_PS) != 0) { in pmap_large_unmap()
10904 if ((pd & X86_PG_PS) != 0) { in pmap_large_unmap()
11038 if ((p & X86_PG_PS) != 0) in pmap_large_map_wb_large()
[all …]