Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c341 pgd = pgd_offset_pgd(root, VSYSCALL_ADDR); in set_vsyscall_pgtable_user_bits()
/linux-6.15/arch/arm64/mm/
H A Dtrans_pgd.c192 dst_pgdp = pgd_offset_pgd(dst_pgdp, start); in copy_page_tables()
H A Dmmu.c434 pgd_t *pgdp = pgd_offset_pgd(pgdir, virt); in __create_pgd_mapping_locked()
/linux-6.15/arch/riscv/kernel/
H A Dhibernate.c314 pgd_t *dst_pgdp = pgd_offset_pgd(pgdp, start); in temp_pgtable_mapping()
/linux-6.15/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))