Searched refs:pte_clear (Results 1 - 25 of 56) sorted by relevance

123

/linux-master/arch/xtensa/include/asm/
H A Dpgalloc.h40 pte_clear(NULL, 0, ptep + i);
H A Dpgtable.h243 #define pte_clear(mm,addr,ptep) \ macro
333 pte_clear(mm, addr, ptep);
/linux-master/arch/x86/include/asm/
H A Dpgtable_32.h44 pte_clear(&init_mm, (vaddr), (ptep)); \
/linux-master/arch/parisc/mm/
H A Dfixmap.c35 pte_clear(&init_mm, vaddr, pte);
/linux-master/arch/sh/mm/
H A Dkmap.c60 pte_clear(&init_mm, vaddr, kmap_coherent_pte - idx);
/linux-master/arch/x86/mm/
H A Dpgtable_32.c59 pte_clear(&init_mm, vaddr, pte);
/linux-master/arch/xtensa/mm/
H A Dmmu.c41 pte_clear(NULL, 0, pte + i);
/linux-master/arch/powerpc/lib/
H A Dcode-patching.c273 * In hash, pte_clear flushes the tlb, in radix, we have to
275 pte_clear(&init_mm, addr, ptep);
313 pte_clear(patching_mm, text_poke_addr, pte);
344 pte_clear(&init_mm, text_poke_addr, pte);
438 pte_clear(patching_mm, text_poke_addr, pte);
473 pte_clear(&init_mm, text_poke_addr, pte);
/linux-master/include/asm-generic/
H A Dhugetlb.h64 pte_clear(mm, addr, ptep);
/linux-master/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
333 pte_clear(&init_mm, (vaddr), (ptep)); \
/linux-master/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-master/mm/
H A Dhighmem.c218 pte_clear(&init_mm, PKMAP_ADDR(i), &pkmap_page_table[i]);
615 pte_clear(&init_mm, addr, kmap_pte);
666 pte_clear(&init_mm, addr, kmap_pte);
/linux-master/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c741 pte_clear(&init_mm, addr, pte);
747 pte_clear(&init_mm, addr, pte);
775 pte_clear(&init_mm, addr, (pte_t *)pmd);
781 pte_clear(&init_mm, addr, (pte_t *)pmd);
816 pte_clear(&init_mm, addr, (pte_t *)pud);
855 pte_clear(&init_mm, addr, (pte_t *)pgd);
/linux-master/arch/riscv/mm/
H A Dhugetlbpage.c358 pte_clear(mm, addr, ptep);
364 pte_clear(mm, addr, ptep);
/linux-master/arch/m68k/include/asm/
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, function
H A Dsun3_pgtable.h103 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h176 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, function
/linux-master/arch/csky/include/asm/
H A Dpgtable.h34 #define pte_clear(mm, addr, ptep) set_pte((ptep), \ macro
/linux-master/arch/loongarch/mm/
H A Dinit.c226 pte_clear(&init_mm, addr, ptep);
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h99 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h207 static inline void pte_clear(struct mm_struct *mm, function
/linux-master/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-master/arch/s390/mm/
H A Dvmem.c181 pte_clear(&init_mm, addr, pte);
653 pte_clear(&init_mm, addr, ptep);
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h205 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro

Completed in 206 milliseconds

123