Searched defs:pte_offset_kernel (Results 1 - 34 of 34) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h308 #define pte_offset_kernel(dir, addr) \ macro
H A Dpgtable-ppc64.h194 #define pte_offset_kernel(dir,addr) \ macro
/linux-4.4.14/arch/mips/include/asm/
H A Dpgtable-32.h151 #define pte_offset_kernel(dir, address) \ macro
H A Dpgtable-64.h269 #define pte_offset_kernel(dir, address) \ macro
/linux-4.4.14/arch/cris/include/asm/
H A Dpgtable.h246 #define pte_offset_kernel(dir, address) \ macro
/linux-4.4.14/arch/um/include/asm/
H A Dpgtable.h330 #define pte_offset_kernel(dir, address) \ macro
/linux-4.4.14/arch/unicore32/include/asm/
H A Dpgtable.h159 #define pte_offset_kernel(dir, addr) (pmd_page_vaddr(*(dir)) \ macro
/linux-4.4.14/arch/arc/include/asm/
H A Dpgtable.h292 #define pte_offset_kernel(dir, addr) pte_offset(dir, addr) macro
/linux-4.4.14/arch/score/include/asm/
H A Dpgtable.h86 #define pte_offset_kernel(dir, address) \ macro
/linux-4.4.14/arch/sh/include/asm/
H A Dpgtable_32.h421 #define pte_offset_kernel(dir, address) \ macro
H A Dpgtable_64.h83 #define pte_offset_kernel(dir, addr) \ macro
/linux-4.4.14/arch/m68k/include/asm/
H A Dsun3_pgtable.h204 #define pte_offset_kernel(pmd, address) ((pte_t *) __pmd_page(*pmd) + pte_index(address)) macro
H A Dmcf_pgtable.h353 #define pte_offset_kernel(dir, address) \ macro
H A Dmotorola_pgtable.h217 static inline pte_t *pte_offset_kernel(pmd_t *pmdp, unsigned long address) pte_offset_kernel() function
/linux-4.4.14/arch/metag/include/asm/
H A Dpgtable.h202 #define pte_offset_kernel(dir, address) \ macro
/linux-4.4.14/arch/nios2/include/asm/
H A Dpgtable.h261 #define pte_offset_kernel(dir, addr) \ macro
/linux-4.4.14/arch/hexagon/include/asm/
H A Dpgtable.h439 #define pte_offset_kernel(dir, address) \ macro
/linux-4.4.14/arch/tile/include/asm/
H A Dpgtable.h515 static inline pte_t *pte_offset_kernel(pmd_t *pmd, unsigned long address) pte_offset_kernel() function
/linux-4.4.14/arch/xtensa/include/asm/
H A Dpgtable.h372 #define pte_offset_kernel(dir,addr) \ macro
/linux-4.4.14/arch/alpha/include/asm/
H A Dpgtable.h311 extern inline pte_t * pte_offset_kernel(pmd_t * dir, unsigned long address) pte_offset_kernel() function
/linux-4.4.14/arch/microblaze/include/asm/
H A Dpgtable.h491 #define pte_offset_kernel(dir, addr) \ macro
/linux-4.4.14/arch/openrisc/include/asm/
H A Dpgtable.h395 #define pte_offset_kernel(dir, address) \ macro
/linux-4.4.14/arch/m32r/include/asm/
H A Dpgtable.h320 #define pte_offset_kernel(dir, address) \ macro
/linux-4.4.14/arch/avr32/include/asm/
H A Dpgtable.h307 #define pte_offset_kernel(dir, address) \ macro
/linux-4.4.14/arch/arm/include/asm/
H A Dpgtable.h204 #define pte_offset_kernel(pmd,addr) (pmd_page_vaddr(*(pmd)) + pte_index(addr)) macro
/linux-4.4.14/arch/sparc/mm/
H A Dsrmmu.c137 pte_t *pte_offset_kernel(pmd_t *dir, unsigned long address) pte_offset_kernel() function
/linux-4.4.14/arch/x86/include/asm/
H A Dpgtable.h565 static inline pte_t *pte_offset_kernel(pmd_t *pmd, unsigned long address) pte_offset_kernel() function
/linux-4.4.14/arch/sparc/include/asm/
H A Dpgtable_64.h876 #define pte_offset_kernel pte_index macro
/linux-4.4.14/arch/mn10300/include/asm/
H A Dpgtable.h451 #define pte_offset_kernel(dir, address) \ macro
/linux-4.4.14/arch/parisc/include/asm/
H A Dpgtable.h440 #define pte_offset_kernel(pmd, address) \ macro
/linux-4.4.14/arch/frv/include/asm/
H A Dpgtable.h446 #define pte_offset_kernel(dir, address) \ macro
/linux-4.4.14/arch/ia64/include/asm/
H A Dpgtable.h402 #define pte_offset_kernel(dir,addr) ((pte_t *) pmd_page_vaddr(*(dir)) + pte_index(addr)) macro
/linux-4.4.14/arch/arm64/include/asm/
H A Dpgtable.h142 #define pte_offset_kernel(dir,addr) (pmd_page_vaddr(*(dir)) + pte_index(addr)) macro
/linux-4.4.14/arch/s390/include/asm/
H A Dpgtable.h1349 #define pte_offset_kernel(pmd, address) pte_offset(pmd,address) macro

Completed in 1121 milliseconds