Home
last modified time | relevance | path

Searched refs:pgd_page (Results 1 – 3 of 3) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dpgtable-64.h390 static inline struct page *pgd_page(pgd_t pgd) in pgd_page() function
394 #define pgd_page(pgd) pgd_page(pgd) macro
/linux/arch/x86/include/asm/
H A Dinit.h15 int kernel_ident_mapping_init(struct x86_mapping_info *info, pgd_t *pgd_page,
/linux/arch/x86/xen/
H A Dmmu_pv.c519 pgd_t *pgd_page = (pgd_t *)(((unsigned long)pgd) & PAGE_MASK); in xen_get_user_pgd() local
520 unsigned offset = pgd - pgd_page; in xen_get_user_pgd()
527 struct page *page = virt_to_page(pgd_page); in xen_get_user_pgd()