Searched refs:pud_table (Results 1 – 3 of 3) sorted by relevance
892 WARN_ON(!pud_table(pud)); in unmap_hotplug_pud_range()1033 WARN_ON(!pud_present(pud) || !pud_table(pud) || pud_sect(pud)); in free_empty_pud_table()1411 if (!pud_table(pud)) { in pud_free_pmd_page()
516 static inline bool pud_table(pud_t pud) { return true; } in pud_table() function520 #define pud_table(pud) ((pud_val(pud) & PUD_TYPE_MASK) == \ macro
566 if (pud_table(pud)) { in copy_pud()