/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | pgtable-ppc32.h | 127 #define pte_clear(mm, addr, ptep) \ macro
|
H A D | pgtable-ppc64.h | 317 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_clear() function
|
/linux-4.1.27/arch/cris/include/asm/ |
H A D | pgtable.h | 97 #define pte_clear(mm,addr,xp) do { pte_val(*(xp)) = 0; } while (0) macro
|
/linux-4.1.27/arch/um/include/asm/ |
H A D | pgtable.h | 97 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE)) macro
|
/linux-4.1.27/arch/unicore32/include/asm/ |
H A D | pgtable.h | 157 #define pte_clear(mm, addr, ptep) set_pte(ptep, __pte(0)) macro
|
/linux-4.1.27/arch/score/include/asm/ |
H A D | pgtable.h | 104 #define pte_clear(mm, addr, xp) \ pte_mkspecial() macro
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | pgtable_32.h | 325 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) macro
|
H A D | pgtable_64.h | 230 #define pte_clear(mm,addr,xp) (set_pte_at(mm, addr, xp, __pte(_PTE_EMPTY))) macro
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | pgtable.h | 156 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) pte_clear() function 226 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) pte_clear() function
|
/linux-4.1.27/arch/nios2/include/asm/ |
H A D | pgtable.h | 226 static inline void pte_clear(struct mm_struct *mm, pte_clear() function
|
/linux-4.1.27/arch/hexagon/include/asm/ |
H A D | pgtable.h | 220 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_clear() function
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 124 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) pte_clear() function
|
H A D | mcf_pgtable.h | 184 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_clear() function
|
H A D | motorola_pgtable.h | 131 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
|
/linux-4.1.27/arch/metag/include/asm/ |
H A D | pgtable.h | 110 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro
|
/linux-4.1.27/arch/arc/include/asm/ |
H A D | pgtable.h | 252 #define pte_clear(mm, addr, ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
|
/linux-4.1.27/arch/xtensa/include/asm/ |
H A D | pgtable.h | 248 #define pte_clear(mm,addr,ptep) \ pgtable_cache_init() macro
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 159 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) pte_clear() function
|
H A D | pgtable_64.h | 898 #define pte_clear(mm,addr,ptep) \ macro
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | pgtable.h | 187 #define pte_clear(mm, addr, ptep) __pte_clear(ptep) macro
|
/linux-4.1.27/arch/microblaze/include/asm/ |
H A D | pgtable.h | 298 #define pte_clear(mm, addr, ptep) \ pte_mkspecial() macro
|
/linux-4.1.27/arch/openrisc/include/asm/ |
H A D | pgtable.h | 225 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro
|
/linux-4.1.27/arch/avr32/include/asm/ |
H A D | pgtable.h | 183 #define pte_clear(mm,addr,xp) \ macro
|
/linux-4.1.27/arch/m32r/include/asm/ |
H A D | pgtable.h | 178 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) macro
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | pgtable.h | 215 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) macro
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | pgtable.h | 248 extern inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) pte_clear() function
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | paravirt.h | 652 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_clear() function 668 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_clear() function
|
H A D | paravirt_types.h | 300 void (*pte_clear)(struct mm_struct *mm, unsigned long addr, member in struct:pv_mmu_ops
|
H A D | pgtable.h | 61 #define pte_clear(mm, addr, ptep) native_pte_clear(mm, addr, ptep) macro
|
/linux-4.1.27/arch/mn10300/include/asm/ |
H A D | pgtable.h | 219 #define pte_clear(mm, addr, xp) \ macro
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | pgtable.h | 289 #define pte_clear(mm, addr, xp) set_pte_at(mm, addr, xp, __pte(0)) macro
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | pgtable.h | 125 #define pte_clear(mm,addr,ptep) set_pte(ptep, __pte(0)) macro
|
/linux-4.1.27/arch/frv/include/asm/ |
H A D | pgtable.h | 355 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) macro
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | pgtable.h | 266 #define pte_clear(mm,addr,pte) (pte_val(*(pte)) = 0UL) macro
|
/linux-4.1.27/arch/s390/include/asm/ |
H A D | pgtable.h | 827 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) pte_clear() function
|