Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h169 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
216 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dpgtable.h219 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dsun3_pgtable.h123 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
H A Dmotorola_pgtable.h137 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
H A Dmcf_pgtable.h185 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dpgtable.h203 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgtable.h36 #define pte_clear(mm, addr, ptep) set_pte((ptep), \ macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h171 #define pte_clear(mm, addr, ptep) \ macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable.h186 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) macro
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpgtable.h95 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h265 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dpgtable.h264 #define pte_clear(mm, addr, ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dpgtable.h249 extern inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dpgtable.h258 #define pte_clear(mm,addr,ptep) \ macro
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dpgtable.h221 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_32.h180 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
H A Dpgtable_64.h936 #define pte_clear(mm,addr,ptep) \ macro
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dpgtable.h186 #define pte_clear(mm,addr,ptep) set_pte_at((mm),(addr),(ptep), __pte(0)) macro
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgtable.h343 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dpgtable_32.h326 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h220 #define pte_clear(mm, addr, ptep) \ macro
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpgtable.h280 #define pte_clear(mm, addr, ptep) \ macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dpgtable.h314 #define pte_clear(mm, addr, xp) set_pte_at(mm, addr, xp, __pte(0)) macro
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpgtable.h267 #define pte_clear(mm,addr,pte) (pte_val(*(pte)) = 0UL) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dparavirt.h504 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function

12