Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm64/mm/
Dfixmap.c176 if (!READ_ONCE(pgd_val(*pgd_offset_pgd(pgdir, FIXADDR_TOT_START)))) { in fixmap_copy()
182 set_pgd(pgd_offset_pgd(pgdir, FIXADDR_TOT_START), in fixmap_copy()
195 bm_pgdp = pgd_offset_pgd(pgdir, FIXADDR_TOT_START); in fixmap_copy()
Dtrans_pgd.c183 dst_pgdp = pgd_offset_pgd(dst_pgdp, start); in copy_page_tables()
Dkasan_init.c196 pgdp_new = pgd_offset_pgd(pgdir, KASAN_SHADOW_START); in kasan_copy_shadow()
Dmmu.c376 pgd_t *pgdp = pgd_offset_pgd(pgdir, virt); in __create_pgd_mapping_locked()
/linux-6.6.21/arch/x86/entry/vsyscall/
Dvsyscall_64.c365 pgd = pgd_offset_pgd(root, VSYSCALL_ADDR); in set_vsyscall_pgtable_user_bits()
/linux-6.6.21/arch/riscv/kernel/
Dhibernate.c314 pgd_t *dst_pgdp = pgd_offset_pgd(pgdp, start); in temp_pgtable_mapping()
/linux-6.6.21/include/linux/
Dpgtable.h136 static inline pgd_t *pgd_offset_pgd(pgd_t *pgd, unsigned long address) in pgd_offset_pgd() function
145 #define pgd_offset(mm, address) pgd_offset_pgd((mm)->pgd, (address))