Home
last modified time | relevance | path

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

/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/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/include/asm-generic/
H A Dpgtable-nop4d.h43 #define pgd_page(pgd) (p4d_page((p4d_t){ pgd })) macro