pgd_offset        288 arch/alpha/include/asm/pgtable.h #define pgd_offset(mm, address)	((mm)->pgd+pgd_index(address))
pgd_offset        339 arch/arc/include/asm/pgtable.h #define pgd_offset(mm, addr)	(((mm)->pgd)+pgd_index(addr))
pgd_offset        182 arch/arm/include/asm/pgtable.h #define pgd_offset(mm, addr)	((mm)->pgd + pgd_index(addr))
pgd_offset        650 arch/arm64/include/asm/pgtable.h #define pgd_offset(mm, addr)	(pgd_offset_raw((mm)->pgd, (addr)))
pgd_offset        288 arch/csky/include/asm/pgtable.h static inline pgd_t *pgd_offset(struct mm_struct *mm, unsigned long address)
pgd_offset        232 arch/hexagon/include/asm/pgtable.h #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr))
pgd_offset        373 arch/ia64/include/asm/pgtable.h pgd_offset (const struct mm_struct *mm, unsigned long address)
pgd_offset        335 arch/m68k/include/asm/mcf_pgtable.h #define pgd_offset(mm, address)	((mm)->pgd + pgd_index(address))
pgd_offset        196 arch/m68k/include/asm/motorola_pgtable.h static inline pgd_t *pgd_offset(const struct mm_struct *mm,
pgd_offset        191 arch/m68k/include/asm/sun3_pgtable.h #define pgd_offset(mm, address) \
pgd_offset        480 arch/microblaze/include/asm/pgtable.h #define pgd_offset(mm, address)	 ((mm)->pgd + pgd_index(address))
pgd_offset        210 arch/mips/include/asm/pgtable-32.h #define pgd_offset(mm, addr)	((mm)->pgd + pgd_index(addr))
pgd_offset        333 arch/mips/include/asm/pgtable-64.h #define pgd_offset(mm, addr)	((mm)->pgd + pgd_index(addr))
pgd_offset        365 arch/nds32/include/asm/pgtable.h #define pgd_offset(mm, address)	((mm)->pgd + pgd_index(address))
pgd_offset        108 arch/nios2/include/asm/pgtable.h #define pgd_offset(mm, addr)	((mm)->pgd + pgd_index(addr))
pgd_offset        376 arch/openrisc/include/asm/pgtable.h #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address))
pgd_offset        444 arch/parisc/include/asm/pgtable.h #define pgd_offset(mm, address) \
pgd_offset        357 arch/powerpc/include/asm/book3s/32/pgtable.h #define pgd_offset(mm, address)	 ((mm)->pgd + pgd_index(address))
pgd_offset       1011 arch/powerpc/include/asm/book3s/64/pgtable.h #define pgd_offset(mm, address)	 ((mm)->pgd + pgd_index(address))
pgd_offset        362 arch/powerpc/include/asm/nohash/32/pgtable.h #define pgd_offset(mm, address)	 ((mm)->pgd + pgd_index(address))
pgd_offset        191 arch/powerpc/include/asm/nohash/64/pgtable.h #define pgd_offset(mm, address)	 ((mm)->pgd + pgd_index(address))
pgd_offset        161 arch/riscv/include/asm/pgtable.h static inline pgd_t *pgd_offset(const struct mm_struct *mm, unsigned long addr)
pgd_offset       1247 arch/s390/include/asm/pgtable.h #define pgd_offset(mm, address) pgd_offset_raw(READ_ONCE((mm)->pgd), address)
pgd_offset        409 arch/sh/include/asm/pgtable_32.h #define pgd_offset(mm, address)	((mm)->pgd + pgd_index(address))
pgd_offset         50 arch/sh/include/asm/pgtable_64.h #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address))
pgd_offset        316 arch/sparc/include/asm/pgtable_32.h #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address))
pgd_offset        892 arch/sparc/include/asm/pgtable_64.h #define pgd_offset(mm, address)	((mm)->pgd + pgd_index(address))
pgd_offset        313 arch/um/include/asm/pgtable.h #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address))
pgd_offset        231 arch/unicore32/include/asm/pgtable.h #define pgd_offset(mm, addr)	((mm)->pgd+pgd_index(addr))
pgd_offset       1019 arch/x86/include/asm/pgtable.h #define pgd_offset(mm, address) pgd_offset_pgd((mm)->pgd, (address))
pgd_offset        370 arch/xtensa/include/asm/pgtable.h #define pgd_offset(mm,address)	((mm)->pgd + pgd_index(address))