/linux-3.3/arch/cris/arch-v10/ |
D | README.mm | 180 static inline pgd_t * pgd_offset(struct mm_struct * mm, unsigned long address) function
|
/linux-3.3/arch/mips/include/asm/ |
D | pgtable-32.h | 129 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
D | pgtable-64.h | 234 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
/linux-3.3/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 303 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
D | pgtable-ppc64.h | 187 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-3.3/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 193 #define pgd_offset(mm, address) \ macro
|
D | motorola_pgtable.h | 197 static inline pgd_t *pgd_offset(const struct mm_struct *mm, in pgd_offset() function
|
D | mcf_pgtable.h | 340 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-3.3/arch/cris/include/asm/ |
D | pgtable.h | 236 static inline pgd_t * pgd_offset(const struct mm_struct *mm, unsigned long address) in pgd_offset() function
|
/linux-3.3/arch/unicore32/include/asm/ |
D | pgtable.h | 235 #define pgd_offset(mm, addr) ((mm)->pgd+pgd_index(addr)) macro
|
/linux-3.3/arch/score/include/asm/ |
D | pgtable.h | 79 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
/linux-3.3/arch/um/include/asm/ |
D | pgtable.h | 310 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
|
/linux-3.3/arch/sh/include/asm/ |
D | pgtable_64.h | 53 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
|
D | pgtable_32.h | 413 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-3.3/arch/arm/include/asm/ |
D | pgtable.h | 160 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
/linux-3.3/arch/hexagon/include/asm/ |
D | pgtable.h | 253 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
|
/linux-3.3/arch/m32r/include/asm/ |
D | pgtable.h | 321 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-3.3/arch/tile/include/asm/ |
D | pgtable.h | 331 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-3.3/arch/avr32/include/asm/ |
D | pgtable.h | 309 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-3.3/arch/xtensa/include/asm/ |
D | pgtable.h | 315 #define pgd_offset(mm,address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-3.3/arch/alpha/include/asm/ |
D | pgtable.h | 288 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
|
/linux-3.3/arch/openrisc/include/asm/ |
D | pgtable.h | 381 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
|
/linux-3.3/arch/sparc/include/asm/ |
D | pgtable_32.h | 291 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-3.3/arch/mn10300/include/asm/ |
D | pgtable.h | 434 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|
/linux-3.3/arch/microblaze/include/asm/ |
D | pgtable.h | 494 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
|