/linux-6.12.1/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 | 19 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
/linux-6.12.1/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 | 44 pgd = pgd_offset(current->mm, address); in handle_tlbmiss()
|
/linux-6.12.1/arch/loongarch/mm/ |
D | hugetlbpage.c | 24 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 41 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
D | pgtable.c | 31 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
/linux-6.12.1/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-6.12.1/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-6.12.1/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-6.12.1/arch/csky/include/asm/ |
D | pgalloc.h | 49 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
/linux-6.12.1/arch/sparc/mm/ |
D | hugetlbpage.c | 286 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 309 pgd = pgd_offset(mm, addr); in huge_pte_offset() 516 pgd = pgd_offset(tlb->mm, addr); in hugetlb_free_pgd_range()
|
/linux-6.12.1/arch/arm64/mm/ |
D | hugetlbpage.c | 85 pgd_t *pgdp = pgd_offset(mm, addr); in find_num_contig() 264 pgdp = pgd_offset(mm, addr); in huge_pte_alloc() 304 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
|
/linux-6.12.1/arch/s390/mm/ |
D | hugetlbpage.c | 199 pgdp = pgd_offset(mm, addr); in huge_pte_alloc() 221 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
|
/linux-6.12.1/include/linux/ |
D | pgtable.h | 146 #ifndef pgd_offset 147 #define pgd_offset(mm, address) pgd_offset_pgd((mm)->pgd, (address)) macro 154 #define pgd_offset_k(address) pgd_offset(&init_mm, (address)) 165 return pmd_offset(pud_offset(p4d_offset(pgd_offset(mm, va), va), va), va); in pmd_off() 1176 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr)
|
/linux-6.12.1/arch/riscv/mm/ |
D | hugetlbpage.c | 42 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 95 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
/linux-6.12.1/arch/arc/mm/ |
D | fault.c | 37 pgd = pgd_offset(current->active_mm, address); in handle_kernel_vaddr_fault()
|
/linux-6.12.1/arch/powerpc/mm/ |
D | hugetlbpage.c | 52 p4d = p4d_offset(pgd_offset(mm, addr), addr); in huge_pte_alloc()
|
/linux-6.12.1/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-6.12.1/arch/arm/mm/ |
D | fault-armv.c | 99 pgd = pgd_offset(vma->vm_mm, address); in adjust_pte()
|
/linux-6.12.1/arch/microblaze/mm/ |
D | pgtable.c | 204 pgd = pgd_offset(mm, addr & PAGE_MASK); in get_pteptr()
|
/linux-6.12.1/arch/um/kernel/ |
D | tlb.c | 190 pgd = pgd_offset(mm, addr); in um_tlb_sync()
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | mmu_context.h | 124 pgd = pgd_offset(mm, mmuar); in load_ksp_mmu()
|
/linux-6.12.1/arch/alpha/mm/ |
D | init.c | 46 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
/linux-6.12.1/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 33 pgd = pgd_offset(current->mm, addr); in pin_page_for_write()
|