Lines Matching refs:pgd
6073 pgd_t *pgd = pgd_offset(mm, *addr); in huge_pmd_unshare() local
6074 p4d_t *p4d = p4d_offset(pgd, *addr); in huge_pmd_unshare()
6124 pgd_t *pgd; in huge_pte_alloc() local
6129 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
6130 p4d = p4d_alloc(mm, pgd, addr); in huge_pte_alloc()
6162 pgd_t *pgd; in huge_pte_offset() local
6167 pgd = pgd_offset(mm, addr); in huge_pte_offset()
6168 if (!pgd_present(*pgd)) in huge_pte_offset()
6170 p4d = p4d_offset(pgd, addr); in huge_pte_offset()
6271 follow_huge_pgd(struct mm_struct *mm, unsigned long address, pgd_t *pgd, int flags) in follow_huge_pgd() argument
6276 return pte_page(*(pte_t *)pgd) + ((address & ~PGDIR_MASK) >> PAGE_SHIFT); in follow_huge_pgd()