Home
last modified time | relevance | path

Searched defs:pte_clear (Results 1 – 25 of 26) 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.h174 #define pte_clear(mm,addr,ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
/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/csky/include/asm/
H A Dpgtable.h34 #define pte_clear(mm, addr, ptep) set_pte((ptep), \ macro
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h97 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
H A Dmotorola_pgtable.h107 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
H A Dmcf_pgtable.h125 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux/arch/nios2/include/asm/
H A Dpgtable.h210 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h129 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_NEEDSYNC)) macro
/linux/arch/arm/include/asm/
H A Dpgtable.h172 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) macro
/linux/arch/microblaze/include/asm/
H A Dpgtable.h223 #define pte_clear(mm, addr, ptep) \ macro
/linux/arch/alpha/include/asm/
H A Dpgtable.h226 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.h948 #define pte_clear(mm,addr,ptep) \ macro
/linux/arch/xtensa/include/asm/
H A Dpgtable.h243 #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/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.h216 #define pte_clear(mm, addr, ptep) \ macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h337 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_at((mm), (addr), (xp), __pte(0)) macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h1798 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
1928 #define pte_clear __pte_clear macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h575 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h439 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux/arch/x86/include/asm/
H A Dpgtable.h96 #define pte_clear(mm, addr, ptep) native_pte_clear(mm, addr, ptep) macro

12