Home
last modified time | relevance | path

Searched defs:pgd_offset_k (Results 1 – 25 of 35) sorted by relevance

12

/arch/powerpc/include/asm/nohash/32/
Dpgtable.h313 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/mips/include/asm/
Dpgtable-32.h159 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
Dpgtable-64.h333 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/nios2/include/asm/
Dpgtable.h259 #define pgd_offset_k(addr) pgd_offset(&init_mm, addr) macro
/arch/cris/include/asm/
Dpgtable.h243 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/m68k/include/asm/
Dsun3_pgtable.h195 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
Dmotorola_pgtable.h205 static inline pgd_t *pgd_offset_k(unsigned long address) in pgd_offset_k() function
Dmcf_pgtable.h340 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/powerpc/include/asm/nohash/64/
Dpgtable.h174 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/sh/include/asm/
Dpgtable_64.h56 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
Dpgtable_32.h413 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/unicore32/include/asm/
Dpgtable.h239 #define pgd_offset_k(addr) pgd_offset(&init_mm, addr) macro
/arch/hexagon/include/asm/
Dpgtable.h251 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/score/include/asm/
Dpgtable.h77 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/m32r/include/asm/
Dpgtable.h314 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/arc/include/asm/
Dpgtable.h342 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/um/include/asm/
Dpgtable.h316 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/metag/include/asm/
Dpgtable.h190 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h271 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/arm/include/asm/
Dpgtable.h185 #define pgd_offset_k(addr) pgd_offset(&init_mm, addr) macro
/arch/alpha/include/asm/
Dpgtable.h284 #define pgd_offset_k(address) pgd_offset(&init_mm, (address)) macro
/arch/sparc/include/asm/
Dpgtable_32.h319 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/openrisc/include/asm/
Dpgtable.h383 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/xtensa/include/asm/
Dpgtable.h362 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/tile/include/asm/
Dpgtable.h332 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro

12