pgd_offset_k      284 arch/alpha/include/asm/pgtable.h #define pgd_offset_k(address) pgd_offset(&init_mm, (address))
pgd_offset_k      337 arch/arc/include/asm/pgtable.h #define pgd_offset_k(address)	pgd_offset(&init_mm, address)
pgd_offset_k      185 arch/arm/include/asm/pgtable.h #define pgd_offset_k(addr)	pgd_offset(&init_mm, addr)
pgd_offset_k      653 arch/arm64/include/asm/pgtable.h #define pgd_offset_k(addr)	pgd_offset(&init_mm, addr)
pgd_offset_k      240 arch/csky/include/asm/pgtable.h #define pgd_offset_k(address)	pgd_offset(&init_mm, address)
pgd_offset_k      237 arch/hexagon/include/asm/pgtable.h #define pgd_offset_k(address) pgd_offset(&init_mm, address)
pgd_offset_k      380 arch/ia64/include/asm/pgtable.h #define pgd_offset_k(addr) \
pgd_offset_k      340 arch/m68k/include/asm/mcf_pgtable.h #define pgd_offset_k(address)	pgd_offset(&init_mm, address)
pgd_offset_k      205 arch/m68k/include/asm/motorola_pgtable.h static inline pgd_t *pgd_offset_k(unsigned long address)
pgd_offset_k      195 arch/m68k/include/asm/sun3_pgtable.h #define pgd_offset_k(address) pgd_offset(&init_mm, address)
pgd_offset_k      476 arch/microblaze/include/asm/pgtable.h #define pgd_offset_k(address) pgd_offset(&init_mm, address)
pgd_offset_k      204 arch/mips/include/asm/pgtable-32.h #define pgd_offset_k(address) pgd_offset(&init_mm, address)
pgd_offset_k      327 arch/mips/include/asm/pgtable-64.h #define pgd_offset_k(address) pgd_offset(&init_mm, address)
pgd_offset_k      367 arch/nds32/include/asm/pgtable.h #define pgd_offset_k(addr)      pgd_offset(&init_mm, addr)
pgd_offset_k      258 arch/nios2/include/asm/pgtable.h #define pgd_offset_k(addr)	pgd_offset(&init_mm, addr)
pgd_offset_k      379 arch/openrisc/include/asm/pgtable.h #define pgd_offset_k(address) pgd_offset(&init_mm, address)
pgd_offset_k      448 arch/parisc/include/asm/pgtable.h #define pgd_offset_k(address) pgd_offset(&init_mm, address)
pgd_offset_k      353 arch/powerpc/include/asm/book3s/32/pgtable.h #define pgd_offset_k(address) pgd_offset(&init_mm, address)
pgd_offset_k     1026 arch/powerpc/include/asm/book3s/64/pgtable.h #define pgd_offset_k(address) pgd_offset(&init_mm, address)
pgd_offset_k      358 arch/powerpc/include/asm/nohash/32/pgtable.h #define pgd_offset_k(address) pgd_offset(&init_mm, address)
pgd_offset_k      205 arch/powerpc/include/asm/nohash/64/pgtable.h #define pgd_offset_k(address) pgd_offset(&init_mm, address)
pgd_offset_k      166 arch/riscv/include/asm/pgtable.h #define pgd_offset_k(addr)      pgd_offset(&init_mm, (addr))
pgd_offset_k     1248 arch/s390/include/asm/pgtable.h #define pgd_offset_k(address) pgd_offset(&init_mm, address)
pgd_offset_k      413 arch/sh/include/asm/pgtable_32.h #define pgd_offset_k(address)	pgd_offset(&init_mm, address)
pgd_offset_k       53 arch/sh/include/asm/pgtable_64.h #define pgd_offset_k(address) pgd_offset(&init_mm, address)
pgd_offset_k      319 arch/sparc/include/asm/pgtable_32.h #define pgd_offset_k(address) pgd_offset(&init_mm, address)
pgd_offset_k      895 arch/sparc/include/asm/pgtable_64.h #define pgd_offset_k(address) pgd_offset(&init_mm, address)
pgd_offset_k      319 arch/um/include/asm/pgtable.h #define pgd_offset_k(address) pgd_offset(&init_mm, address)
pgd_offset_k      234 arch/unicore32/include/asm/pgtable.h #define pgd_offset_k(addr)	pgd_offset(&init_mm, addr)
pgd_offset_k     1024 arch/x86/include/asm/pgtable.h #define pgd_offset_k(address) pgd_offset(&init_mm, (address))
pgd_offset_k      367 arch/xtensa/include/asm/pgtable.h #define pgd_offset_k(address)	pgd_offset(&init_mm, address)