Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/mm/
Dhugetlbpage.c32 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
52 pgd = pgd_offset(mm, addr); in huge_pte_offset()
Dgup.c186 pgdp = pgd_offset(mm, addr); in __get_user_pages_fast()
235 pgdp = pgd_offset(mm, addr); in get_user_pages_fast()
Dtlbex_32.c42 pgd = pgd_offset(current->mm, address); in handle_tlbmiss()
Dtlbex_64.c58 pgd = pgd_offset(current->mm, address); in handle_tlbmiss()
Dcache-sh4.c226 pgd = pgd_offset(vma->vm_mm, address); in sh4_flush_cache_page()
Dcache-sh5.c396 pgd = pgd_offset(mm, addr); in sh64_dcache_purge_user_pages()
/linux-4.4.14/arch/mips/mm/
Dhugetlbpage.c31 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
45 pgd = pgd_offset(mm, addr); in huge_pte_offset()
Dgup.c232 pgdp = pgd_offset(mm, addr); in __get_user_pages_fast()
282 pgdp = pgd_offset(mm, addr); in get_user_pages_fast()
Dioremap.c75 dir = pgd_offset(&init_mm, address); in remap_area_pages()
Dtlb-r8k.c203 pgdp = pgd_offset(vma->vm_mm, address); in __update_tlb()
Dc-r3k.c254 pgdp = pgd_offset(mm, addr); in r3k_flush_cache_page()
Dc-tx39.c184 pgdp = pgd_offset(mm, page); in tx39_flush_cache_page()
Dtlb-r4k.c306 pgdp = pgd_offset(vma->vm_mm, address); in __update_tlb()
Dc-r4k.c570 pgdp = pgd_offset(mm, addr); in local_r4k_flush_cache_page()
/linux-4.4.14/arch/powerpc/mm/
Dtlb_hash32.c106 pmd = pmd_offset(pud_offset(pgd_offset(mm, start), start), start); in flush_range()
164 pmd = pmd_offset(pud_offset(pgd_offset(mm, vmaddr), vmaddr), vmaddr); in flush_tlb_page()
Dhugetlbpage.c220 pg = pgd_offset(mm, addr); in huge_pte_alloc()
271 pg = pgd_offset(mm, addr); in huge_pte_alloc()
678 pgd = pgd_offset(tlb->mm, addr); in hugetlb_free_pgd_range()
Dppc_mmu_32.c172 pmd = pmd_offset(pud_offset(pgd_offset(mm, ea), ea), ea); in hash_preload()
Dsubpage-prot.c69 pgd = pgd_offset(mm, addr); in hpte_flush_range()
Dpgtable_32.c375 pgd = pgd_offset(mm, addr & PAGE_MASK); in get_pteptr()
/linux-4.4.14/arch/s390/mm/
Dhugetlbpage.c122 pgdp = pgd_offset(mm, addr); in huge_pte_alloc()
135 pgdp = pgd_offset(mm, addr); in huge_pte_offset()
Dgup.c199 pgdp = pgd_offset(mm, addr); in __get_user_pages_fast()
Dpgtable.c510 pgd = pgd_offset(mm, vmaddr); in __gmap_link()
/linux-4.4.14/arch/arc/include/asm/
Dpgtable.h336 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
338 #define pgd_offset(mm, addr) (((mm)->pgd)+pgd_index(addr)) macro
360 #define pgd_offset_fast(mm, addr) pgd_offset(mm, addr)
/linux-4.4.14/arch/parisc/mm/
Dhugetlbpage.c61 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
80 pgd = pgd_offset(mm, addr); in huge_pte_offset()
/linux-4.4.14/arch/ia64/mm/
Dhugetlbpage.c36 pgd = pgd_offset(mm, taddr); in huge_pte_alloc()
55 pgd = pgd_offset(mm, taddr); in huge_pte_offset()
/linux-4.4.14/arch/um/kernel/
Dtlb.c282 pgd = pgd_offset(mm, addr); in fix_range_common()
320 pgd = pgd_offset(mm, addr); in flush_tlb_kernel_range_common()
405 pgd = pgd_offset(mm, address); in flush_tlb_page()
464 return pgd_offset(mm, address); in pgd_offset_proc()
484 pgd_t *pgd = pgd_offset(task->mm, addr); in addr_pte()
Dtrap.c105 pgd = pgd_offset(mm, address); in handle_page_fault()
/linux-4.4.14/arch/mips/include/asm/
Dpgtable-32.h139 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
144 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
Dpgtable-64.h241 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
247 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
Dpgalloc.h53 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/linux-4.4.14/arch/score/mm/
Dcache.c185 pgdp = pgd_offset(mm, start); in flush_cache_range()
192 pgdp = pgd_offset(mm, start); in flush_cache_range()
/linux-4.4.14/arch/alpha/include/asm/
Dpgtable.h280 #define PAGE_DIR_OFFSET(tsk,address) pgd_offset((tsk),(address))
283 #define pgd_offset_k(address) pgd_offset(&init_mm, (address))
287 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
/linux-4.4.14/arch/metag/mm/
Dhugetlbpage.c67 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
84 pgd = pgd_offset(mm, addr); in huge_pte_offset()
/linux-4.4.14/arch/nios2/mm/
Dpgtable.c60 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
Dioremap.c84 dir = pgd_offset(&init_mm, address); in remap_area_pages()
/linux-4.4.14/arch/sparc/mm/
Dhugetlbpage.c144 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
163 pgd = pgd_offset(mm, addr); in huge_pte_offset()
Dgup.c178 pgdp = pgd_offset(mm, addr); in __get_user_pages_fast()
226 pgdp = pgd_offset(mm, addr); in get_user_pages_fast()
Dio-unit.c222 pgdp = pgd_offset(&init_mm, addr); in iounit_map_dma_area()
Diommu.c360 pgdp = pgd_offset(&init_mm, addr); in iommu_map_dma_area()
Dfault_64.c94 pgd_t *pgdp = pgd_offset(current->mm, tpc); in get_user_insn()
/linux-4.4.14/arch/powerpc/include/asm/
Dpgtable-ppc32.h299 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
303 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
Dpgtable-ppc64.h189 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
202 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
/linux-4.4.14/arch/m68k/include/asm/
Dsun3_pgtable.h190 #define pgd_offset(mm, address) \ macro
194 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
Dmcf_pgtable.h334 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
339 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
Dmotorola_pgtable.h190 #define PAGE_DIR_OFFSET(tsk,address) pgd_offset((tsk),(address))
195 static inline pgd_t *pgd_offset(const struct mm_struct *mm, in pgd_offset() function
Dmmu_context.h125 pgd = pgd_offset(mm, mmuar); in load_ksp_mmu()
/linux-4.4.14/arch/nios2/include/asm/
Dpgtable.h107 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
258 #define pgd_offset_k(addr) pgd_offset(&init_mm, addr)
/linux-4.4.14/arch/cris/include/asm/
Dpgtable.h235 static inline pgd_t * pgd_offset(const struct mm_struct *mm, unsigned long address) in pgd_offset() function
241 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
/linux-4.4.14/arch/frv/include/asm/
Dpgtable.h183 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
189 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
492 pgd_t *pge = pgd_offset(mm, address); in update_mmu_cache()
/linux-4.4.14/arch/mn10300/mm/
Dcache-inv-icache.c43 pgd = pgd_offset(current->mm, start); in flush_icache_page_range()
Dcache-flush-icache.c65 pgd = pgd_offset(current->mm, start); in flush_icache_page_range()
/linux-4.4.14/arch/metag/include/asm/
Dpgtable.h186 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
188 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
/linux-4.4.14/arch/m32r/include/asm/
Dpgtable.h310 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
313 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
/linux-4.4.14/arch/unicore32/include/asm/
Dpgtable.h235 #define pgd_offset(mm, addr) ((mm)->pgd+pgd_index(addr)) macro
238 #define pgd_offset_k(addr) pgd_offset(&init_mm, addr)
/linux-4.4.14/arch/score/include/asm/
Dpgalloc.h26 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
Dpgtable.h75 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
79 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/linux-4.4.14/arch/x86/mm/
Dgup.c292 pgdp = pgd_offset(mm, addr); in __get_user_pages_fast()
364 pgdp = pgd_offset(mm, addr); in get_user_pages_fast()
Dfault.c385 pgd = pgd_offset(current->active_mm, address); in vmalloc_fault()
/linux-4.4.14/arch/hexagon/include/asm/
Dpgtable.h246 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
251 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
/linux-4.4.14/arch/avr32/include/asm/
Dpgtable.h297 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
300 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
/linux-4.4.14/arch/sh/include/asm/
Dpgtable_64.h53 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
56 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
Dpgtable_32.h408 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
412 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
/linux-4.4.14/arch/um/include/asm/
Dpgtable.h303 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
309 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
/linux-4.4.14/arch/sparc/include/asm/
Dpgtable_32.h315 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
318 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
Dpgtable_64.h857 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
860 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
/linux-4.4.14/arch/openrisc/include/asm/
Dpgtable.h379 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
382 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
/linux-4.4.14/arch/xtensa/include/asm/
Dpgtable.h360 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
363 #define pgd_offset(mm,address) ((mm)->pgd + pgd_index(address)) macro
/linux-4.4.14/arch/arm/include/asm/
Dpgtable.h179 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
182 #define pgd_offset_k(addr) pgd_offset(&init_mm, addr)
/linux-4.4.14/arch/tile/include/asm/
Dpgtable.h326 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
332 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
/linux-4.4.14/arch/um/kernel/skas/
Dmmu.c25 pgd = pgd_offset(mm, proc); in init_stub_pte()
Duaccess.c26 pgd = pgd_offset(mm, addr); in virt_to_pte()
/linux-4.4.14/arch/tile/kernel/
Dmachine_kexec.c253 pgd_t *pgd = pgd_offset(current->mm, vaddr); in setup_quasi_va_is_pa()
/linux-4.4.14/arch/m68k/mm/
Dmcfmmu.c104 pgd = pgd_offset(mm, mmuar); in cf_tlb_miss()
/linux-4.4.14/arch/microblaze/include/asm/
Dpgtable.h476 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
480 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/linux-4.4.14/arch/mn10300/include/asm/
Dpgtable.h425 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
431 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
/linux-4.4.14/arch/arm/mach-rpc/
Decard.c229 src_pgd = pgd_offset(mm, (unsigned long)IO_BASE); in ecard_init_pgtables()
230 dst_pgd = pgd_offset(mm, IO_START); in ecard_init_pgtables()
234 src_pgd = pgd_offset(mm, (unsigned long)EASI_BASE); in ecard_init_pgtables()
235 dst_pgd = pgd_offset(mm, EASI_START); in ecard_init_pgtables()
/linux-4.4.14/arch/microblaze/mm/
Dpgtable.c198 pgd = pgd_offset(mm, addr & PAGE_MASK); in get_pteptr()
/linux-4.4.14/arch/arm/mm/
Dfault-armv.c102 pgd = pgd_offset(vma->vm_mm, address); in adjust_pte()
Dioremap.c120 memcpy(pgd_offset(mm, VMALLOC_START), in __check_vmalloc_seq()
Dfault.c67 pgd = pgd_offset(mm, addr); in show_pte()
Dinit.c635 pmd = pmd_offset(pud_offset(pgd_offset(mm, addr), addr), addr); in section_update()
/linux-4.4.14/arch/alpha/mm/
Dinit.c46 init = pgd_offset(&init_mm, 0UL); in pgd_alloc()
/linux-4.4.14/mm/
Dmremap.c38 pgd = pgd_offset(mm, addr); in get_old_pmd()
60 pgd = pgd_offset(mm, addr); in alloc_new_pmd()
Dmemory.c520 pgd = pgd_offset(tlb->mm, addr); in free_pgd_range()
650 pgd_t *pgd = pgd_offset(vma->vm_mm, addr); in print_bad_pte()
1095 dst_pgd = pgd_offset(dst_mm, addr); in copy_page_range()
1096 src_pgd = pgd_offset(src_mm, addr); in copy_page_range()
1301 pgd = pgd_offset(vma->vm_mm, addr); in unmap_page_range()
1462 pgd_t * pgd = pgd_offset(mm, addr); in __get_locked_pte()
1775 pgd = pgd_offset(mm, addr); in remap_pfn_range()
1928 pgd = pgd_offset(mm, addr); in apply_to_page_range()
3390 pgd = pgd_offset(mm, address); in __handle_mm_fault()
3573 pgd = pgd_offset(mm, address); in __follow_pte()
Duserfaultfd.c130 pgd = pgd_offset(mm, address); in mm_alloc_pmd()
Dpagewalk.c105 pgd = pgd_offset(walk->mm, addr); in walk_pgd_range()
Dmprotect.c224 pgd = pgd_offset(mm, addr); in change_protection_range()
Dgup.c196 pgd = pgd_offset(mm, address); in follow_page_mask()
1356 pgdp = pgd_offset(mm, addr); in __get_user_pages_fast()
Dhugetlb.c4252 pgd_t *pgd = pgd_offset(mm, *addr); in huge_pmd_unshare()
4287 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
4311 pgd = pgd_offset(mm, addr); in huge_pte_offset()
Drmap.c724 pgd = pgd_offset(mm, address); in mm_find_pmd()
Dhuge_memory.c1638 pgd = pgd_offset(mm, address); in page_check_address_pmd()
3027 pgd = pgd_offset(mm, address); in split_huge_page_address()
Dswapfile.c1283 pgd = pgd_offset(vma->vm_mm, addr); in unuse_vma()
/linux-4.4.14/arch/parisc/include/asm/
Dpgtable.h422 #define pgd_offset(mm, address) \ macro
426 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
/linux-4.4.14/arch/xtensa/mm/
Dtlb.c179 pgd = pgd_offset(mm, vaddr); in get_pte_for_vaddr()
/linux-4.4.14/arch/frv/mm/
Dfault.c232 pge = pgd_offset(current->mm, ear0); in do_page_fault()
/linux-4.4.14/arch/arm/lib/
Duaccess_with_memcpy.c35 pgd = pgd_offset(current->mm, addr); in pin_page_for_write()
/linux-4.4.14/arch/x86/include/asm/
Dpgtable.h679 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index((address))) macro
684 #define pgd_offset_k(address) pgd_offset(&init_mm, (address))
/linux-4.4.14/arch/tile/mm/
Dhugetlbpage.c62 pgd = pgd_offset(mm, addr); in huge_pte_alloc()
Dpgtable.c349 pgd = mm ? pgd_offset(mm, addr) : swapper_pg_dir + pgd_index(addr); in virt_to_pte()
/linux-4.4.14/arch/arm64/include/asm/
Dpgtable.h519 #define pgd_offset(mm, addr) ((mm)->pgd+pgd_index(addr)) macro
522 #define pgd_offset_k(addr) pgd_offset(&init_mm, addr)
/linux-4.4.14/arch/arm64/mm/
Ddump.c297 pgd_t *pgd = pgd_offset(mm, 0UL); in walk_pgd()
Dfault.c55 pgd = pgd_offset(mm, addr); in show_pte()
Dmmu.c291 __create_mapping(mm, pgd_offset(mm, virt), phys, virt, size, prot, in create_pgd_mapping()
/linux-4.4.14/arch/microblaze/kernel/
Dsignal.c199 pgd_offset(current->mm, address), in setup_rt_frame()
/linux-4.4.14/arch/m68k/kernel/
Dsys_m68k.c474 pgd = pgd_offset(mm, (unsigned long)mem); in sys_atomic_cmpxchg_32()
/linux-4.4.14/arch/metag/kernel/
Ddma.c399 pgd = pgd_offset(&init_mm, CONSISTENT_START); in dma_alloc_init()
/linux-4.4.14/arch/x86/kernel/
Dtboot.c131 pgd = pgd_offset(&tboot_mm, vaddr); in map_tboot_page()
Dvm86_32.c171 pgd = pgd_offset(mm, 0xA0000); in mark_screen_rdonly()
/linux-4.4.14/arch/unicore32/mm/
Dfault.c49 pgd = pgd_offset(mm, addr); in show_pte()
/linux-4.4.14/include/asm-generic/
Dpgtable.h281 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr)
/linux-4.4.14/arch/ia64/include/asm/
Dpgtable.h372 pgd_offset (const struct mm_struct *mm, unsigned long address) in pgd_offset() function
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h1318 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
1319 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
/linux-4.4.14/drivers/misc/sgi-gru/
Dgrufault.c227 pgdp = pgd_offset(vma->vm_mm, vaddr); in atomic_pte_lookup()
/linux-4.4.14/arch/cris/arch-v10/
DREADME.mm180 static inline pgd_t * pgd_offset(struct mm_struct * mm, unsigned long address) function
/linux-4.4.14/arch/sparc/kernel/
Dsignal32.c388 pgdp = pgd_offset(current->mm, address); in flush_signal_insns()
/linux-4.4.14/fs/
Duserfaultfd.c205 pgd = pgd_offset(mm, address); in userfaultfd_must_wait()