/Linux-v5.4/arch/m68k/include/asm/ |
D | pgtable_no.h | 24 #define pmd_offset(a, b) ((void *)0) macro
|
D | sun3_pgtable.h | 198 static inline pmd_t *pmd_offset (pgd_t *pgd, unsigned long address) in pmd_offset() function
|
D | motorola_pgtable.h | 212 static inline pmd_t *pmd_offset(pgd_t *dir, unsigned long address) in pmd_offset() function
|
D | mcf_pgtable.h | 345 static inline pmd_t *pmd_offset(pgd_t *pgd, unsigned long address) in pmd_offset() function
|
/Linux-v5.4/arch/riscv/include/asm/ |
D | pgtable-64.h | 63 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long addr) in pmd_offset() function
|
/Linux-v5.4/arch/sh/include/asm/ |
D | pgtable-3level.h | 45 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long address) in pmd_offset() function
|
/Linux-v5.4/include/asm-generic/ |
D | pgtable-nopmd.h | 44 static inline pmd_t * pmd_offset(pud_t * pud, unsigned long address) in pmd_offset() function
|
/Linux-v5.4/arch/c6x/include/asm/ |
D | pgtable.h | 29 #define pmd_offset(a, b) ((void *)0) macro
|
/Linux-v5.4/arch/arm/include/asm/ |
D | pgtable-nommu.h | 25 #define pmd_offset(a, b) ((void *)0) macro
|
D | pgtable-2level.h | 186 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long addr) in pmd_offset() function
|
D | pgtable-3level.h | 157 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long addr) in pmd_offset() function
|
/Linux-v5.4/arch/um/include/asm/ |
D | pgtable-3level.h | 94 #define pmd_offset(pud, address) ((pmd_t *) pud_page_vaddr(*(pud)) + \ macro
|
/Linux-v5.4/arch/microblaze/include/asm/ |
D | pgtable.h | 27 #define pmd_offset(a, b) ((void *) 0) macro 483 static inline pmd_t *pmd_offset(pgd_t *dir, unsigned long address) in pmd_offset() function
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | pgtable.h | 454 #define pmd_offset(dir,address) \ macro 457 #define pmd_offset(dir,addr) ((pmd_t *) dir) macro
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 193 #define pmd_offset(pudp,addr) \ macro
|
/Linux-v5.4/arch/mips/include/asm/ |
D | pgtable-64.h | 339 static inline pmd_t *pmd_offset(pud_t * pud, unsigned long address) in pmd_offset() function
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | pgtable_32.h | 322 static inline pmd_t *pmd_offset(pgd_t * dir, unsigned long address) in pmd_offset() function
|
D | pgtable_64.h | 903 #define pmd_offset(pudp, address) \ macro
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | pgtable.h | 304 extern inline pmd_t * pmd_offset(pgd_t * dir, unsigned long address) in pmd_offset() function
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | pgtable.h | 375 #define pmd_offset(dir,address) ((pmd_t*)(dir)) macro
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | pgtable.h | 370 #define pmd_offset(dir, addr) ((pmd_t *)(dir)) macro
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | pgtable.h | 395 #define pmd_offset(dir,addr) \ macro
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | pgtable.h | 565 #define pmd_offset(dir, addr) ((pmd_t *)__va(pmd_offset_phys((dir), (addr)))) macro
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 1015 #define pmd_offset(pudp,addr) \ macro
|
/Linux-v5.4/arch/x86/include/asm/ |
D | pgtable.h | 872 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long address) in pmd_offset() function
|