/linux-2.4.37.9/arch/cris/ |
D | README.mm | 197 extern inline pte_t * pte_offset(pmd_t * dir, unsigned long address) function
|
/linux-2.4.37.9/include/asm-arm/ |
D | pgtable.h | 135 #define pte_offset(dir, addr) ((pte_t *)pmd_page(*(dir)) + __pte_offset(addr)) macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | pgtable.h | 251 static inline pte_t *pte_offset(pmd_t * dir, unsigned long address) in pte_offset() function
|
/linux-2.4.37.9/include/asm-m68k/ |
D | sun3_pgtable.h | 204 #define pte_offset(pmd, address) \ macro
|
D | motorola_pgtable.h | 230 static inline pte_t *pte_offset(pmd_t *pmdp, unsigned long address) in pte_offset() function
|
/linux-2.4.37.9/include/asm-mips64/ |
D | pgtable.h | 457 static inline pte_t *pte_offset(pmd_t * dir, unsigned long address) in pte_offset() function
|
/linux-2.4.37.9/include/asm-s390/ |
D | pgtable.h | 457 #define pte_offset(pmd, address) \ macro
|
/linux-2.4.37.9/include/asm-sh/ |
D | pgtable.h | 274 #define pte_offset(dir, address) ((pte_t *) pmd_page(*(dir)) + \ macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | pgtable.h | 342 #define pte_offset(dir, address) ((pte_t *) pmd_page(*(dir)) + \ macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | pgtable.h | 309 extern inline pte_t * pte_offset(pmd_t * dir, unsigned long address) in pte_offset() function
|
/linux-2.4.37.9/include/asm-s390x/ |
D | pgtable.h | 515 #define pte_offset(dir,addr) \ macro
|
/linux-2.4.37.9/include/asm-cris/ |
D | pgtable.h | 486 extern inline pte_t * pte_offset(pmd_t * dir, unsigned long address) in pte_offset() function
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | pgtable.h | 284 #define pte_offset(dir, address) ((pte_t *) pmd_page(*(dir)) + \ macro
|
/linux-2.4.37.9/include/asm-parisc/ |
D | pgtable.h | 344 #define pte_offset(pmd, address) \ macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | pgtable.h | 229 #define pte_offset(dir,addr) \ macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | pgtable.h | 332 #define pte_offset(dir,addr) \ macro
|
/linux-2.4.37.9/include/asm-sparc/ |
D | pgtable.h | 342 #define pte_offset(dir,addr) BTFIXUP_CALL(pte_offset)(dir,addr) macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | pgtable.h | 267 #define pte_offset(dir, addr) \ macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | pgtable.h | 399 #define pte_offset(dir, address) ((pte_t *) __pmd_page(*(dir)) + \ macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | pgtable.h | 608 static inline pte_t * pte_offset(pmd_t * dir, unsigned long address) in pte_offset() function
|