/linux-6.6.21/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.6.21/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-6.6.21/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.6.21/arch/ia64/mm/ |
D | hugetlbpage.c | 38 pgd = pgd_offset(mm, taddr); in huge_pte_alloc() 59 pgd = pgd_offset(mm, taddr); in huge_pte_offset()
|
/linux-6.6.21/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.6.21/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.6.21/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.6.21/arch/csky/include/asm/ |
D | pgalloc.h | 49 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
/linux-6.6.21/arch/sparc/mm/ |
D | hugetlbpage.c | 289 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 312 pgd = pgd_offset(mm, addr); in huge_pte_offset() 531 pgd = pgd_offset(tlb->mm, addr); in hugetlb_free_pgd_range()
|
/linux-6.6.21/arch/arm64/mm/ |
D | hugetlbpage.c | 106 pgd_t *pgdp = pgd_offset(mm, addr); in find_num_contig() 285 pgdp = pgd_offset(mm, addr); in huge_pte_alloc() 322 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
|
/linux-6.6.21/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.6.21/include/linux/ |
D | pgtable.h | 144 #ifndef pgd_offset 145 #define pgd_offset(mm, address) pgd_offset_pgd((mm)->pgd, (address)) macro 153 #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() 923 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr)
|
/linux-6.6.21/arch/um/kernel/ |
D | tlb.c | 326 pgd = pgd_offset(mm, addr); in fix_range_common() 366 pgd = pgd_offset(mm, addr); in flush_tlb_kernel_range_common() 469 pgd = pgd_offset(mm, address); in flush_tlb_page()
|
/linux-6.6.21/arch/arc/mm/ |
D | fault.c | 37 pgd = pgd_offset(current->active_mm, address); in handle_kernel_vaddr_fault()
|
/linux-6.6.21/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.6.21/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.6.21/arch/arm/mm/ |
D | fault-armv.c | 99 pgd = pgd_offset(vma->vm_mm, address); in adjust_pte()
|
/linux-6.6.21/arch/powerpc/mm/ |
D | hugetlbpage.c | 123 pg = pgd_offset(mm, addr); in huge_pte_alloc() 485 pgd = pgd_offset(tlb->mm, addr); in hugetlb_free_pgd_range()
|
/linux-6.6.21/arch/microblaze/mm/ |
D | pgtable.c | 204 pgd = pgd_offset(mm, addr & PAGE_MASK); in get_pteptr()
|
/linux-6.6.21/arch/xtensa/mm/ |
D | tlb.c | 187 pgd = pgd_offset(mm, vaddr); in get_pte_for_vaddr()
|
/linux-6.6.21/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 33 pgd = pgd_offset(current->mm, addr); in pin_page_for_write()
|