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

12

/arch/x86/include/asm/
H A Dpgtable_32.h52 #define pte_offset_map(dir, address) \ macro
57 #define pte_offset_map(dir, address) \ macro
H A Dpgtable_64.h142 #define pte_offset_map(dir, address) pte_offset_kernel((dir), (address)) macro
/arch/mips/include/asm/
H A Dpgtable-32.h139 #define pte_offset_map(dir, address) \ macro
H A Dpgtable-64.h258 #define pte_offset_map(dir, address) \ macro
/arch/cris/include/asm/
H A Dpgtable.h249 #define pte_offset_map(dir, address) \ macro
/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h310 #define pte_offset_map(dir, addr) \ macro
H A Dpgtable-ppc64.h195 #define pte_offset_map(dir,addr) pte_offset_kernel((dir), (addr)) macro
/arch/arm/include/asm/
H A Dpgtable.h187 #define pte_offset_map(pmd,addr) (__pte_map(pmd) + pte_index(addr)) macro
/arch/hexagon/include/asm/
H A Dpgtable.h437 * pte_offset_map - returns the linear address of the page table entry
440 #define pte_offset_map(dir, address) \ macro
443 #define pte_offset_map_nested(pmd, addr) pte_offset_map(pmd, addr)
/arch/m68k/include/asm/
H A Dsun3_pgtable.h220 #define pte_offset_map(pmd, address) ((pte_t *)page_address(pmd_page(*pmd)) + pte_index(address)) macro
H A Dmcf_pgtable.h419 #define pte_offset_map(pmdp, addr) ((pte_t *)__pmd_page(*pmdp) + \ macro
H A Dmotorola_pgtable.h224 #define pte_offset_map(pmdp,address) ((pte_t *)__pmd_page(*pmdp) + (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1))) macro
/arch/score/include/asm/
H A Dpgtable.h89 #define pte_offset_map(dir, address) \ macro
/arch/sh/include/asm/
H A Dpgtable_32.h428 #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
/arch/um/include/asm/
H A Dpgtable.h347 #define pte_offset_map(dir, address) \ macro
/arch/unicore32/include/asm/
H A Dpgtable.h162 #define pte_offset_map(dir, addr) (pmd_page_vaddr(*(dir)) \ macro
/arch/alpha/include/asm/
H A Dpgtable.h321 #define pte_offset_map(dir,addr) pte_offset_kernel((dir),(addr)) macro
/arch/avr32/include/asm/
H A Dpgtable.h321 #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) macro
/arch/m32r/include/asm/
H A Dpgtable.h333 #define pte_offset_map(dir, address) \ macro
/arch/microblaze/include/asm/
H A Dpgtable.h506 #define pte_offset_map(dir, addr) \ macro
/arch/openrisc/include/asm/
H A Dpgtable.h399 #define pte_offset_map(dir, address) \ macro
402 pte_offset_map(dir, address)
/arch/sparc/include/asm/
H A Dpgtable_32.h308 #define pte_offset_map(d, a) pte_offset_kernel(d,a) macro
/arch/tile/include/asm/
H A Dpgtable.h339 extern pte_t *pte_offset_map(pmd_t *, unsigned long address);
342 #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) macro
/arch/xtensa/include/asm/
H A Dpgtable.h326 #define pte_offset_map(dir,addr) pte_offset_kernel((dir),(addr)) macro

Completed in 719 milliseconds

12