/linux-4.4.14/arch/cris/arch-v10/ |
D | README.mm | 180 static inline pgd_t * pgd_offset(struct mm_struct * mm, unsigned long address) function
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pgtable-32.h | 144 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
D | pgtable-64.h | 247 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 303 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
D | pgtable-ppc64.h | 189 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | pgtable.h | 107 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
/linux-4.4.14/arch/cris/include/asm/ |
D | pgtable.h | 235 static inline pgd_t * pgd_offset(const struct mm_struct *mm, unsigned long address) in pgd_offset() function
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | pgtable.h | 246 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | pgtable.h | 235 #define pgd_offset(mm, addr) ((mm)->pgd+pgd_index(addr)) macro
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 190 #define pgd_offset(mm, address) \ macro
|
D | motorola_pgtable.h | 195 static inline pgd_t *pgd_offset(const struct mm_struct *mm, in pgd_offset() function
|
D | mcf_pgtable.h | 334 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-4.4.14/arch/sh/include/asm/ |
D | pgtable_64.h | 53 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
|
D | pgtable_32.h | 408 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-4.4.14/arch/metag/include/asm/ |
D | pgtable.h | 186 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-4.4.14/arch/score/include/asm/ |
D | pgtable.h | 79 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable.h | 310 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-4.4.14/arch/arc/include/asm/ |
D | pgtable.h | 338 #define pgd_offset(mm, addr) (((mm)->pgd)+pgd_index(addr)) macro
|
/linux-4.4.14/arch/um/include/asm/ |
D | pgtable.h | 303 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | pgtable.h | 297 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable.h | 179 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_32.h | 315 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
D | pgtable_64.h | 857 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | pgtable.h | 287 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | pgtable.h | 379 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | pgtable.h | 363 #define pgd_offset(mm,address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-4.4.14/arch/tile/include/asm/ |
D | pgtable.h | 326 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 480 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | pgtable.h | 425 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgtable.h | 183 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 372 pgd_offset (const struct mm_struct *mm, unsigned long address) in pgd_offset() function
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pgtable.h | 422 #define pgd_offset(mm, address) \ macro
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable.h | 519 #define pgd_offset(mm, addr) ((mm)->pgd+pgd_index(addr)) macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable.h | 679 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index((address))) macro
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 1318 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|