Lines Matching refs:pgd
60 pgd_t *pgd; in show_pte() local
63 pgd = mm->pgd; in show_pte()
65 pgd = get_TTB(); in show_pte()
67 if (unlikely(!pgd)) in show_pte()
68 pgd = swapper_pg_dir; in show_pte()
71 printk(KERN_ALERT "pgd = %p\n", pgd); in show_pte()
72 pgd += pgd_index(addr); in show_pte()
74 (u32)(sizeof(*pgd) * 2), (u64)pgd_val(*pgd)); in show_pte()
81 if (pgd_none(*pgd)) in show_pte()
84 if (pgd_bad(*pgd)) { in show_pte()
89 pud = pud_offset(pgd, addr); in show_pte()
127 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one() argument
134 pgd += index; in vmalloc_sync_one()
135 pgd_k = init_mm.pgd + index; in vmalloc_sync_one()
140 pud = pud_offset(pgd, address); in vmalloc_sync_one()