Home
last modified time | relevance | path

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

12

/linux/arch/mips/include/asm/
H A Dpgtable.h143 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
190 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h175 #define pte_clear(mm,addr,ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h103 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
H A Dmotorola_pgtable.h113 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
H A Dmcf_pgtable.h131 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux/arch/csky/include/asm/
H A Dpgtable.h34 #define pte_clear(mm, addr, ptep) set_pte((ptep), \ macro
/linux/arch/nios2/include/asm/
H A Dpgtable.h210 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
/linux/arch/hexagon/include/asm/
H A Dpgtable.h176 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h99 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
/linux/arch/um/include/asm/
H A Dpgtable.h81 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE)) macro
/linux/arch/arm/include/asm/
H A Dpgtable.h174 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) macro
/linux/arch/xtensa/include/asm/
H A Dpgtable.h243 #define pte_clear(mm,addr,ptep) \ macro
/linux/arch/microblaze/include/asm/
H A Dpgtable.h223 #define pte_clear(mm, addr, ptep) \ macro
/linux/arch/openrisc/include/asm/
H A Dpgtable.h205 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro
/linux/arch/alpha/include/asm/
H A Dpgtable.h233 extern inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h163 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
H A Dpgtable_64.h950 #define pte_clear( global() macro
/linux/arch/sh/include/asm/
H A Dpgtable_32.h325 #define pte_clear(mm, addr, ptep) set_pte(ptep, __pte(0)) macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h215 #define pte_clear(mm, addr, ptep) \ macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h350 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
/linux/arch/parisc/include/asm/
H A Dpgtable.h279 #define pte_clear(mm, addr, xp) set_pte(xp, __pte(0)) macro
/linux/arch/x86/include/asm/
H A Dparavirt.h534 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h1563 static inline void pte_clear(struct mm_struct *mm, pte_clear() function
1682 #define pte_clear __pte_clear global() macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h546 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h438 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_clear() function

12