Home
last modified time | relevance | path

Searched defs:pgd_offset (Results 1 – 25 of 37) 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.h307 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/mips/include/asm/
Dpgtable-32.h163 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
Dpgtable-64.h251 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/arch/cris/include/asm/
Dpgtable.h235 static inline pgd_t * pgd_offset(const struct mm_struct *mm, unsigned long address) in pgd_offset() function
/arch/nios2/include/asm/
Dpgtable.h107 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/arch/unicore32/include/asm/
Dpgtable.h235 #define pgd_offset(mm, addr) ((mm)->pgd+pgd_index(addr)) macro
/arch/m68k/include/asm/
Dsun3_pgtable.h190 #define pgd_offset(mm, address) \ macro
Dmotorola_pgtable.h195 static inline pgd_t *pgd_offset(const struct mm_struct *mm, in pgd_offset() function
Dmcf_pgtable.h334 #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.h408 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/hexagon/include/asm/
Dpgtable.h246 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/arch/metag/include/asm/
Dpgtable.h186 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h263 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/powerpc/include/asm/nohash/64/
Dpgtable.h177 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/um/include/asm/
Dpgtable.h303 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
/arch/m32r/include/asm/
Dpgtable.h310 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/score/include/asm/
Dpgtable.h79 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/arch/avr32/include/asm/
Dpgtable.h297 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/arc/include/asm/
Dpgtable.h343 #define pgd_offset(mm, addr) (((mm)->pgd)+pgd_index(addr)) macro
/arch/arm/include/asm/
Dpgtable.h181 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/arch/sparc/include/asm/
Dpgtable_32.h315 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/openrisc/include/asm/
Dpgtable.h379 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
/arch/alpha/include/asm/
Dpgtable.h287 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro

12