Home
last modified time | relevance | path

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

12

/arch/x86/include/asm/
Dpgtable_32.h49 #define pte_offset_map(dir, address) \ macro
54 #define pte_offset_map(dir, address) \ macro
Dpgtable_64.h163 #define pte_offset_map(dir, address) pte_offset_kernel((dir), (address)) macro
/arch/mips/include/asm/
Dpgtable-32.h159 #define pte_offset_map(dir, address) \ macro
Dpgtable-64.h276 #define pte_offset_map(dir, address) \ macro
/arch/powerpc/include/asm/
Dpgtable-ppc32.h310 #define pte_offset_map(dir, addr) \ macro
/arch/nios2/include/asm/
Dpgtable.h253 #define pte_offset_map(dir, addr) \ macro
/arch/cris/include/asm/
Dpgtable.h248 #define pte_offset_map(dir, address) \ macro
/arch/frv/include/asm/
Dpgtable.h450 #define pte_offset_map(dir, address) \ macro
454 #define pte_offset_map(dir, address) \ macro
/arch/sh/include/asm/
Dpgtable_64.h86 #define pte_offset_map(dir,addr) pte_offset_kernel(dir, addr) macro
Dpgtable_32.h423 #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) macro
/arch/unicore32/include/asm/
Dpgtable.h162 #define pte_offset_map(dir, addr) (pmd_page_vaddr(*(dir)) \ macro
/arch/hexagon/include/asm/
Dpgtable.h433 #define pte_offset_map(dir, address) \ macro
/arch/m68k/include/asm/
Dsun3_pgtable.h205 #define pte_offset_map(pmd, address) ((pte_t *)page_address(pmd_page(*pmd)) + pte_index(address)) macro
Dmotorola_pgtable.h222 #define pte_offset_map(pmdp,address) ((pte_t *)__pmd_page(*pmdp) + (((address) >> PAGE_SHIFT) & (PT… macro
Dmcf_pgtable.h400 #define pte_offset_map(pmdp, addr) ((pte_t *)__pmd_page(*pmdp) + \ macro
/arch/um/include/asm/
Dpgtable.h339 #define pte_offset_map(dir, address) \ macro
/arch/score/include/asm/
Dpgtable.h89 #define pte_offset_map(dir, address) \ macro
/arch/arc/include/asm/
Dpgtable.h292 #define pte_offset_map(dir, addr) pte_offset(dir, addr) macro
/arch/m32r/include/asm/
Dpgtable.h322 #define pte_offset_map(dir, address) \ macro
/arch/metag/include/asm/
Dpgtable.h204 #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) macro
/arch/avr32/include/asm/
Dpgtable.h309 #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) macro
/arch/arm/include/asm/
Dpgtable.h205 #define pte_offset_map(pmd,addr) (__pte_map(pmd) + pte_index(addr)) macro
/arch/sparc/include/asm/
Dpgtable_32.h333 #define pte_offset_map(d, a) pte_offset_kernel(d,a) macro
/arch/openrisc/include/asm/
Dpgtable.h397 #define pte_offset_map(dir, address) \ macro
/arch/alpha/include/asm/
Dpgtable.h319 #define pte_offset_map(dir,addr) pte_offset_kernel((dir),(addr)) macro

12