Home
last modified time | relevance | path

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

123

/openbmc/linux/arch/mips/mm/
H A Dhugetlbpage.c32 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
49 pgd = pgd_offset(mm, addr); in huge_pte_offset()
H A Dpgtable.c19 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/openbmc/linux/arch/sh/mm/
H A Dhugetlbpage.c33 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
58 pgd = pgd_offset(mm, addr); in huge_pte_offset()
H A Dtlbex_32.c43 pgd = pgd_offset(current->mm, address); in handle_tlbmiss()
/openbmc/linux/arch/loongarch/mm/
H A Dhugetlbpage.c24 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
41 pgd = pgd_offset(mm, addr); in huge_pte_offset()
H A Dpgtable.c31 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/openbmc/linux/arch/ia64/mm/
H A Dhugetlbpage.c38 pgd = pgd_offset(mm, taddr); in huge_pte_alloc()
59 pgd = pgd_offset(mm, taddr); in huge_pte_offset()
/openbmc/linux/arch/parisc/mm/
H A Dhugetlbpage.c63 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
85 pgd = pgd_offset(mm, addr); in huge_pte_offset()
/openbmc/linux/arch/x86/kernel/
H 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()
/openbmc/linux/arch/nios2/mm/
H A Dpgtable.c59 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
H A Dioremap.c84 dir = pgd_offset(&init_mm, address); in remap_area_pages()
/openbmc/linux/arch/csky/include/asm/
H A Dpgalloc.h49 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/openbmc/linux/arch/sparc/mm/
H A Dhugetlbpage.c289 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()
/openbmc/linux/arch/arm64/mm/
H A Dhugetlbpage.c106 pgd_t *pgdp = pgd_offset(mm, addr); in find_num_contig()
277 pgdp = pgd_offset(mm, addr); in huge_pte_alloc()
314 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
/openbmc/linux/include/linux/
H A Dpgtable.h144 #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()
944 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr)
/openbmc/linux/arch/s390/mm/
H A Dhugetlbpage.c199 pgdp = pgd_offset(mm, addr); in huge_pte_alloc()
221 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
/openbmc/linux/arch/um/kernel/
H A 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()
/openbmc/linux/arch/riscv/mm/
H A Dhugetlbpage.c42 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
95 pgd = pgd_offset(mm, addr); in huge_pte_offset()
/openbmc/linux/arch/arc/mm/
H A Dfault.c37 pgd = pgd_offset(current->active_mm, address); in handle_kernel_vaddr_fault()
/openbmc/linux/arch/arm/mach-rpc/
H 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()
/openbmc/linux/arch/powerpc/mm/
H A Dhugetlbpage.c123 pg = pgd_offset(mm, addr); in huge_pte_alloc()
485 pgd = pgd_offset(tlb->mm, addr); in hugetlb_free_pgd_range()
/openbmc/linux/arch/arm/mm/
H A Dfault-armv.c99 pgd = pgd_offset(vma->vm_mm, address); in adjust_pte()
/openbmc/linux/arch/microblaze/mm/
H A Dpgtable.c204 pgd = pgd_offset(mm, addr & PAGE_MASK); in get_pteptr()
/openbmc/linux/arch/xtensa/mm/
H A Dtlb.c187 pgd = pgd_offset(mm, vaddr); in get_pte_for_vaddr()
/openbmc/linux/arch/m68k/include/asm/
H A Dmmu_context.h124 pgd = pgd_offset(mm, mmuar); in load_ksp_mmu()

123