Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dpmap.h62 #define X86_PG_PS 0x080 /* PS Page size (0=4k,1=2M) */ macro
103 #define PG_PS X86_PG_PS
/freebsd/sys/amd64/amd64/
H A Dpmap.c10687 MPASS((*pdpe & X86_PG_PS) == 0); in pmap_large_map_pde()
10710 MPASS((*pde & X86_PG_PS) == 0); in pmap_large_map_pte()
10730 if ((pdp & X86_PG_PS) != 0) { in pmap_large_map_kextract()
10740 if ((pd & X86_PG_PS) != 0) in pmap_large_map_kextract()
10816 *pdpe = pa | pg_g | X86_PG_PS | X86_PG_RW | in pmap_large_map()
10824 *pde = pa | pg_g | X86_PG_PS | X86_PG_RW | in pmap_large_map()
10875 if ((pdp & X86_PG_PS) != 0) { in pmap_large_unmap()
10895 if ((pd & X86_PG_PS) != 0) { in pmap_large_unmap()
11029 if ((p & X86_PG_PS) != 0) in pmap_large_map_wb_large()
11035 if ((p & X86_PG_PS) != 0) in pmap_large_map_wb_large()
[all …]