/linux-3.3/arch/m68k/include/asm/ |
D | pgtable_no.h | 21 #define pgd_clear(pgdp) macro
|
D | sun3_pgtable.h | 152 static inline void pgd_clear (pgd_t *pgdp) {} in pgd_clear() function
|
D | motorola_pgtable.h | 153 #define pgd_clear(pgdp) ({ pgd_val(*pgdp) = 0; }) macro
|
D | mcf_pgtable.h | 204 static inline void pgd_clear(pgd_t *pgdp) {} in pgd_clear() function
|
/linux-3.3/arch/powerpc/include/asm/ |
D | pgtable-ppc64-4k.h | 58 #define pgd_clear(pgdp) (pgd_val(*(pgdp)) = 0) macro
|
/linux-3.3/include/asm-generic/ |
D | pgtable-nopud.h | 28 static inline void pgd_clear(pgd_t *pgd) { } in pgd_clear() function
|
/linux-3.3/arch/h8300/include/asm/ |
D | pgtable.h | 14 #define pgd_clear(pgdp) macro
|
/linux-3.3/arch/c6x/include/asm/ |
D | pgtable.h | 29 #define pgd_clear(pgdp) macro
|
/linux-3.3/arch/arm/include/asm/ |
D | pgtable-nommu.h | 26 #define pgd_clear(pgdp) macro
|
/linux-3.3/arch/m32r/include/asm/ |
D | pgtable-2level.h | 36 #define pgd_clear(xp) do { } while (0) macro
|
/linux-3.3/arch/blackfin/include/asm/ |
D | pgtable.h | 22 #define pgd_clear(pgdp) macro
|
/linux-3.3/arch/microblaze/include/asm/ |
D | pgtable.h | 28 #define pgd_clear(pgdp) macro 337 #define pgd_clear(xp) do { } while (0) macro
|
/linux-3.3/arch/parisc/include/asm/ |
D | pgtable.h | 306 static inline void pgd_clear(pgd_t *pgd) { in pgd_clear() function 324 static inline void pgd_clear(pgd_t * pgdp) { } in pgd_clear() function
|
/linux-3.3/arch/frv/include/asm/ |
D | pgtable.h | 49 #define pgd_clear(pgdp) macro 201 static inline void pgd_clear(pgd_t *pgd) { } in pgd_clear() function
|
/linux-3.3/arch/score/include/asm/ |
D | pgtable.h | 127 #define pgd_clear(pgdp) do { } while (0) macro
|
/linux-3.3/arch/alpha/include/asm/ |
D | pgtable.h | 261 extern inline void pgd_clear(pgd_t * pgdp) { pgd_val(*pgdp) = 0; } in pgd_clear() function
|
/linux-3.3/arch/sparc/include/asm/ |
D | pgtable_32.h | 179 #define pgd_clear(pgd) BTFIXUP_CALL(pgd_clear)(pgd) macro
|
/linux-3.3/arch/mn10300/include/asm/ |
D | pgtable.h | 298 #define pgd_clear(xp) do { } while (0) macro
|
/linux-3.3/arch/ia64/include/asm/ |
D | pgtable.h | 292 #define pgd_clear(pgdp) (pgd_val(*(pgdp)) = 0UL) macro
|
/linux-3.3/arch/x86/include/asm/ |
D | pgtable.h | 47 #define pgd_clear(pgd) native_pgd_clear(pgd) macro
|
D | paravirt.h | 670 static inline void pgd_clear(pgd_t *pgdp) in pgd_clear() function
|
/linux-3.3/arch/s390/include/asm/ |
D | pgtable.h | 742 static inline void pgd_clear(pgd_t *pgd) in pgd_clear() function
|