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

/linux-master/arch/arm64/mm/
H A Dtrans_pgd.c142 if (pud_table(pud)) {
H A Dmmu.c921 WARN_ON(!pud_table(pud));
1062 WARN_ON(!pud_present(pud) || !pud_table(pud) || pud_sect(pud));
1260 if (!pud_table(pud)) {
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h631 static inline bool pud_table(pud_t pud) { return true; } function
635 #define pud_table(pud) ((pud_val(pud) & PUD_TYPE_MASK) == \ macro
710 #define pud_bad(pud) (!pud_table(pud))
712 #define pud_leaf(pud) (pud_present(pud) && !pud_table(pud))

Completed in 104 milliseconds