Home
last modified time | relevance | path

Searched refs:pgd_offset (Results 1 – 25 of 62) sorted by relevance

123

/linux-5.19.10/arch/mips/mm/
Dhugetlbpage.c32 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
49 pgd = pgd_offset(mm, addr); in huge_pte_offset()
Dpgtable.c17 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/linux-5.19.10/arch/sh/mm/
Dhugetlbpage.c33 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
58 pgd = pgd_offset(mm, addr); in huge_pte_offset()
Dtlbex_32.c43 pgd = pgd_offset(current->mm, address); in handle_tlbmiss()
/linux-5.19.10/arch/loongarch/mm/
Dhugetlbpage.c24 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
41 pgd = pgd_offset(mm, addr); in huge_pte_offset()
Dpgtable.c18 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/linux-5.19.10/arch/parisc/mm/
Dhugetlbpage.c63 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
85 pgd = pgd_offset(mm, addr); in huge_pte_offset()
/linux-5.19.10/arch/ia64/mm/
Dhugetlbpage.c38 pgd = pgd_offset(mm, taddr); in huge_pte_alloc()
59 pgd = pgd_offset(mm, taddr); in huge_pte_offset()
/linux-5.19.10/arch/x86/kernel/
Dldt.c236 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-5.19.10/arch/nios2/mm/
Dpgtable.c59 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
Dioremap.c84 dir = pgd_offset(&init_mm, address); in remap_area_pages()
/linux-5.19.10/arch/csky/include/asm/
Dpgalloc.h49 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/linux-5.19.10/arch/sparc/mm/
Dhugetlbpage.c289 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
312 pgd = pgd_offset(mm, addr); in huge_pte_offset()
525 pgd = pgd_offset(tlb->mm, addr); in hugetlb_free_pgd_range()
/linux-5.19.10/arch/arm64/mm/
Dhugetlbpage.c116 pgd_t *pgdp = pgd_offset(mm, addr); in find_num_contig()
306 pgdp = pgd_offset(mm, addr); in huge_pte_alloc()
350 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
/linux-5.19.10/include/linux/
Dpgtable.h132 #ifndef pgd_offset
133 #define pgd_offset(mm, address) pgd_offset_pgd((mm)->pgd, (address)) macro
141 #define pgd_offset_k(address) pgd_offset(&init_mm, (address))
153 return pmd_offset(pud_offset(p4d_offset(pgd_offset(mm, va), va), va), va); in pmd_off()
772 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr)
/linux-5.19.10/arch/s390/mm/
Dhugetlbpage.c193 pgdp = pgd_offset(mm, addr); in huge_pte_alloc()
215 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
/linux-5.19.10/arch/um/kernel/
Dtlb.c326 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-5.19.10/arch/arc/mm/
Dfault.c36 pgd = pgd_offset(current->active_mm, address); in handle_kernel_vaddr_fault()
/linux-5.19.10/arch/arm/mach-rpc/
Decard.c231 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-5.19.10/arch/arm/mm/
Dfault-armv.c99 pgd = pgd_offset(vma->vm_mm, address); in adjust_pte()
/linux-5.19.10/arch/microblaze/mm/
Dpgtable.c204 pgd = pgd_offset(mm, addr & PAGE_MASK); in get_pteptr()
/linux-5.19.10/arch/alpha/mm/
Dinit.c46 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/linux-5.19.10/arch/m68k/mm/
Dmcfmmu.c108 pgd = pgd_offset(mm, mmuar); in cf_tlb_miss()
/linux-5.19.10/arch/powerpc/mm/
Dhugetlbpage.c122 pg = pgd_offset(mm, addr); in huge_pte_alloc()
484 pgd = pgd_offset(tlb->mm, addr); in hugetlb_free_pgd_range()
/linux-5.19.10/arch/arm/lib/
Duaccess_with_memcpy.c33 pgd = pgd_offset(current->mm, addr); in pin_page_for_write()

123