Searched defs:pgd_offset_k (Results 1 – 21 of 21) sorted by relevance
/arch/mips/include/asm/ |
D | pgtable-64.h | 186 #define pgd_offset_k(address) \ macro 189 #define pgd_offset_k(address) pgd_offset(&init_mm, 0UL) macro
|
D | pgtable-32.h | 140 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
|
/arch/h8300/include/asm/ |
D | pgtable.h | 18 #define pgd_offset_k(adrdress) ((pgd_t *)0) macro
|
/arch/cris/include/asm/ |
D | pgtable.h | 240 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
|
/arch/um/include/asm/ |
D | pgtable.h | 311 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
|
/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 197 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
|
D | motorola_pgtable.h | 205 static inline pgd_t *pgd_offset_k(unsigned long address) in pgd_offset_k() function
|
/arch/sh/include/asm/ |
D | pgtable_64.h | 61 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
|
D | pgtable_32.h | 400 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
|
/arch/avr32/include/asm/ |
D | pgtable.h | 312 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 304 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
|
/arch/arm/include/asm/ |
D | pgtable.h | 370 #define pgd_offset_k(addr) pgd_offset(&init_mm, addr) macro
|
/arch/alpha/include/asm/ |
D | pgtable.h | 284 #define pgd_offset_k(address) pgd_offset(&init_mm, (address)) macro
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 293 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
|
D | pgtable_64.h | 642 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
|
/arch/powerpc/include/asm/ |
D | pgtable-ppc64.h | 236 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
|
D | pgtable-ppc32.h | 789 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
|
/arch/x86/include/asm/ |
D | pgtable.h | 471 #define pgd_offset_k(address) pgd_offset(&init_mm, (address)) macro
|
/arch/parisc/include/asm/ |
D | pgtable.h | 379 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
|
/arch/ia64/include/asm/ |
D | pgtable.h | 384 #define pgd_offset_k(addr) \ macro
|
/arch/s390/include/asm/ |
D | pgtable.h | 999 #define pgd_offset_k(address) pgd_offset(&init_mm, address) macro
|