Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dpgtable.h156 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
226 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
/linux-4.4.14/arch/powerpc/include/asm/
Dpgtable-ppc32.h127 #define pte_clear(mm, addr, ptep) \ macro
Dpgtable-ppc64.h305 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux-4.4.14/arch/nios2/include/asm/
Dpgtable.h226 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
/linux-4.4.14/arch/cris/include/asm/
Dpgtable.h97 #define pte_clear(mm,addr,xp) do { pte_val(*(xp)) = 0; } while (0) macro
/linux-4.4.14/arch/hexagon/include/asm/
Dpgtable.h220 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux-4.4.14/arch/unicore32/include/asm/
Dpgtable.h157 #define pte_clear(mm, addr, ptep) set_pte(ptep, __pte(0)) macro
/linux-4.4.14/arch/m68k/include/asm/
Dsun3_pgtable.h124 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
Dmotorola_pgtable.h131 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
Dmcf_pgtable.h184 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux-4.4.14/arch/sh/include/asm/
Dpgtable_64.h230 #define pte_clear(mm,addr,xp) (set_pte_at(mm, addr, xp, __pte(_PTE_EMPTY))) macro
Dpgtable_32.h325 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) macro
/linux-4.4.14/arch/metag/include/asm/
Dpgtable.h110 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro
/linux-4.4.14/arch/score/include/asm/
Dpgtable.h104 #define pte_clear(mm, addr, xp) \ macro
/linux-4.4.14/arch/m32r/include/asm/
Dpgtable.h178 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) macro
/linux-4.4.14/arch/arc/include/asm/
Dpgtable.h267 #define pte_clear(mm, addr, ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
/linux-4.4.14/arch/um/include/asm/
Dpgtable.h97 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE)) macro
/linux-4.4.14/arch/avr32/include/asm/
Dpgtable.h183 #define pte_clear(mm,addr,xp) \ macro
/linux-4.4.14/arch/x86/include/asm/
Dparavirt.h628 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
644 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
Dpgtable.h68 #define pte_clear(mm, addr, ptep) native_pte_clear(mm, addr, ptep) macro
Dparavirt_types.h303 void (*pte_clear)(struct mm_struct *mm, unsigned long addr, member
/linux-4.4.14/arch/arm/include/asm/
Dpgtable.h215 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) macro
/linux-4.4.14/arch/sparc/include/asm/
Dpgtable_32.h159 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
Dpgtable_64.h919 #define pte_clear(mm,addr,ptep) \ macro
/linux-4.4.14/arch/alpha/include/asm/
Dpgtable.h248 extern inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
/linux-4.4.14/arch/openrisc/include/asm/
Dpgtable.h225 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro
/linux-4.4.14/arch/xtensa/include/asm/
Dpgtable.h252 #define pte_clear(mm,addr,ptep) \ macro
/linux-4.4.14/arch/tile/include/asm/
Dpgtable.h187 #define pte_clear(mm, addr, ptep) __pte_clear(ptep) macro
/linux-4.4.14/arch/microblaze/include/asm/
Dpgtable.h298 #define pte_clear(mm, addr, ptep) \ macro
/linux-4.4.14/arch/mn10300/include/asm/
Dpgtable.h219 #define pte_clear(mm, addr, xp) \ macro
/linux-4.4.14/arch/frv/include/asm/
Dpgtable.h355 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) macro
/linux-4.4.14/arch/ia64/include/asm/
Dpgtable.h266 #define pte_clear(mm,addr,pte) (pte_val(*(pte)) = 0UL) macro
/linux-4.4.14/arch/parisc/include/asm/
Dpgtable.h294 #define pte_clear(mm, addr, xp) set_pte_at(mm, addr, xp, __pte(0)) macro
/linux-4.4.14/arch/arm64/include/asm/
Dpgtable.h136 #define pte_clear(mm,addr,ptep) set_pte(ptep, __pte(0)) macro
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h889 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function