pgd_page          564 arch/x86/xen/mmu.c 	pgd_t *pgd_page = (pgd_t *)(((unsigned long)pgd) & PAGE_MASK);
pgd_page          565 arch/x86/xen/mmu.c 	unsigned offset = pgd - pgd_page;
pgd_page          569 arch/x86/xen/mmu.c 		struct page *page = virt_to_page(pgd_page);
pgd_page          866 arch/x86/xen/mmu.c 	xen_pin_page(mm, virt_to_page(pgd_page(pgd[pgd_index(TASK_SIZE)])),
pgd_page          983 arch/x86/xen/mmu.c 	xen_unpin_page(mm, virt_to_page(pgd_page(pgd[pgd_index(TASK_SIZE)])),
pgd_page           26 include/asm-generic/4level-fixup.h #define pud_page(pud)			pgd_page(pud)