/linux/arch/mips/mm/ |
A D | hugetlbpage.c | 32 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 49 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
A D | pgtable.c | 17 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
/linux/arch/sh/mm/ |
A D | hugetlbpage.c | 33 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 58 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
A D | tlbex_32.c | 43 pgd = pgd_offset(current->mm, address); in handle_tlbmiss()
|
/linux/arch/parisc/mm/ |
A D | hugetlbpage.c | 63 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 85 pgd = pgd_offset(mm, addr); in huge_pte_offset()
|
/linux/arch/x86/kernel/ |
A 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/arch/ia64/mm/ |
A D | hugetlbpage.c | 38 pgd = pgd_offset(mm, taddr); in huge_pte_alloc() 59 pgd = pgd_offset(mm, taddr); in huge_pte_offset()
|
/linux/arch/arc/include/asm/ |
A D | pgtable-levels.h | 102 #define pgd_offset(mm, addr) (((mm)->pgd) + pgd_index(addr)) macro 103 #define pgd_offset_k(addr) pgd_offset(&init_mm, addr)
|
/linux/arch/arm64/mm/ |
A D | hugetlbpage.c | 107 pgd_t *pgdp = pgd_offset(mm, addr); in find_num_contig() 268 pgdp = pgd_offset(mm, addr); in huge_pte_alloc() 312 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
|
/linux/arch/nios2/mm/ |
A D | pgtable.c | 59 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
A D | ioremap.c | 84 dir = pgd_offset(&init_mm, address); in remap_area_pages()
|
/linux/arch/sparc/mm/ |
A D | hugetlbpage.c | 288 pgd = pgd_offset(mm, addr); in huge_pte_alloc() 311 pgd = pgd_offset(mm, addr); in huge_pte_offset() 524 pgd = pgd_offset(tlb->mm, addr); in hugetlb_free_pgd_range()
|
/linux/include/linux/ |
A D | pgtable.h | 130 #ifndef pgd_offset 131 #define pgd_offset(mm, address) pgd_offset_pgd((mm)->pgd, (address)) macro 139 #define pgd_offset_k(address) pgd_offset(&init_mm, (address)) 151 return pmd_offset(pud_offset(p4d_offset(pgd_offset(mm, va), va), va), va); in pmd_off() 738 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr)
|
/linux/arch/csky/include/asm/ |
A D | pgalloc.h | 49 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
/linux/arch/s390/mm/ |
A D | hugetlbpage.c | 200 pgdp = pgd_offset(mm, addr); in huge_pte_alloc() 222 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
|
/linux/arch/um/kernel/ |
A 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/arch/arm/mach-rpc/ |
A 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/arch/arc/mm/ |
A D | fault.c | 36 pgd = pgd_offset(current->active_mm, address); in handle_kernel_vaddr_fault()
|
/linux/arch/arm/mm/ |
A D | fault-armv.c | 99 pgd = pgd_offset(vma->vm_mm, address); in adjust_pte()
|
/linux/arch/m68k/mm/ |
A D | mcfmmu.c | 108 pgd = pgd_offset(mm, mmuar); in cf_tlb_miss()
|
/linux/arch/microblaze/mm/ |
A D | pgtable.c | 204 pgd = pgd_offset(mm, addr & PAGE_MASK); in get_pteptr()
|
/linux/arch/alpha/mm/ |
A D | init.c | 46 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
|
/linux/arch/powerpc/mm/ |
A D | hugetlbpage.c | 122 pg = pgd_offset(mm, addr); in huge_pte_alloc() 484 pgd = pgd_offset(tlb->mm, addr); in hugetlb_free_pgd_range()
|
/linux/arch/xtensa/mm/ |
A D | tlb.c | 179 pgd = pgd_offset(mm, vaddr); in get_pte_for_vaddr()
|
/linux/arch/m68k/include/asm/ |
A D | mmu_context.h | 124 pgd = pgd_offset(mm, mmuar); in load_ksp_mmu()
|