Home
last modified time | relevance | path

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

12

/arch/h8300/include/asm/
Dpgtable.h18 #define pgd_offset_k(adrdress) ((pgd_t *)0) macro
/arch/mips/include/asm/
Dpgtable-32.h124 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
Dpgtable-64.h228 #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.h200 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/m68k/include/asm/
Dsun3_pgtable.h197 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
Dmotorola_pgtable.h206 static inline pgd_t *pgd_offset_k(unsigned long address) in pgd_offset_k() function
Dmcf_pgtable.h345 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/cris/include/asm/
Dpgtable.h242 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/hexagon/include/asm/
Dpgtable.h258 #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/score/include/asm/
Dpgtable.h75 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/arm/include/asm/
Dpgtable.h172 #define pgd_offset_k(addr) pgd_offset(&init_mm, addr) macro
/arch/sh/include/asm/
Dpgtable_64.h56 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
Dpgtable_32.h417 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/um/include/asm/
Dpgtable.h324 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/tile/include/asm/
Dpgtable.h336 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/avr32/include/asm/
Dpgtable.h312 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/m32r/include/asm/
Dpgtable.h324 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/xtensa/include/asm/
Dpgtable.h312 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/alpha/include/asm/
Dpgtable.h285 #define pgd_offset_k(address) pgd_offset(&init_mm, (address)) macro
/arch/openrisc/include/asm/
Dpgtable.h384 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/sparc/include/asm/
Dpgtable_32.h294 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/microblaze/include/asm/
Dpgtable.h489 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
/arch/mn10300/include/asm/
Dpgtable.h440 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro

12