| /linux/arch/loongarch/mm/ |
| H A D | hugetlbpage.c | 24 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 41 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
| H A D | pgtable.c | 31 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
| /linux/arch/parisc/mm/ |
| H A D | hugetlbpage.c | 42 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 64 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
| /linux/arch/x86/kernel/ |
| H A D | ldt.c | 236 pgd_t *k_pgd = pgd_offset(mm, LDT_BASE_ADDR); in map_ldt_struct_to_user() 249 pgd_t *k_pgd = pgd_offset(mm, LDT_BASE_ADDR); in sanity_check_ldt_mapping() 266 pgd_t *pgd = pgd_offset(mm, LDT_BASE_ADDR); in map_ldt_struct_to_user() 274 pgd_t *pgd = pgd_offset(mm, LDT_BASE_ADDR); in sanity_check_ldt_mapping()
|
| /linux/arch/sh/mm/ |
| H A D | tlbex_32.c | 44 pgd = pgd_offset(current->mm, address); in handle_tlbmiss()
|
| /linux/arch/csky/include/asm/ |
| H A D | pgalloc.h | 49 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
| /linux/arch/arc/mm/ |
| H A D | fault.c | 37 pgd = pgd_offset(current->active_mm, address); in handle_kernel_vaddr_fault()
|
| /linux/arch/arm/mach-rpc/ |
| H A D | ecard.c | 231 src_pgd = pgd_offset(mm, (unsigned long)IO_BASE); in ecard_init_pgtables() 232 dst_pgd = pgd_offset(mm, IO_START); in ecard_init_pgtables() 236 src_pgd = pgd_offset(mm, (unsigned long)EASI_BASE); in ecard_init_pgtables() 237 dst_pgd = pgd_offset(mm, EASI_START); in ecard_init_pgtables()
|
| /linux/arch/nios2/mm/ |
| H A D | ioremap.c | 84 dir = pgd_offset(&init_mm, address); in remap_area_pages()
|
| /linux/arch/microblaze/mm/ |
| H A D | pgtable.c | 204 pgd = pgd_offset(mm, addr & PAGE_MASK); in get_pteptr()
|
| /linux/arch/arm/mm/ |
| H A D | fault-armv.c | 76 pgd = pgd_offset(vma->vm_mm, address); in adjust_pte()
|
| H A D | ioremap.c | 135 memcpy(pgd_offset(mm, start), pgd_offset_k(start), in memcpy_pgd()
|
| H A D | dump.c | 401 pgd_t *pgd = pgd_offset(mm, 0UL); in walk_pgd()
|
| H A D | fault.c | 48 pgd = pgd_offset(mm, addr); in show_pte()
|
| /linux/arch/m68k/include/asm/ |
| H A D | mmu_context.h | 124 pgd = pgd_offset(mm, mmuar); in load_ksp_mmu()
|
| /linux/arch/xtensa/mm/ |
| H A D | tlb.c | 187 pgd = pgd_offset(mm, vaddr); in get_pte_for_vaddr()
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | subpage_prot.c | 63 pgd = pgd_offset(mm, addr); in hpte_flush_range()
|
| /linux/arch/m68k/kernel/ |
| H A D | sys_m68k.c | 478 pgd = pgd_offset(mm, (unsigned long)mem); in sys_atomic_cmpxchg_32()
|
| /linux/mm/ |
| H A D | pagewalk.c | 302 pgd = pgd_offset(walk->mm, addr); in walk_pgd_range() 917 pgdp = pgd_offset(vma->vm_mm, addr); in folio_walk_start()
|
| H A D | memory.c | 351 pgd = pgd_offset(tlb->mm, addr); in free_pgd_range() 534 pgdp = pgd_offset(mm, addr); in __print_bad_page_map_pgtable() 1533 dst_pgd = pgd_offset(dst_mm, addr); in copy_page_range() 1534 src_pgd = pgd_offset(src_mm, addr); in copy_page_range() 2088 pgd = pgd_offset(vma->vm_mm, addr); in __zap_vma_range() 2262 pgd = pgd_offset(mm, addr); in walk_to_pmd() 3023 pgd = pgd_offset(mm, addr); in remap_pfn_range_internal() 3460 pgd = pgd_offset(mm, addr); in __apply_to_page_range() 6466 pgd = pgd_offset(mm, address); in __handle_mm_fault() 6901 pgdp = pgd_offset(mm, address); in follow_pfnmap_start()
|
| /linux/arch/riscv/mm/ |
| H A D | fault.c | 44 pgdp = pgd_offset(mm, addr); in show_pte()
|
| /linux/arch/sparc/mm/ |
| H A D | fault_64.c | 81 pgd_t *pgdp = pgd_offset(current->mm, tpc); in get_user_insn()
|
| /linux/arch/riscv/kvm/ |
| H A D | mmu.c | 366 pgd = pgdp_get(pgd_offset(kvm->mm, hva)); in get_hva_mapping_size()
|
| /linux/arch/s390/boot/ |
| H A D | vmem.c | 451 pgd = pgd_offset(&init_mm, addr); in pgtable_populate()
|
| /linux/arch/mips/mm/ |
| H A D | tlb-r4k.c | 323 pgdp = pgd_offset(vma->vm_mm, address); in __update_tlb()
|