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