Home
last modified time | relevance | path

Searched defs:pgd_offset (Results 1 – 25 of 31) sorted by relevance

12

/linux-3.3/arch/cris/arch-v10/
DREADME.mm180 static inline pgd_t * pgd_offset(struct mm_struct * mm, unsigned long address) function
/linux-3.3/arch/mips/include/asm/
Dpgtable-32.h129 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
Dpgtable-64.h234 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/linux-3.3/arch/powerpc/include/asm/
Dpgtable-ppc32.h303 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
Dpgtable-ppc64.h187 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/linux-3.3/arch/m68k/include/asm/
Dsun3_pgtable.h193 #define pgd_offset(mm, address) \ macro
Dmotorola_pgtable.h197 static inline pgd_t *pgd_offset(const struct mm_struct *mm, in pgd_offset() function
Dmcf_pgtable.h340 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/linux-3.3/arch/cris/include/asm/
Dpgtable.h236 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/
Dpgtable.h235 #define pgd_offset(mm, addr) ((mm)->pgd+pgd_index(addr)) macro
/linux-3.3/arch/score/include/asm/
Dpgtable.h79 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/linux-3.3/arch/um/include/asm/
Dpgtable.h310 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
/linux-3.3/arch/sh/include/asm/
Dpgtable_64.h53 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
Dpgtable_32.h413 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/linux-3.3/arch/arm/include/asm/
Dpgtable.h160 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/linux-3.3/arch/hexagon/include/asm/
Dpgtable.h253 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/linux-3.3/arch/m32r/include/asm/
Dpgtable.h321 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/linux-3.3/arch/tile/include/asm/
Dpgtable.h331 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/linux-3.3/arch/avr32/include/asm/
Dpgtable.h309 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/linux-3.3/arch/xtensa/include/asm/
Dpgtable.h315 #define pgd_offset(mm,address) ((mm)->pgd + pgd_index(address)) macro
/linux-3.3/arch/alpha/include/asm/
Dpgtable.h288 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
/linux-3.3/arch/openrisc/include/asm/
Dpgtable.h381 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
/linux-3.3/arch/sparc/include/asm/
Dpgtable_32.h291 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/linux-3.3/arch/mn10300/include/asm/
Dpgtable.h434 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/linux-3.3/arch/microblaze/include/asm/
Dpgtable.h494 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro

12