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

/linux-4.1.27/arch/powerpc/mm/
H A Dhugetlbpage.c54 #define hugepd_none(hpd) ((hpd).pd == 0) macro
146 if (unlikely(!hugepd_none(*hpdp))) __hugepte_alloc()
159 if (!hugepd_none(*hpdp)) __hugepte_alloc()
231 BUG_ON(!hugepd_none(*hpdp) && !hugepd_ok(*hpdp)); huge_pte_alloc()
233 if (hugepd_none(*hpdp) && __hugepte_alloc(mm, hpdp, addr, pdshift, pshift)) huge_pte_alloc()
271 BUG_ON(!hugepd_none(*hpdp) && !hugepd_ok(*hpdp)); huge_pte_alloc()
273 if (hugepd_none(*hpdp) && __hugepte_alloc(mm, hpdp, addr, pdshift, pshift)) huge_pte_alloc()

Completed in 50 milliseconds