Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dspecialreg.h226 #define AMDID_PAGE1GB 0x04000000 macro
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c1636 if ((amd_feature & AMDID_PAGE1GB) != 0) { in create_pagetables()
2392 if ((amd_feature & AMDID_PAGE1GB) != 0) { in pmap_init()
10192 KASSERT((amd_feature & AMDID_PAGE1GB) != 0, in pmap_large_map_kextract()
10252 if ((amd_feature & AMDID_PAGE1GB) != 0 && rounddown2(spa + len, in pmap_large_map()
10273 if ((amd_feature & AMDID_PAGE1GB) != 0 && len >= NBPDP && in pmap_large_map()
10337 KASSERT((amd_feature & AMDID_PAGE1GB) != 0, in pmap_large_unmap()
10487 if ((amd_feature & AMDID_PAGE1GB) != 0) { in pmap_large_map_wb_large()