Searched defs:pte_clear (Results 1 - 25 of 34) sorted by relevance

12

/arch/cris/include/asm/
H A Dpgtable.h97 #define pte_clear(mm,addr,xp) do { pte_val(*(xp)) = 0; } while (0) macro
/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h127 #define pte_clear(mm, addr, ptep) \ macro
H A Dpgtable-ppc64.h146 /* pte_clear moved to later in this file */
293 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, function
/arch/arc/include/asm/
H A Dpgtable.h254 #define pte_clear(mm, addr, ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
/arch/hexagon/include/asm/
H A Dpgtable.h227 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, function
/arch/m68k/include/asm/
H A Dsun3_pgtable.h126 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
H A Dmcf_pgtable.h185 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, function
H A Dmotorola_pgtable.h132 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
/arch/mips/include/asm/
H A Dpgtable.h152 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
189 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
/arch/score/include/asm/
H A Dpgtable.h113 #define pte_clear(mm, addr, xp) \ macro
/arch/sh/include/asm/
H A Dpgtable_32.h329 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) macro
H A Dpgtable_64.h231 #define pte_clear(mm,addr,xp) (set_pte_at(mm, addr, xp, __pte(_PTE_EMPTY))) macro
/arch/um/include/asm/
H A Dpgtable.h102 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE)) macro
371 pte_clear(&init_mm, (vaddr), (ptep)); \
/arch/unicore32/include/asm/
H A Dpgtable.h157 #define pte_clear(mm, addr, ptep) set_pte(ptep, __pte(0)) macro
/arch/alpha/include/asm/
H A Dpgtable.h249 extern inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
/arch/arm/include/asm/
H A Dpgtable.h215 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) macro
/arch/avr32/include/asm/
H A Dpgtable.h187 #define pte_clear(mm,addr,xp) \ macro
/arch/m32r/include/asm/
H A Dpgtable.h181 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) macro
/arch/metag/include/asm/
H A Dpgtable.h204 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro
/arch/microblaze/include/asm/
H A Dpgtable.h301 #define pte_clear(mm, addr, ptep) \ macro
/arch/openrisc/include/asm/
H A Dpgtable.h226 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro
/arch/sparc/include/asm/
H A Dpgtable_32.h158 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
/arch/xtensa/include/asm/
H A Dpgtable.h251 #define pte_clear(mm,addr,ptep) \ macro
348 pte_clear(mm, addr, ptep);
/arch/arm64/include/asm/
H A Dpgtable.h124 #define pte_clear(mm,addr,ptep) set_pte(ptep, __pte(0)) macro
/arch/frv/include/asm/
H A Dpgtable.h358 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) macro

Completed in 521 milliseconds

12