Searched defs:pte_offset_map (Results 1 - 35 of 35) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A Dpgtable_32.h49 #define pte_offset_map(dir, address) \ check_pgt_cache() macro
54 #define pte_offset_map(dir, address) \ check_pgt_cache() macro
H A Dpgtable_64.h140 #define pte_offset_map(dir, address) pte_offset_kernel((dir), (address)) pgd_large() macro
/linux-4.1.27/arch/mips/include/asm/
H A Dpgtable-32.h154 #define pte_offset_map(dir, address) \ macro
H A Dpgtable-64.h271 #define pte_offset_map(dir, address) \ macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h329 #define pte_offset_map(dir, addr) \ macro
H A Dpgtable-ppc64.h209 #define pte_offset_map(dir,addr) pte_offset_kernel((dir), (addr)) macro
/linux-4.1.27/arch/cris/include/asm/
H A Dpgtable.h248 #define pte_offset_map(dir, address) \ macro
/linux-4.1.27/arch/um/include/asm/
H A Dpgtable.h332 #define pte_offset_map(dir, address) \ macro
/linux-4.1.27/arch/unicore32/include/asm/
H A Dpgtable.h162 #define pte_offset_map(dir, addr) (pmd_page_vaddr(*(dir)) \ macro
/linux-4.1.27/arch/score/include/asm/
H A Dpgtable.h89 #define pte_offset_map(dir, address) \ macro
/linux-4.1.27/arch/sh/include/asm/
H A Dpgtable_32.h423 #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) macro
H A Dpgtable_64.h86 #define pte_offset_map(dir,addr) pte_offset_kernel(dir, addr) macro
/linux-4.1.27/arch/nios2/include/asm/
H A Dpgtable.h253 #define pte_offset_map(dir, addr) \ macro
/linux-4.1.27/arch/hexagon/include/asm/
H A Dpgtable.h433 #define pte_offset_map(dir, address) \ macro
/linux-4.1.27/arch/m68k/include/asm/
H A Dsun3_pgtable.h205 #define pte_offset_map(pmd, address) ((pte_t *)page_address(pmd_page(*pmd)) + pte_index(address)) macro
H A Dmcf_pgtable.h400 #define pte_offset_map(pmdp, addr) ((pte_t *)__pmd_page(*pmdp) + \ macro
H A Dmotorola_pgtable.h222 #define pte_offset_map(pmdp,address) ((pte_t *)__pmd_page(*pmdp) + (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1))) macro
/linux-4.1.27/arch/metag/include/asm/
H A Dpgtable.h204 #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) macro
/linux-4.1.27/arch/arc/include/asm/
H A Dpgtable.h283 #define pte_offset_map(dir, addr) pte_offset(dir, addr) macro
/linux-4.1.27/arch/xtensa/include/asm/
H A Dpgtable.h370 #define pte_offset_map(dir,addr) pte_offset_kernel((dir),(addr)) macro
/linux-4.1.27/arch/sparc/include/asm/
H A Dpgtable_32.h333 #define pte_offset_map(d, a) pte_offset_kernel(d,a) macro
H A Dpgtable_64.h861 #define pte_offset_map pte_index macro
/linux-4.1.27/arch/tile/include/asm/
H A Dpgtable.h334 #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) macro
/linux-4.1.27/arch/microblaze/include/asm/
H A Dpgtable.h493 #define pte_offset_map(dir, addr) \ macro
/linux-4.1.27/arch/openrisc/include/asm/
H A Dpgtable.h397 #define pte_offset_map(dir, address) \ macro
/linux-4.1.27/arch/avr32/include/asm/
H A Dpgtable.h309 #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) macro
/linux-4.1.27/arch/m32r/include/asm/
H A Dpgtable.h322 #define pte_offset_map(dir, address) \ macro
/linux-4.1.27/arch/arm/include/asm/
H A Dpgtable.h206 #define pte_offset_map(pmd,addr) (__pte_map(pmd) + pte_index(addr)) macro
/linux-4.1.27/arch/alpha/include/asm/
H A Dpgtable.h319 #define pte_offset_map(dir,addr) pte_offset_kernel((dir),(addr)) macro
/linux-4.1.27/arch/mn10300/include/asm/
H A Dpgtable.h465 #define pte_offset_map(dir, address) \ macro
/linux-4.1.27/arch/parisc/include/asm/
H A Dpgtable.h423 #define pte_offset_map(pmd, address) pte_offset_kernel(pmd, address) macro
/linux-4.1.27/arch/arm64/include/asm/
H A Dpgtable.h133 #define pte_offset_map(dir,addr) pte_offset_kernel((dir), (addr)) macro
/linux-4.1.27/arch/frv/include/asm/
H A Dpgtable.h450 #define pte_offset_map(dir, address) \ macro
454 #define pte_offset_map(dir, address) \ macro
/linux-4.1.27/arch/ia64/include/asm/
H A Dpgtable.h403 #define pte_offset_map(dir,addr) pte_offset_kernel(dir, addr) macro
/linux-4.1.27/arch/s390/include/asm/
H A Dpgtable.h1285 #define pte_offset_map(pmd, address) pte_offset_kernel(pmd, address) macro

Completed in 3032 milliseconds