| /linux-4.1.27/arch/c6x/include/asm/ | 
| D | pgtable.h | 35 #define pmd_clear(xp)		do { set_pmd(xp, __pmd(0)); } while (0)  macro
 | 
| /linux-4.1.27/arch/blackfin/include/asm/ | 
| D | pgtable.h | 28 #define pmd_clear(xp)		do { set_pmd(xp, __pmd(0)); } while (0)  macro
 | 
| /linux-4.1.27/arch/arm/include/asm/ | 
| D | pgtable-2level.h | 175 #define pmd_clear(pmdp)			\  macro
 | 
| D | pgtable-3level.h | 183 #define pmd_clear(pmdp)			\  macro
 | 
| /linux-4.1.27/arch/mips/include/asm/ | 
| D | pgtable-32.h | 101 static inline void pmd_clear(pmd_t *pmdp)  in pmd_clear()  function
 | 
| D | pgtable-64.h | 195 static inline void pmd_clear(pmd_t *pmdp)  in pmd_clear()  function
 | 
| /linux-4.1.27/arch/powerpc/include/asm/ | 
| D | pgtable-ppc32.h | 133 #define	pmd_clear(pmdp)		do { pmd_val(*(pmdp)) = 0; } while (0)  macro
 | 
| D | pgtable-ppc64.h | 168 #define	pmd_clear(pmdp)		(pmd_val(*(pmdp)) = 0)  macro
 | 
| /linux-4.1.27/arch/cris/include/asm/ | 
| D | pgtable.h | 105 #define pmd_clear(xp)	do { pmd_val(*(xp)) = 0; } while (0)  macro
 | 
| /linux-4.1.27/arch/nios2/include/asm/ | 
| D | pgtable.h | 192 static inline void pmd_clear(pmd_t *pmdp)  in pmd_clear()  function
 | 
| /linux-4.1.27/arch/unicore32/include/asm/ | 
| D | pgtable.h | 217 #define pmd_clear(pmdp)			\  macro
 | 
| /linux-4.1.27/arch/hexagon/include/asm/ | 
| D | pgtable.h | 212 static inline void pmd_clear(pmd_t *pmd_entry_ptr)  in pmd_clear()  function
 | 
| /linux-4.1.27/arch/m68k/include/asm/ | 
| D | sun3_pgtable.h | 145 static inline void pmd_clear (pmd_t *pmdp) { pmd_val (*pmdp) = 0; }  in pmd_clear()  function
 | 
| D | motorola_pgtable.h | 140 #define pmd_clear(pmdp) ({			\  macro
 | 
| D | mcf_pgtable.h | 198 static inline void pmd_clear(pmd_t *pmdp) { pmd_val(*pmdp) = 0; }  in pmd_clear()  function
 | 
| /linux-4.1.27/arch/sh/include/asm/ | 
| D | pgtable_64.h | 67 #define pmd_clear(pmd_entry_p)	(set_pmd((pmd_entry_p), __pmd(_PMD_EMPTY)))  macro
 | 
| D | pgtable_32.h | 329 #define pmd_clear(xp)	do { set_pmd(xp, __pmd(0)); } while (0)  macro
 | 
| /linux-4.1.27/arch/metag/include/asm/ | 
| D | pgtable.h | 116 #define pmd_clear(xp)		do { pmd_val(*(xp)) = 0; } while (0)  macro
 | 
| /linux-4.1.27/arch/um/include/asm/ | 
| D | pgtable.h | 103 #define pmd_clear(xp)	do { pmd_val(*(xp)) = _PAGE_NEWPAGE; } while (0)  macro
 | 
| /linux-4.1.27/arch/score/include/asm/ | 
| D | pgtable.h | 60 static inline void pmd_clear(pmd_t *pmdp)  in pmd_clear()  function
 | 
| /linux-4.1.27/arch/avr32/include/asm/ | 
| D | pgtable.h | 248 static inline void pmd_clear(pmd_t *pmdp)  in pmd_clear()  function
 | 
| /linux-4.1.27/arch/arc/include/asm/ | 
| D | pgtable.h | 257 #define pmd_clear(xp)			do { pmd_val(*(xp)) = 0; } while (0)  macro
 | 
| /linux-4.1.27/arch/m32r/include/asm/ | 
| D | pgtable.h | 182 #define pmd_clear(xp)	do { set_pmd(xp, __pmd(0)); } while (0)  macro
 | 
| /linux-4.1.27/arch/x86/include/asm/ | 
| D | paravirt.h | 658 static inline void pmd_clear(pmd_t *pmdp)  in pmd_clear()  function674 static inline void pmd_clear(pmd_t *pmdp)  in pmd_clear()  function
 
 | 
| D | pgtable.h | 62 #define pmd_clear(pmd)			native_pmd_clear(pmd)  macro
 | 
| D | paravirt_types.h | 302 	void (*pmd_clear)(pmd_t *pmdp);  member
 | 
| /linux-4.1.27/arch/sparc/include/asm/ | 
| D | pgtable_32.h | 179 static inline void pmd_clear(pmd_t *pmdp)  in pmd_clear()  function
 | 
| D | pgtable_64.h | 811 #define pmd_clear(pmdp)			(pmd_val(*(pmdp)) = 0UL)  macro
 | 
| /linux-4.1.27/arch/openrisc/include/asm/ | 
| D | pgtable.h | 230 #define pmd_clear(xp)	do { pmd_val(*(xp)) = 0; } while (0)  macro
 | 
| /linux-4.1.27/arch/alpha/include/asm/ | 
| D | pgtable.h | 256 extern inline void pmd_clear(pmd_t * pmdp)	{ pmd_val(*pmdp) = 0; }  in pmd_clear()  function
 | 
| /linux-4.1.27/arch/xtensa/include/asm/ | 
| D | pgtable.h | 254 #define pmd_clear(pmdp)	 do { set_pmd(pmdp, __pmd(0)); } while (0)  macro
 | 
| /linux-4.1.27/arch/tile/include/asm/ | 
| D | pgtable.h | 463 static inline void pmd_clear(pmd_t *pmdp)  in pmd_clear()  function
 | 
| /linux-4.1.27/arch/microblaze/include/asm/ | 
| D | pgtable.h | 304 #define	pmd_clear(pmdp)		do { pmd_val(*(pmdp)) = 0; } while (0)  macro
 | 
| /linux-4.1.27/arch/parisc/include/asm/ | 
| D | pgtable.h | 305 static inline void pmd_clear(pmd_t *pmd) {  in pmd_clear()  function
 | 
| /linux-4.1.27/arch/mn10300/include/asm/ | 
| D | pgtable.h | 226 #define pmd_clear(xp)	do { set_pmd(xp, __pmd(0)); } while (0)  macro
 | 
| /linux-4.1.27/arch/arm64/include/asm/ | 
| D | pgtable.h | 361 static inline void pmd_clear(pmd_t *pmdp)  in pmd_clear()  function
 | 
| /linux-4.1.27/arch/ia64/include/asm/ | 
| D | pgtable.h | 273 #define pmd_clear(pmdp)			(pmd_val(*(pmdp)) = 0UL)  macro
 | 
| /linux-4.1.27/arch/frv/include/asm/ | 
| D | pgtable.h | 360 #define pmd_clear(xp)	do { __set_pmd(xp, 0); } while(0)  macro
 | 
| /linux-4.1.27/arch/s390/include/asm/ | 
| D | pgtable.h | 822 static inline void pmd_clear(pmd_t *pmdp)  in pmd_clear()  function
 |