Home
last modified time | relevance | path

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

123

/linux/arch/mips/mm/
A Dhugetlbpage.c32 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
49 pgd = pgd_offset(mm, addr); in huge_pte_offset()
A Dpgtable.c19 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/linux/arch/sh/mm/
A Dhugetlbpage.c33 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
58 pgd = pgd_offset(mm, addr); in huge_pte_offset()
A Dtlbex_32.c44 pgd = pgd_offset(current->mm, address); in handle_tlbmiss()
/linux/arch/loongarch/mm/
A Dhugetlbpage.c24 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
41 pgd = pgd_offset(mm, addr); in huge_pte_offset()
A Dpgtable.c31 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/linux/arch/parisc/mm/
A Dhugetlbpage.c63 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
85 pgd = pgd_offset(mm, addr); in huge_pte_offset()
/linux/arch/x86/kernel/
A 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/arch/nios2/mm/
A Dpgtable.c59 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
A Dioremap.c84 dir = pgd_offset(&init_mm, address); in remap_area_pages()
/linux/arch/csky/include/asm/
A Dpgalloc.h49 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/linux/arch/sparc/mm/
A Dhugetlbpage.c286 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/arch/arm64/mm/
A Dhugetlbpage.c85 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/arch/s390/mm/
A Dhugetlbpage.c199 pgdp = pgd_offset(mm, addr); in huge_pte_alloc()
221 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
/linux/include/linux/
A Dpgtable.h146 #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/arch/powerpc/mm/
A Dhugetlbpage.c52 p4d = p4d_offset(pgd_offset(mm, addr), addr); in huge_pte_alloc()
/linux/arch/arc/mm/
A Dfault.c37 pgd = pgd_offset(current->active_mm, address); in handle_kernel_vaddr_fault()
/linux/arch/riscv/mm/
A Dhugetlbpage.c42 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
95 pgd = pgd_offset(mm, addr); in huge_pte_offset()
/linux/arch/arm/mach-rpc/
A 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/arch/arm/mm/
A Dfault-armv.c99 pgd = pgd_offset(vma->vm_mm, address); in adjust_pte()
/linux/arch/microblaze/mm/
A Dpgtable.c204 pgd = pgd_offset(mm, addr & PAGE_MASK); in get_pteptr()
/linux/arch/um/kernel/
A Dtlb.c190 pgd = pgd_offset(mm, addr); in um_tlb_sync()
/linux/arch/m68k/include/asm/
A Dmmu_context.h124 pgd = pgd_offset(mm, mmuar); in load_ksp_mmu()
/linux/arch/arm/lib/
A Duaccess_with_memcpy.c33 pgd = pgd_offset(current->mm, addr); in pin_page_for_write()
/linux/arch/alpha/mm/
A Dinit.c46 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()

Completed in 47 milliseconds

123