/linux-6.12.1/arch/powerpc/lib/ |
D | code-patching.c | 277 pte_clear(&init_mm, addr, ptep); in unmap_patch_area() 315 pte_clear(patching_mm, text_poke_addr, pte); in __do_patch_mem_mm() 346 pte_clear(&init_mm, text_poke_addr, pte); in __do_patch_mem() 501 pte_clear(patching_mm, text_poke_addr, pte); in __do_patch_instructions_mm() 536 pte_clear(&init_mm, text_poke_addr, pte); in __do_patch_instructions()
|
/linux-6.12.1/arch/x86/include/asm/ |
D | pgtable_32.h | 44 pte_clear(&init_mm, (vaddr), (ptep)); \
|
/linux-6.12.1/arch/parisc/mm/ |
D | fixmap.c | 35 pte_clear(&init_mm, vaddr, pte); in clear_fixmap()
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | pgalloc.h | 40 pte_clear(NULL, 0, ptep + i); in ptes_clear()
|
D | pgtable.h | 243 #define pte_clear(mm,addr,ptep) \ macro 333 pte_clear(mm, addr, ptep); in ptep_get_and_clear()
|
/linux-6.12.1/arch/sh/mm/ |
D | kmap.c | 60 pte_clear(&init_mm, vaddr, kmap_coherent_pte - idx); in kunmap_coherent()
|
/linux-6.12.1/arch/x86/mm/ |
D | pgtable_32.c | 59 pte_clear(&init_mm, vaddr, pte); in set_pte_vaddr()
|
/linux-6.12.1/arch/xtensa/mm/ |
D | mmu.c | 41 pte_clear(NULL, 0, pte + i); in init_pmd()
|
/linux-6.12.1/mm/ |
D | highmem.c | 229 pte_clear(&init_mm, PKMAP_ADDR(i), &pkmap_page_table[i]); in flush_all_zero_pkmaps() 626 pte_clear(&init_mm, addr, kmap_pte); in kunmap_local_indexed() 677 pte_clear(&init_mm, addr, kmap_pte); in __kmap_local_sched_out()
|
/linux-6.12.1/arch/powerpc/mm/book3s64/ |
D | radix_pgtable.c | 817 pte_clear(&init_mm, addr, pte); in remove_pte_table() 823 pte_clear(&init_mm, addr, pte); in remove_pte_table() 851 pte_clear(&init_mm, addr, (pte_t *)pmd); in remove_pmd_table() 857 pte_clear(&init_mm, addr, (pte_t *)pmd); in remove_pmd_table() 892 pte_clear(&init_mm, addr, (pte_t *)pud); in remove_pud_table() 931 pte_clear(&init_mm, addr, (pte_t *)pgd); in remove_pagetable()
|
/linux-6.12.1/include/asm-generic/ |
D | hugetlb.h | 64 pte_clear(mm, addr, ptep); in huge_pte_clear()
|
/linux-6.12.1/arch/riscv/mm/ |
D | hugetlbpage.c | 358 pte_clear(mm, addr, ptep); in huge_pte_clear() 364 pte_clear(mm, addr, ptep); in huge_pte_clear()
|
/linux-6.12.1/arch/arc/include/asm/ |
D | pgtable-levels.h | 175 #define pte_clear(mm,addr,ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 103 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
D | mcf_pgtable.h | 131 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
D | motorola_pgtable.h | 113 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
|
/linux-6.12.1/arch/hexagon/include/asm/ |
D | pgtable.h | 176 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
/linux-6.12.1/arch/loongarch/mm/ |
D | init.c | 229 pte_clear(&init_mm, addr, ptep); in __set_fixmap()
|
/linux-6.12.1/arch/s390/mm/ |
D | vmem.c | 184 pte_clear(&init_mm, addr, pte); in modify_pte_table() 656 pte_clear(&init_mm, addr, ptep); in vmem_unmap_4k_page()
|
/linux-6.12.1/arch/nios2/include/asm/ |
D | pgtable.h | 210 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
|
/linux-6.12.1/arch/mips/include/asm/ |
D | pgtable.h | 143 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-6.12.1/arch/csky/include/asm/ |
D | pgtable.h | 34 #define pte_clear(mm, addr, ptep) set_pte((ptep), \ macro
|
/linux-6.12.1/arch/alpha/include/asm/ |
D | pgtable.h | 233 extern inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
/linux-6.12.1/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 129 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
/linux-6.12.1/arch/arm/include/asm/ |
D | pgtable.h | 174 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) macro
|