Searched refs:pud_none (Results 1 – 4 of 4) sorted by relevance
20 #define pud_none(pud) 0 macro
30 static inline int pud_none(pud_t pud) { return 0; } in pud_none() function
589 if (pud_none(*pud)) in pud_none_or_clear_bad()
1881 return (unlikely(pud_none(*pud)) && __pmd_alloc(mm, pud, address))? in pmd_alloc()