/linux-3.4.99/arch/mips/include/asm/ |
D | pgtable.h | 126 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function 163 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 129 #define pte_clear(mm, addr, ptep) \ macro
|
D | pgtable-ppc64.h | 300 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
/linux-3.4.99/arch/cris/include/asm/ |
D | pgtable.h | 97 #define pte_clear(mm,addr,xp) do { pte_val(*(xp)) = 0; } while (0) macro
|
/linux-3.4.99/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 126 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
D | motorola_pgtable.h | 132 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
|
D | mcf_pgtable.h | 185 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
/linux-3.4.99/arch/unicore32/include/asm/ |
D | pgtable.h | 157 #define pte_clear(mm, addr, ptep) set_pte(ptep, __pte(0)) macro
|
/linux-3.4.99/arch/sh/include/asm/ |
D | pgtable_64.h | 234 #define pte_clear(mm,addr,xp) (set_pte_at(mm, addr, xp, __pte(_PTE_EMPTY))) macro
|
D | pgtable_32.h | 329 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) macro
|
/linux-3.4.99/arch/score/include/asm/ |
D | pgtable.h | 113 #define pte_clear(mm, addr, xp) \ macro
|
/linux-3.4.99/arch/hexagon/include/asm/ |
D | pgtable.h | 227 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
/linux-3.4.99/arch/arm/include/asm/ |
D | pgtable.h | 205 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) macro
|
/linux-3.4.99/arch/um/include/asm/ |
D | pgtable.h | 104 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE)) macro
|
/linux-3.4.99/arch/m32r/include/asm/ |
D | pgtable.h | 181 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) macro
|
/linux-3.4.99/arch/avr32/include/asm/ |
D | pgtable.h | 187 #define pte_clear(mm,addr,xp) \ macro
|
/linux-3.4.99/arch/tile/include/asm/ |
D | pgtable.h | 183 #define pte_clear(mm, addr, ptep) __pte_clear(ptep) macro
|
/linux-3.4.99/arch/x86/include/asm/ |
D | paravirt.h | 694 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function 710 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
/linux-3.4.99/arch/xtensa/include/asm/ |
D | pgtable.h | 209 #define pte_clear(mm,addr,ptep) \ macro
|
/linux-3.4.99/arch/openrisc/include/asm/ |
D | pgtable.h | 226 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | pgtable.h | 249 extern inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | pgtable_32.h | 156 #define pte_clear(mm,addr,pte) BTFIXUP_CALL(pte_clear)(pte) macro
|
D | pgtable_64.h | 687 #define pte_clear(mm,addr,ptep) \ macro
|
/linux-3.4.99/arch/mn10300/include/asm/ |
D | pgtable.h | 218 #define pte_clear(mm, addr, xp) \ macro
|
/linux-3.4.99/arch/parisc/include/asm/ |
D | pgtable.h | 276 #define pte_clear(mm,addr,xp) do { pte_val(*(xp)) = 0; } while (0) macro
|