Searched refs:pud_table (Results 1 – 4 of 4) sorted by relevance
448 if (pud_table(pud)) { in copy_pud()
451 static inline bool pud_table(pud_t pud) { return true; } in pud_table() function455 #define pud_table(pud) ((pud_val(pud) & PUD_TYPE_MASK) == \ macro
157 pud_t *pud_table __maybe_unused = stage2_pud_offset(kvm, pgd, 0UL); in clear_stage2_pgd_entry()160 stage2_pud_free(kvm, pud_table); in clear_stage2_pgd_entry()450 pud_t *pud_table __maybe_unused = pud_offset(pgd, 0UL); in clear_hyp_pgd_entry()452 pud_free(NULL, pud_table); in clear_hyp_pgd_entry()
1028 if (!pud_table(pud)) { in pud_free_pmd_page()