Lines Matching refs:pgd
59 pgd_t *pgd; in show_pte() local
62 pgd = mm->pgd; in show_pte()
64 pgd = get_TTB(); in show_pte()
66 if (unlikely(!pgd)) in show_pte()
67 pgd = swapper_pg_dir; in show_pte()
70 printk(KERN_ALERT "pgd = %p\n", pgd); in show_pte()
71 pgd += pgd_index(addr); in show_pte()
73 (u32)(sizeof(*pgd) * 2), (u64)pgd_val(*pgd)); in show_pte()
80 if (pgd_none(*pgd)) in show_pte()
83 if (pgd_bad(*pgd)) { in show_pte()
88 pud = pud_offset(pgd, addr); in show_pte()
126 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one() argument
133 pgd += index; in vmalloc_sync_one()
134 pgd_k = init_mm.pgd + index; in vmalloc_sync_one()
139 pud = pud_offset(pgd, address); in vmalloc_sync_one()