/arch/cris/arch-v10/ |
D | README.mm | 180 static inline pgd_t * pgd_offset(struct mm_struct * mm, unsigned long address) function
|
/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 317 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/arch/mips/include/asm/ |
D | pgtable-32.h | 164 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
D | pgtable-64.h | 339 #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/cris/include/asm/ |
D | pgtable.h | 237 static inline pgd_t * pgd_offset(const struct mm_struct *mm, unsigned long address) in pgd_offset() function
|
/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/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 161 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/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
|
/arch/unicore32/include/asm/ |
D | pgtable.h | 236 #define pgd_offset(mm, addr) ((mm)->pgd+pgd_index(addr)) macro
|
/arch/hexagon/include/asm/ |
D | pgtable.h | 246 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
/arch/score/include/asm/ |
D | pgtable.h | 81 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
/arch/m32r/include/asm/ |
D | pgtable.h | 311 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/arch/arc/include/asm/ |
D | pgtable.h | 344 #define pgd_offset(mm, addr) (((mm)->pgd)+pgd_index(addr)) macro
|
/arch/um/include/asm/ |
D | pgtable.h | 310 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
|
/arch/metag/include/asm/ |
D | pgtable.h | 188 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 275 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/arch/arm/include/asm/ |
D | pgtable.h | 182 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
/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/openrisc/include/asm/ |
D | pgtable.h | 380 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 365 #define pgd_offset(mm,address) ((mm)->pgd + pgd_index(address)) macro
|