| /Linux-v5.10/arch/sh/mm/ |
| D | hugetlbpage.c | 33 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 58 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
| D | tlbex_32.c | 43 pgd = pgd_offset(current->mm, address); in handle_tlbmiss()
|
| /Linux-v5.10/arch/mips/mm/ |
| D | hugetlbpage.c | 32 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 49 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
| D | pgtable.c | 17 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
| /Linux-v5.10/arch/ia64/mm/ |
| D | hugetlbpage.c | 37 pgd = pgd_offset(mm, taddr); in huge_pte_alloc() 58 pgd = pgd_offset(mm, taddr); in huge_pte_offset()
|
| /Linux-v5.10/arch/parisc/mm/ |
| D | hugetlbpage.c | 63 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 85 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
| /Linux-v5.10/arch/x86/kernel/ |
| 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-v5.10/arch/nios2/mm/ |
| D | pgtable.c | 59 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
| D | ioremap.c | 84 dir = pgd_offset(&init_mm, address); in remap_area_pages()
|
| /Linux-v5.10/arch/arm64/mm/ |
| D | hugetlbpage.c | 106 pgd_t *pgdp = pgd_offset(mm, addr); in find_num_contig() 264 pgdp = pgd_offset(mm, addr); in huge_pte_alloc() 309 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
|
| /Linux-v5.10/arch/csky/include/asm/ |
| D | pgalloc.h | 52 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
| /Linux-v5.10/include/linux/ |
| D | pgtable.h | 112 #ifndef pgd_offset 113 #define pgd_offset(mm, address) pgd_offset_pgd((mm)->pgd, (address)) macro 121 #define pgd_offset_k(address) pgd_offset(&init_mm, (address)) 133 return pmd_offset(pud_offset(p4d_offset(pgd_offset(mm, va), va), va), va); in pmd_off() 665 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr)
|
| /Linux-v5.10/arch/sparc/mm/ |
| D | hugetlbpage.c | 283 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 306 pgd = pgd_offset(mm, addr); in huge_pte_offset() 519 pgd = pgd_offset(tlb->mm, addr); in hugetlb_free_pgd_range()
|
| /Linux-v5.10/arch/s390/mm/ |
| D | hugetlbpage.c | 200 pgdp = pgd_offset(mm, addr); in huge_pte_alloc() 222 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
|
| /Linux-v5.10/arch/um/kernel/ |
| D | tlb.c | 332 pgd = pgd_offset(mm, addr); in fix_range_common() 373 pgd = pgd_offset(mm, addr); in flush_tlb_kernel_range_common() 475 pgd = pgd_offset(mm, address); in flush_tlb_page()
|
| /Linux-v5.10/arch/um/kernel/skas/ |
| D | mmu.c | 26 pgd = pgd_offset(mm, proc); in init_stub_pte()
|
| D | uaccess.c | 26 pgd = pgd_offset(mm, addr); in virt_to_pte()
|
| /Linux-v5.10/arch/arm/mach-rpc/ |
| 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-v5.10/arch/arm/mm/ |
| D | fault-armv.c | 99 pgd = pgd_offset(vma->vm_mm, address); in adjust_pte()
|
| /Linux-v5.10/arch/microblaze/mm/ |
| D | pgtable.c | 202 pgd = pgd_offset(mm, addr & PAGE_MASK); in get_pteptr()
|
| /Linux-v5.10/arch/m68k/mm/ |
| D | mcfmmu.c | 108 pgd = pgd_offset(mm, mmuar); in cf_tlb_miss()
|
| /Linux-v5.10/arch/alpha/mm/ |
| D | init.c | 46 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
| /Linux-v5.10/mm/ |
| D | page_vma_mapped.c | 171 pgd = pgd_offset(mm, pvmw->address); in page_vma_mapped_walk()
|
| /Linux-v5.10/arch/powerpc/mm/ |
| D | hugetlbpage.c | 121 pg = pgd_offset(mm, addr); in huge_pte_alloc() 496 pgd = pgd_offset(tlb->mm, addr); in hugetlb_free_pgd_range()
|
| /Linux-v5.10/arch/m68k/include/asm/ |
| D | mmu_context.h | 128 pgd = pgd_offset(mm, mmuar); in load_ksp_mmu()
|