Home
last modified time | relevance | path

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

/f-stack/freebsd/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
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c10148 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 …]