| /Linux-v5.4/arch/m68k/include/asm/ | 
| D | pgtable_no.h | 22 #define pgd_clear(pgdp)  macro
 | 
| D | sun3_pgtable.h | 151 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-v5.4/arch/powerpc/include/asm/nohash/64/ | 
| D | pgtable-4k.h | 63 static inline void pgd_clear(pgd_t *pgdp)  in pgd_clear()  function
 | 
| /Linux-v5.4/include/asm-generic/ | 
| D | pgtable-nop4d-hack.h | 30 static inline void pgd_clear(pgd_t *pgd)	{ }  in pgd_clear()  function
 | 
| D | pgtable-nop4d.h | 25 static inline void pgd_clear(pgd_t *pgd)	{ }  in pgd_clear()  function
 | 
| /Linux-v5.4/arch/c6x/include/asm/ | 
| D | pgtable.h | 26 #define pgd_clear(pgdp)  macro
 | 
| /Linux-v5.4/arch/arm/include/asm/ | 
| D | pgtable-nommu.h | 23 #define pgd_clear(pgdp)  macro
 | 
| /Linux-v5.4/arch/microblaze/include/asm/ | 
| D | pgtable.h | 25 #define pgd_clear(pgdp)  macro324 #define pgd_clear(xp)				do { } while (0)  macro
 
 | 
| /Linux-v5.4/arch/parisc/include/asm/ | 
| D | pgtable.h | 354 static inline void pgd_clear(pgd_t *pgd) {  in pgd_clear()  function372 static inline void pgd_clear(pgd_t * pgdp)	{ }  in pgd_clear()  function
 
 | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | pgtable-64.h | 207 static inline void pgd_clear(pgd_t *pgdp)  in pgd_clear()  function
 | 
| /Linux-v5.4/arch/sparc/include/asm/ | 
| D | pgtable_32.h | 202 static inline void pgd_clear(pgd_t *pgdp)  in pgd_clear()  function
 | 
| D | pgtable_64.h | 865 #define pgd_clear(pgdp)			(pgd_val(*(pgdp)) = 0UL)  macro
 | 
| /Linux-v5.4/arch/alpha/include/asm/ | 
| D | pgtable.h | 262 extern inline void pgd_clear(pgd_t * pgdp)	{ pgd_val(*pgdp) = 0; }  in pgd_clear()  function
 | 
| /Linux-v5.4/arch/nds32/include/asm/ | 
| D | pgtable.h | 352 #define pgd_clear(pgdp)		do { } while (0)  macro
 | 
| /Linux-v5.4/arch/ia64/include/asm/ | 
| D | pgtable.h | 289 #define pgd_clear(pgdp)			(pgd_val(*(pgdp)) = 0UL)  macro
 | 
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | paravirt.h | 551 #define pgd_clear(pgdp) do {						\  macro
 | 
| D | pgtable.h | 73 #define pgd_clear(pgd)			(pgtable_l5_enabled() ? native_pgd_clear(pgd) : 0)  macro
 | 
| /Linux-v5.4/arch/arm64/include/asm/ | 
| D | pgtable.h | 609 static inline void pgd_clear(pgd_t *pgdp)  in pgd_clear()  function
 | 
| /Linux-v5.4/arch/powerpc/include/asm/book3s/64/ | 
| D | pgtable.h | 954 static inline void pgd_clear(pgd_t *pgdp)  in pgd_clear()  function
 | 
| /Linux-v5.4/arch/s390/include/asm/ | 
| D | pgtable.h | 884 static inline void pgd_clear(pgd_t *pgd)  in pgd_clear()  function
 |