Searched refs:LPTE_BIG (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/powerpc/aim/
H A Dmoea64_native.c180 if ((oldptehi & LPTE_BIG) != 0)
195 * If this page has LPTE_BIG set and is from userspace, then
198 if ((oldptehi & LPTE_BIG) != 0 &&
876 ret = moea64_pte_insert_locked(pvo, &insertpt, LPTE_BIG);
995 LPTE_BIG);
H A Dmmu_oea64.c602 lpte->pte_hi |= LPTE_BIG;
/freebsd-13-stable/sys/powerpc/include/
H A Dpte.h119 #define LPTE_BIG 0x0000000000000004ULL /* 4kb/16Mb page */ macro
/freebsd-13-stable/sys/powerpc/pseries/
H A Dmmu_phyp.c408 if ((pt.pte_hi & (LPTE_WIRED | LPTE_BIG)) != 0)

Completed in 182 milliseconds