| /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 | 30 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/arm64/mm/ |
| H A D | hugetlbpage.c | 85 pgd_t *pgdp = pgd_offset(mm, addr); in find_num_contig() 249 pgdp = pgd_offset(mm, addr); in huge_pte_alloc() 289 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
|
| /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/riscv/mm/ |
| H A D | hugetlbpage.c | 42 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 95 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
| H A D | fault.c | 44 pgdp = pgd_offset(mm, addr); in show_pte()
|
| /linux/arch/arc/mm/ |
| H A D | fault.c | 37 pgd = pgd_offset(current->active_mm, address); in handle_kernel_vaddr_fault()
|
| /linux/arch/nios2/mm/ |
| H A D | ioremap.c | 84 dir = pgd_offset(&init_mm, address); in remap_area_pages()
|
| /linux/include/linux/ |
| H A D | pgtable.h | 167 #ifndef pgd_offset 168 #define pgd_offset(mm, address) pgd_offset_pgd((mm)->pgd, (address)) macro 175 #define pgd_offset_k(address) pgd_offset(&init_mm, (address)) 186 return pmd_offset(pud_offset(p4d_offset(pgd_offset(mm, va), va), va), va); in pmd_off()
|
| /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 | mmu.c | 908 pgd = pgd_offset(mm, addr); in create_36bit_mapping() 958 pgd = pgd_offset(mm, addr); in __create_mapping() 1002 p4d = p4d_alloc(mm, pgd_offset(mm, md->virtual), md->virtual); in create_mapping_late()
|
| /linux/arch/alpha/mm/ |
| H A D | init.c | 46 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
| /linux/arch/m68k/include/asm/ |
| H A D | mmu_context.h | 124 pgd = pgd_offset(mm, mmuar); in load_ksp_mmu()
|
| /linux/arch/um/kernel/ |
| H A D | tlb.c | 183 pgd = pgd_offset(mm, addr); in um_tlb_sync()
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | subpage_prot.c | 63 pgd = pgd_offset(mm, addr); in hpte_flush_range()
|
| /linux/arch/xtensa/mm/ |
| H A D | tlb.c | 187 pgd = pgd_offset(mm, vaddr); in get_pte_for_vaddr()
|
| /linux/arch/um/kernel/skas/ |
| H A D | uaccess.c | 27 pgd = pgd_offset(mm, addr); in virt_to_pte()
|
| /linux/mm/ |
| H A D | page_vma_mapped.c | 221 pgd = pgd_offset(mm, pvmw->address); in page_vma_mapped_walk()
|
| H A D | pagewalk.c | 284 pgd = pgd_offset(walk->mm, addr); in walk_pgd_range() 902 pgdp = pgd_offset(vma->vm_mm, addr); in folio_walk_start()
|
| /linux/arch/m68k/kernel/ |
| H A D | sys_m68k.c | 478 pgd = pgd_offset(mm, (unsigned long)mem); in sys_atomic_cmpxchg_32()
|
| /linux/arch/sparc/mm/ |
| H A D | fault_64.c | 81 pgd_t *pgdp = pgd_offset(current->mm, tpc); in get_user_insn()
|