| /linux/arch/powerpc/lib/ |
| H A 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() 503 pte_clear(patching_mm, text_poke_addr, pte); in __do_patch_instructions_mm() 538 pte_clear(&init_mm, text_poke_addr, pte); in __do_patch_instructions()
|
| /linux/arch/parisc/mm/ |
| H A D | fixmap.c | 35 pte_clear(&init_mm, vaddr, pte); in clear_fixmap()
|
| /linux/arch/sh/mm/ |
| H A D | kmap.c | 60 pte_clear(&init_mm, vaddr, kmap_coherent_pte - idx); in kunmap_coherent()
|
| /linux/arch/x86/mm/ |
| H A D | pgtable_32.c | 59 pte_clear(&init_mm, vaddr, pte); in set_pte_vaddr()
|
| H A D | kmmio.c | 153 pte_clear(&init_mm, 0, pte); in clear_pte_presence()
|
| H A D | ioremap.c | 905 pte_clear(&init_mm, addr, pte); in __early_set_fixmap()
|
| /linux/arch/xtensa/mm/ |
| H A D | mmu.c | 41 pte_clear(NULL, 0, pte + i); in init_pmd()
|
| /linux/include/asm-generic/ |
| H A D | hugetlb.h | 65 pte_clear(mm, addr, ptep); in huge_pte_clear()
|
| /linux/arch/arc/include/asm/ |
| H A D | pgtable-levels.h | 174 #define pte_clear(mm,addr,ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
|
| /linux/arch/m68k/include/asm/ |
| H A D | sun3_pgtable.h | 97 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
| H A D | motorola_pgtable.h | 107 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
|
| H A D | mcf_pgtable.h | 125 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
| /linux/arch/loongarch/mm/ |
| H A D | init.c | 227 pte_clear(&init_mm, addr, ptep); in __set_fixmap()
|
| /linux/arch/s390/mm/ |
| H A D | vmem.c | 184 pte_clear(&init_mm, addr, pte); in modify_pte_table() 661 pte_clear(&init_mm, addr, ptep); in vmem_unmap_4k_page()
|
| /linux/arch/powerpc/include/asm/nohash/ |
| H A D | pgtable.h | 135 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
| /linux/arch/sh/include/asm/ |
| H A D | pgtable_32.h | 325 #define pte_clear(mm, addr, ptep) set_pte(ptep, __pte(0)) macro
|
| /linux/arch/parisc/kernel/ |
| H A D | pci-dma.c | 176 pte_clear(&init_mm, vaddr, pte); in unmap_uncached_pte()
|
| /linux/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgtable.h | 213 #define pte_clear(mm, addr, ptep) \ macro
|
| /linux/arch/x86/kernel/ |
| H A D | ldt.c | 371 pte_clear(mm, va, ptep); in unmap_ldt_struct()
|
| H A D | alternative.c | 2620 pte_clear(text_poke_mm, text_poke_mm_addr, ptep); in __text_poke() 2622 pte_clear(text_poke_mm, text_poke_mm_addr + PAGE_SIZE, ptep + 1); in __text_poke()
|
| /linux/mm/kasan/ |
| H A D | shadow.c | 480 pte_clear(&init_mm, addr, ptep); in kasan_depopulate_vmalloc_pte()
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgtable.h | 268 #define pte_clear(mm, addr, xp) set_pte_at((mm), (addr), (xp), __pte(0)) macro
|
| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 374 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
| /linux/arch/riscv/mm/ |
| H A D | init.c | 381 pte_clear(&init_mm, addr, ptep); in __set_fixmap() 1565 pte_clear(&init_mm, addr, ptep); in remove_pte_mapping()
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 1789 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function 1934 #define pte_clear __pte_clear macro
|