Searched defs:pmd_offset (Results 1 – 12 of 12) sorted by relevance
| /kernel/linux/linux-5.10/include/asm-generic/ |
| D | pgtable-nopmd.h | 44 static inline pmd_t * pmd_offset(pud_t * pud, unsigned long address) in pmd_offset() function 48 #define pmd_offset pmd_offset macro
|
| /kernel/linux/linux-6.6/include/asm-generic/ |
| D | pgtable-nopmd.h | 46 static inline pmd_t * pmd_offset(pud_t * pud, unsigned long address) in pmd_offset() function 50 #define pmd_offset pmd_offset macro
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| D | pgtable-2level.h | 188 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long addr) in pmd_offset() function 192 #define pmd_offset pmd_offset macro
|
| /kernel/linux/linux-6.6/arch/arm/include/asm/ |
| D | pgtable-2level.h | 208 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long addr) in pmd_offset() function 212 #define pmd_offset pmd_offset macro
|
| /kernel/linux/linux-6.6/arch/m68k/include/asm/ |
| D | pgtable_no.h | 23 #define pmd_offset(a, b) ((void *)0) macro
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| D | pgtable_no.h | 24 #define pmd_offset(a, b) ((void *)0) macro
|
| /kernel/linux/linux-5.10/arch/alpha/include/asm/ |
| D | pgtable.h | 295 extern inline pmd_t * pmd_offset(pud_t * dir, unsigned long address) in pmd_offset() function 301 #define pmd_offset pmd_offset macro
|
| /kernel/linux/linux-6.6/arch/alpha/include/asm/ |
| D | pgtable.h | 277 extern inline pmd_t * pmd_offset(pud_t * dir, unsigned long address) in pmd_offset() function 283 #define pmd_offset pmd_offset macro
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | pgtable.h | 90 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long address) in pmd_offset() function 94 #define pmd_offset pmd_offset macro
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | pgtable.h | 121 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long address) in pmd_offset() function 125 #define pmd_offset pmd_offset macro
|
| /kernel/linux/linux-6.6/arch/s390/include/asm/ |
| D | pgtable.h | 1479 static inline pmd_t *pmd_offset(pud_t *pudp, unsigned long address) in pmd_offset() function 1483 #define pmd_offset pmd_offset macro
|
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| D | pgtable.h | 1333 static inline pmd_t *pmd_offset(pud_t *pudp, unsigned long address) in pmd_offset() function 1337 #define pmd_offset pmd_offset macro
|