Searched refs:pgd_offset_pgd (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/arm64/mm/ |
H A D | fixmap.c | 176 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()
|
H A D | trans_pgd.c | 183 dst_pgdp = pgd_offset_pgd(dst_pgdp, start); in copy_page_tables()
|
H A D | kasan_init.c | 196 pgdp_new = pgd_offset_pgd(pgdir, KASAN_SHADOW_START); in kasan_copy_shadow()
|
H A D | mmu.c | 376 pgd_t *pgdp = pgd_offset_pgd(pgdir, virt); in __create_pgd_mapping_locked()
|
/openbmc/linux/arch/x86/entry/vsyscall/ |
H A D | vsyscall_64.c | 341 pgd = pgd_offset_pgd(root, VSYSCALL_ADDR); in set_vsyscall_pgtable_user_bits()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | hibernate.c | 314 pgd_t *dst_pgdp = pgd_offset_pgd(pgdp, start); in temp_pgtable_mapping()
|
/openbmc/linux/include/linux/ |
H A D | pgtable.h | 136 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))
|