Home
last modified time | relevance | path

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

12

/linux/arch/mips/include/asm/
A Dpgtable.h163 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
210 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
/linux/arch/arc/include/asm/
A Dpgtable-levels.h176 #define pte_clear(mm,addr,ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
/linux/arch/m68k/include/asm/
A Dsun3_pgtable.h123 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
A Dmotorola_pgtable.h139 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
A Dmcf_pgtable.h187 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux/arch/nios2/include/asm/
A Dpgtable.h217 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
/linux/arch/csky/include/asm/
A Dpgtable.h34 #define pte_clear(mm, addr, ptep) set_pte((ptep), \ macro
/linux/arch/hexagon/include/asm/
A Dpgtable.h200 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux/arch/powerpc/include/asm/nohash/32/
A Dpgtable.h169 #define pte_clear(mm, addr, ptep) \ macro
/linux/arch/um/include/asm/
A Dpgtable.h95 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE)) macro
/linux/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h262 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux/arch/arm/include/asm/
A Dpgtable.h187 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) macro
/linux/arch/sparc/include/asm/
A Dpgtable_32.h179 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
A Dpgtable_64.h932 #define pte_clear(mm,addr,ptep) \ macro
/linux/arch/microblaze/include/asm/
A Dpgtable.h237 #define pte_clear(mm, addr, ptep) \ macro
/linux/arch/openrisc/include/asm/
A Dpgtable.h220 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro
/linux/arch/alpha/include/asm/
A Dpgtable.h246 extern inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
/linux/arch/xtensa/include/asm/
A Dpgtable.h257 #define pte_clear(mm,addr,ptep) \ macro
/linux/arch/sh/include/asm/
A Dpgtable_32.h326 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) macro
/linux/arch/nds32/include/asm/
A Dpgtable.h186 #define pte_clear(mm,addr,ptep) set_pte_at((mm),(addr),(ptep), __pte(0)) macro
/linux/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h253 #define pte_clear(mm, addr, ptep) \ macro
/linux/arch/parisc/include/asm/
A Dpgtable.h312 #define pte_clear(mm, addr, xp) set_pte_at(mm, addr, xp, __pte(0)) macro
/linux/arch/ia64/include/asm/
A Dpgtable.h261 #define pte_clear(mm,addr,pte) (pte_val(*(pte)) = 0UL) macro
/linux/arch/riscv/include/asm/
A Dpgtable.h429 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
/linux/arch/x86/include/asm/
A Dparavirt.h541 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function

Completed in 43 milliseconds

12