Home
last modified time | relevance | path

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

12

/arch/cris/arch-v10/
DREADME.mm180 static inline pgd_t * pgd_offset(struct mm_struct * mm, unsigned long address) function
/arch/powerpc/include/asm/nohash/32/
Dpgtable.h317 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/mips/include/asm/
Dpgtable-32.h164 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
Dpgtable-64.h339 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/arch/nios2/include/asm/
Dpgtable.h108 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/arch/cris/include/asm/
Dpgtable.h237 static inline pgd_t * pgd_offset(const struct mm_struct *mm, unsigned long address) in pgd_offset() function
/arch/m68k/include/asm/
Dsun3_pgtable.h191 #define pgd_offset(mm, address) \ macro
Dmotorola_pgtable.h196 static inline pgd_t *pgd_offset(const struct mm_struct *mm, in pgd_offset() function
Dmcf_pgtable.h335 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/powerpc/include/asm/nohash/64/
Dpgtable.h161 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/sh/include/asm/
Dpgtable_64.h53 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
Dpgtable_32.h409 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/unicore32/include/asm/
Dpgtable.h236 #define pgd_offset(mm, addr) ((mm)->pgd+pgd_index(addr)) macro
/arch/hexagon/include/asm/
Dpgtable.h246 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/arch/score/include/asm/
Dpgtable.h81 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/arch/m32r/include/asm/
Dpgtable.h311 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/arc/include/asm/
Dpgtable.h344 #define pgd_offset(mm, addr) (((mm)->pgd)+pgd_index(addr)) macro
/arch/um/include/asm/
Dpgtable.h310 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
/arch/metag/include/asm/
Dpgtable.h188 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h275 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/arm/include/asm/
Dpgtable.h182 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/arch/alpha/include/asm/
Dpgtable.h288 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
/arch/sparc/include/asm/
Dpgtable_32.h316 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/openrisc/include/asm/
Dpgtable.h380 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
/arch/xtensa/include/asm/
Dpgtable.h365 #define pgd_offset(mm,address) ((mm)->pgd + pgd_index(address)) macro

12