/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable-32.h | 164 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
D | pgtable-64.h | 323 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 302 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | pgtable.h | 108 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | pgtable.h | 236 #define pgd_offset(mm, addr) ((mm)->pgd+pgd_index(addr)) macro
|
/Linux-v4.19/arch/sh/include/asm/ |
D | pgtable_64.h | 53 #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
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | pgtable.h | 245 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
/Linux-v4.19/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
|
/Linux-v4.19/arch/um/include/asm/ |
D | pgtable.h | 303 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 163 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/Linux-v4.19/arch/arc/include/asm/ |
D | pgtable.h | 342 #define pgd_offset(mm, addr) (((mm)->pgd)+pgd_index(addr)) macro
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 272 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | pgtable.h | 133 static inline pgd_t *pgd_offset(const struct mm_struct *mm, unsigned long addr) in pgd_offset() function
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgtable_32.h | 316 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | pgtable.h | 288 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable.h | 182 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | pgtable.h | 380 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | pgtable.h | 365 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | pgtable.h | 374 #define pgd_offset(mm,address) ((mm)->pgd + pgd_index(address)) macro
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | pgtable.h | 482 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pgtable.h | 373 pgd_offset (const struct mm_struct *mm, unsigned long address) in pgd_offset() function
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | pgtable.h | 423 #define pgd_offset(mm, address) \ macro
|