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