Home
last modified time | relevance | path

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

/linux/arch/arm64/mm/
H A Dtrans_pgd.c192 dst_pgdp = pgd_offset_pgd(dst_pgdp, start); in copy_page_tables()
/linux/arch/riscv/kernel/
H A Dhibernate.c314 pgd_t *dst_pgdp = pgd_offset_pgd(pgdp, start); in temp_pgtable_mapping()
/linux/include/linux/
H A Dpgtable.h159 static inline pgd_t *pgd_offset_pgd(pgd_t *pgd, unsigned long address) in pgd_offset_pgd() function
168 #define pgd_offset(mm, address) pgd_offset_pgd((mm)->pgd, (address))