Home
last modified time | relevance | path

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

12

/arch/mips/include/asm/
Dpgtable-32.h144 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
Dpgtable-64.h246 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/powerpc/include/asm/
Dpgtable-ppc32.h299 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
Dpgtable-ppc64.h202 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/nios2/include/asm/
Dpgtable.h258 #define pgd_offset_k(addr) pgd_offset(&init_mm, addr) macro
/arch/cris/include/asm/
Dpgtable.h241 #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.h412 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/unicore32/include/asm/
Dpgtable.h238 #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/m68k/include/asm/
Dsun3_pgtable.h194 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
Dmotorola_pgtable.h204 static inline pgd_t *pgd_offset_k(unsigned long address) in pgd_offset_k() function
Dmcf_pgtable.h339 #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/score/include/asm/
Dpgtable.h75 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/arc/include/asm/
Dpgtable.h335 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/m32r/include/asm/
Dpgtable.h313 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/metag/include/asm/
Dpgtable.h188 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/avr32/include/asm/
Dpgtable.h300 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/arm/include/asm/
Dpgtable.h182 #define pgd_offset_k(addr) pgd_offset(&init_mm, addr) macro
/arch/sparc/include/asm/
Dpgtable_32.h318 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/openrisc/include/asm/
Dpgtable.h382 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/alpha/include/asm/
Dpgtable.h283 #define pgd_offset_k(address) pgd_offset(&init_mm, (address)) macro
/arch/xtensa/include/asm/
Dpgtable.h360 #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