/Linux-v4.19/arch/riscv/include/asm/ |
D | pgtable-64.h | 71 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long addr) in pmd_offset() function
|
/Linux-v4.19/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-v4.19/arch/sh/include/asm/ |
D | pgtable-3level.h | 42 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long address) in pmd_offset() function
|
/Linux-v4.19/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-v4.19/arch/c6x/include/asm/ |
D | pgtable.h | 32 #define pmd_offset(a, b) ((void *)0) macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable-nommu.h | 28 #define pmd_offset(a, b) ((void *)0) macro
|
D | pgtable-2level.h | 189 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long addr) in pmd_offset() function
|
D | pgtable-3level.h | 169 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long addr) in pmd_offset() function
|
/Linux-v4.19/arch/um/include/asm/ |
D | pgtable-3level.h | 94 #define pmd_offset(pud, address) ((pmd_t *) pud_page_vaddr(*(pud)) + \ macro
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | pgtable.h | 27 #define pmd_offset(a, b) ((void *) 0) macro 485 static inline pmd_t *pmd_offset(pgd_t *dir, unsigned long address) in pmd_offset() function
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | pgtable.h | 433 #define pmd_offset(dir,address) \ macro 436 #define pmd_offset(dir,addr) ((pmd_t *) dir) macro
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable-64.h | 334 static inline pmd_t *pmd_offset(pud_t * pud, unsigned long address) in pmd_offset() function
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 165 #define pmd_offset(pudp,addr) \ macro
|
/Linux-v4.19/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-v4.19/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 | 930 #define pmd_offset(pudp, address) \ macro
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | pgtable.h | 370 #define pmd_offset(dir, addr) ((pmd_t *)(dir)) macro
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | pgtable.h | 379 #define pmd_offset(dir,address) ((pmd_t*)(dir)) macro
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pgtable.h | 395 #define pmd_offset(dir,addr) \ macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | pgtable.h | 501 #define pmd_offset(dir, addr) ((pmd_t *)__va(pmd_offset_phys((dir), (addr)))) macro
|
/Linux-v4.19/arch/x86/include/asm/ |
D | pgtable.h | 856 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long address) in pmd_offset() function
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 1002 #define pmd_offset(pudp,addr) \ macro
|