/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable_32.h | 49 #define pte_offset_map(dir, address) \ macro 54 #define pte_offset_map(dir, address) \ macro
|
D | pgtable_64.h | 140 #define pte_offset_map(dir, address) pte_offset_kernel((dir), (address)) macro
|
/linux-4.1.27/arch/sh/mm/ |
D | hugetlbpage.c | 58 pte = pte_offset_map(pmd, addr); in huge_pte_offset()
|
D | gup.c | 96 ptep = pte_offset_map(&pmd, addr); in gup_pte_range()
|
/linux-4.1.27/arch/mn10300/mm/ |
D | cache-inv-icache.c | 55 ppte = pte_offset_map(pmd, start); in flush_icache_page_range()
|
D | cache-flush-icache.c | 77 ppte = pte_offset_map(pmd, start); in flush_icache_page_range()
|
/linux-4.1.27/arch/unicore32/mm/ |
D | pgd.c | 62 init_pte = pte_offset_map(init_pmd, 0); in get_pgd_slow()
|
D | fault.c | 80 pte = pte_offset_map(pmd, addr); in show_pte()
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | pgtable.h | 433 #define pte_offset_map(dir, address) \ macro 436 #define pte_offset_map_nested(pmd, addr) pte_offset_map(pmd, addr)
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | pgtable.h | 397 #define pte_offset_map(dir, address) \ macro 400 pte_offset_map(dir, address)
|
/linux-4.1.27/arch/arm/mm/ |
D | pgd.c | 89 init_pte = pte_offset_map(init_pmd, 0); in pgd_alloc()
|
D | fault-armv.c | 120 pte = pte_offset_map(pmd, address); in adjust_pte()
|
D | fault.c | 112 pte = pte_offset_map(pmd, addr); in show_pte()
|
/linux-4.1.27/arch/ia64/mm/ |
D | hugetlbpage.c | 61 pte = pte_offset_map(pmd, taddr); in huge_pte_offset()
|
/linux-4.1.27/arch/m68k/mm/ |
D | mcfmmu.c | 117 : pte_offset_map(pmd, mmuar); in cf_tlb_miss()
|
/linux-4.1.27/arch/frv/include/asm/ |
D | pgtable.h | 450 #define pte_offset_map(dir, address) \ macro 454 #define pte_offset_map(dir, address) \ macro
|
/linux-4.1.27/arch/mips/mm/ |
D | tlb-r8k.c | 205 ptep = pte_offset_map(pmdp, address); in __update_tlb()
|
D | gup.c | 40 pte_t *ptep = pte_offset_map(&pmd, addr); in gup_pte_range()
|
D | tlb-r4k.c | 333 ptep = pte_offset_map(pmdp, address); in __update_tlb()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | tlb_hash64.c | 247 start_pte = pte_offset_map(pmd, addr); in flush_tlb_pmd_range()
|
D | pgtable_32.c | 381 pte = pte_offset_map(pmd, addr & PAGE_MASK); in get_pteptr()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | pgtable-32.h | 154 #define pte_offset_map(dir, address) \ macro
|
D | pgtable-64.h | 271 #define pte_offset_map(dir, address) \ macro
|
/linux-4.1.27/arch/sparc/mm/ |
D | hugetlbpage.c | 169 pte = pte_offset_map(pmd, addr); in huge_pte_offset()
|
D | tlb.c | 142 pte = pte_offset_map(&pmd, vaddr); in tlb_batch_pmd_scan()
|
D | io-unit.c | 224 ptep = pte_offset_map(pmdp, addr); in iounit_map_dma_area()
|
D | fault_64.c | 129 ptep = pte_offset_map(pmdp, tpc); in get_user_insn()
|
D | iommu.c | 362 ptep = pte_offset_map(pmdp, addr); in iommu_map_dma_area()
|
/linux-4.1.27/arch/xtensa/mm/ |
D | tlb.c | 185 pte = pte_offset_map(pmd, vaddr); in get_pte_for_vaddr()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 329 #define pte_offset_map(dir, addr) \ macro
|
D | pgtable-ppc64.h | 209 #define pte_offset_map(dir,addr) pte_offset_kernel((dir), (addr)) macro
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | mmu_context.h | 134 : pte_offset_map(pmd, mmuar); in load_ksp_mmu()
|
D | sun3_pgtable.h | 205 #define pte_offset_map(pmd, address) ((pte_t *)page_address(pmd_page(*pmd)) + pte_index(address)) macro
|
D | motorola_pgtable.h | 222 #define pte_offset_map(pmdp,address) ((pte_t *)__pmd_page(*pmdp) + (((address) >> PAGE_SHIFT) & (PT… macro
|
D | mcf_pgtable.h | 400 #define pte_offset_map(pmdp, addr) ((pte_t *)__pmd_page(*pmdp) + \ macro
|
/linux-4.1.27/arch/cris/include/asm/ |
D | pgtable.h | 248 #define pte_offset_map(dir, address) \ macro
|
/linux-4.1.27/mm/ |
D | pagewalk.c | 12 pte = pte_offset_map(pmd, addr); in walk_pte_range()
|
D | gup.c | 236 pte = pte_offset_map(pmd, address); in get_gate_page() 1013 ptem = ptep = pte_offset_map(&pmd, addr); in gup_pte_range()
|
D | mremap.c | 133 new_pte = pte_offset_map(new_pmd, new_addr); in move_ptes()
|
D | huge_memory.c | 1049 pte = pte_offset_map(&_pmd, haddr); in do_huge_pmd_wp_page_fallback() 1784 pte = pte_offset_map(&_pmd, haddr); in __split_huge_page_map() 2483 pte = pte_offset_map(pmd, address); in collapse_huge_page() 2872 pte = pte_offset_map(&_pmd, haddr); in __split_huge_zero_page_pmd()
|
D | migrate.c | 124 ptep = pte_offset_map(pmd, addr); in remove_migration_pte() 239 pte_t *ptep = pte_offset_map(pmd, address); in migration_entry_wait()
|
D | rmap.c | 670 pte = pte_offset_map(pmd, address); in __page_check_address()
|
D | swapfile.c | 1164 pte = pte_offset_map(pmd, addr); in unuse_pte_range() 1175 pte = pte_offset_map(pmd, addr); in unuse_pte_range()
|
D | memory.c | 904 src_pte = pte_offset_map(src_pmd, addr); in copy_pte_range() 3385 pte = pte_offset_map(pmd, address); in __handle_mm_fault()
|
D | vmalloc.c | 251 ptep = pte_offset_map(pmd, addr); in vmalloc_to_page()
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | pgtable.h | 253 #define pte_offset_map(dir, addr) \ macro
|
/linux-4.1.27/arch/metag/include/asm/ |
D | pgtable.h | 204 #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) macro
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | pgtable.h | 162 #define pte_offset_map(dir, addr) (pmd_page_vaddr(*(dir)) \ macro
|
/linux-4.1.27/arch/arc/include/asm/ |
D | pgtable.h | 283 #define pte_offset_map(dir, addr) pte_offset(dir, addr) macro
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | pgtable.h | 322 #define pte_offset_map(dir, address) \ macro
|
/linux-4.1.27/arch/score/include/asm/ |
D | pgtable.h | 89 #define pte_offset_map(dir, address) \ macro
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | pgtable.h | 309 #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) macro
|
/linux-4.1.27/arch/sh/include/asm/ |
D | pgtable_64.h | 86 #define pte_offset_map(dir,addr) pte_offset_kernel(dir, addr) macro
|
D | pgtable_32.h | 423 #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) macro
|
/linux-4.1.27/arch/um/include/asm/ |
D | pgtable.h | 332 #define pte_offset_map(dir, address) \ macro
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | signal.c | 203 ptep = pte_offset_map(pmdp, address); in setup_rt_frame()
|
/linux-4.1.27/arch/x86/mm/ |
D | gup.c | 81 ptep = pte_offset_map(&pmd, addr); in gup_pte_range()
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | pgtable.h | 370 #define pte_offset_map(dir,addr) pte_offset_kernel((dir),(addr)) macro
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | pgtable_32.h | 333 #define pte_offset_map(d, a) pte_offset_kernel(d,a) macro
|
D | pgtable_64.h | 861 #define pte_offset_map pte_index macro
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | pgtable.h | 319 #define pte_offset_map(dir,addr) pte_offset_kernel((dir),(addr)) macro
|
/linux-4.1.27/arch/arm/include/asm/ |
D | pgtable.h | 206 #define pte_offset_map(pmd,addr) (__pte_map(pmd) + pte_index(addr)) macro
|
/linux-4.1.27/arch/tile/include/asm/ |
D | pgtable.h | 334 #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) macro
|
/linux-4.1.27/arch/arm64/mm/ |
D | fault.c | 74 pte = pte_offset_map(pmd, addr); in show_pte()
|
D | mmu.c | 164 phys_addr_t table = __pa(pte_offset_map(&old_pmd, 0)); in alloc_init_pmd()
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | pgtable.h | 493 #define pte_offset_map(dir, addr) \ macro
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | pgtable.h | 465 #define pte_offset_map(dir, address) \ macro
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | pgtable.h | 423 #define pte_offset_map(pmd, address) pte_offset_kernel(pmd, address) macro
|
/linux-4.1.27/arch/parisc/kernel/ |
D | cache.c | 508 ptep = pte_offset_map(pmd, addr); in get_ptep()
|
D | pci-dma.c | 168 pte = pte_offset_map(pmd, vaddr); in unmap_uncached_pte()
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pgtable.h | 403 #define pte_offset_map(dir,addr) pte_offset_kernel(dir, addr) macro
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | pgtable.h | 133 #define pte_offset_map(dir,addr) pte_offset_kernel((dir), (addr)) macro
|
/linux-4.1.27/arch/um/kernel/ |
D | tlb.c | 474 return pte_offset_map(pmd, addr); in addr_pte()
|
/linux-4.1.27/include/linux/ |
D | mm.h | 1560 pte_t *__pte = pte_offset_map(pmd, address); \ 1574 NULL: pte_offset_map(pmd, address))
|
/linux-4.1.27/arch/sparc/kernel/ |
D | signal32.c | 384 ptep = pte_offset_map(pmdp, address); in flush_signal_insns()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | pgtable.h | 1285 #define pte_offset_map(pmd, address) pte_offset_kernel(pmd, address) macro
|