Searched refs:X86_PG_PS (Results 1 – 2 of 2) sorted by relevance
62 #define X86_PG_PS 0x080 /* PS Page size (0=4k,1=2M) */ macro103 #define PG_PS X86_PG_PS
10148 MPASS((*pdpe & X86_PG_PS) == 0); in pmap_large_map_pde()10171 MPASS((*pde & X86_PG_PS) == 0); in pmap_large_map_pte()10191 if ((pdp & X86_PG_PS) != 0) { in pmap_large_map_kextract()10201 if ((pd & X86_PG_PS) != 0) in pmap_large_map_kextract()10336 if ((pdp & X86_PG_PS) != 0) { in pmap_large_unmap()10356 if ((pd & X86_PG_PS) != 0) { in pmap_large_unmap()10490 if ((p & X86_PG_PS) != 0) in pmap_large_map_wb_large()10496 if ((p & X86_PG_PS) != 0) in pmap_large_map_wb_large()10740 MPASS((*pdpe & X86_PG_PS) == 0); in pmap_pti_pde()10769 MPASS((*pde & X86_PG_PS) == 0); in pmap_pti_pte()[all …]