Home
last modified time | relevance | path

Searched defs:pte_clear (Results 1 – 25 of 31) sorted by relevance

12

/linux-3.4.99/arch/mips/include/asm/
Dpgtable.h126 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/
Dpgtable-ppc32.h129 #define pte_clear(mm, addr, ptep) \ macro
Dpgtable-ppc64.h300 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux-3.4.99/arch/cris/include/asm/
Dpgtable.h97 #define pte_clear(mm,addr,xp) do { pte_val(*(xp)) = 0; } while (0) macro
/linux-3.4.99/arch/m68k/include/asm/
Dsun3_pgtable.h126 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
Dmotorola_pgtable.h132 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
Dmcf_pgtable.h185 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux-3.4.99/arch/unicore32/include/asm/
Dpgtable.h157 #define pte_clear(mm, addr, ptep) set_pte(ptep, __pte(0)) macro
/linux-3.4.99/arch/sh/include/asm/
Dpgtable_64.h234 #define pte_clear(mm,addr,xp) (set_pte_at(mm, addr, xp, __pte(_PTE_EMPTY))) macro
Dpgtable_32.h329 #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/
Dpgtable.h113 #define pte_clear(mm, addr, xp) \ macro
/linux-3.4.99/arch/hexagon/include/asm/
Dpgtable.h227 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux-3.4.99/arch/arm/include/asm/
Dpgtable.h205 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) macro
/linux-3.4.99/arch/um/include/asm/
Dpgtable.h104 #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/
Dpgtable.h181 #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/
Dpgtable.h187 #define pte_clear(mm,addr,xp) \ macro
/linux-3.4.99/arch/tile/include/asm/
Dpgtable.h183 #define pte_clear(mm, addr, ptep) __pte_clear(ptep) macro
/linux-3.4.99/arch/x86/include/asm/
Dparavirt.h694 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/
Dpgtable.h209 #define pte_clear(mm,addr,ptep) \ macro
/linux-3.4.99/arch/openrisc/include/asm/
Dpgtable.h226 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro
/linux-3.4.99/arch/alpha/include/asm/
Dpgtable.h249 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/
Dpgtable_32.h156 #define pte_clear(mm,addr,pte) BTFIXUP_CALL(pte_clear)(pte) macro
Dpgtable_64.h687 #define pte_clear(mm,addr,ptep) \ macro
/linux-3.4.99/arch/mn10300/include/asm/
Dpgtable.h218 #define pte_clear(mm, addr, xp) \ macro
/linux-3.4.99/arch/parisc/include/asm/
Dpgtable.h276 #define pte_clear(mm,addr,xp) do { pte_val(*(xp)) = 0; } while (0) macro

12