Home
last modified time | relevance | path

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

12

/arch/mips/include/asm/
Dpgtable-32.h210 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
Dpgtable-64.h333 #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/powerpc/include/asm/nohash/32/
Dpgtable.h362 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/hexagon/include/asm/
Dpgtable.h232 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/arch/sh/include/asm/
Dpgtable_64.h50 #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/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/unicore32/include/asm/
Dpgtable.h231 #define pgd_offset(mm, addr) ((mm)->pgd+pgd_index(addr)) macro
/arch/um/include/asm/
Dpgtable.h313 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
/arch/arc/include/asm/
Dpgtable.h339 #define pgd_offset(mm, addr) (((mm)->pgd)+pgd_index(addr)) macro
/arch/powerpc/include/asm/nohash/64/
Dpgtable.h191 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/csky/include/asm/
Dpgtable.h288 static inline pgd_t *pgd_offset(struct mm_struct *mm, unsigned long address) in pgd_offset() function
/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/riscv/include/asm/
Dpgtable.h161 static inline pgd_t *pgd_offset(const struct mm_struct *mm, unsigned long addr) in pgd_offset() function
/arch/arm/include/asm/
Dpgtable.h182 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/arch/xtensa/include/asm/
Dpgtable.h370 #define pgd_offset(mm,address) ((mm)->pgd + pgd_index(address)) macro
/arch/openrisc/include/asm/
Dpgtable.h376 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
/arch/nds32/include/asm/
Dpgtable.h365 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h357 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/microblaze/include/asm/
Dpgtable.h480 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) macro
/arch/ia64/include/asm/
Dpgtable.h373 pgd_offset (const struct mm_struct *mm, unsigned long address) in pgd_offset() function

12