Searched refs:pud_table (Results 1 – 4 of 4) sorted by relevance
417 if (pud_table(*(src_pud))) { in copy_pud()
149 pud_t *pud_table __maybe_unused = stage2_pud_offset(pgd, 0UL); in clear_stage2_pgd_entry()152 stage2_pud_free(pud_table); in clear_stage2_pgd_entry()399 pud_t *pud_table __maybe_unused = pud_offset(pgd, 0UL); in clear_hyp_pgd_entry()401 pud_free(NULL, pud_table); in clear_hyp_pgd_entry()
391 #define pud_table(pud) (1) macro395 #define pud_table(pud) ((pud_val(pud) & PUD_TYPE_MASK) == \ macro
226 if (pud_table(old_pud)) { in alloc_init_pud()