Searched refs:pud_sect (Results 1 – 3 of 3) sorted by relevance
234 if (pud_sect(pud)) in kernel_page_present()
289 BUG_ON(pud_sect(pud)); in alloc_init_cont_pmd()923 if (pud_sect(pud)) { in unmap_hotplug_pud_range()1077 WARN_ON(!pud_present(pud) || !pud_table(pud) || pud_sect(pud)); in free_empty_pud_table()1233 if (!pud_sect(READ_ONCE(*pudp))) in pud_clear_huge()
729 static inline bool pud_sect(pud_t pud) { return false; } in pud_sect() function732 #define pud_sect(pud) ((pud_val(pud) & PUD_TYPE_MASK) == \ macro