Home
last modified time | relevance | path

Searched refs:pte_clear (Results 1 – 25 of 32) sorted by relevance

12

/linux/arch/powerpc/lib/
H A Dcode-patching.c277 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 Dfixmap.c35 pte_clear(&init_mm, vaddr, pte); in clear_fixmap()
/linux/arch/sh/mm/
H A Dkmap.c60 pte_clear(&init_mm, vaddr, kmap_coherent_pte - idx); in kunmap_coherent()
/linux/arch/x86/mm/
H A Dpgtable_32.c59 pte_clear(&init_mm, vaddr, pte); in set_pte_vaddr()
H A Dkmmio.c153 pte_clear(&init_mm, 0, pte); in clear_pte_presence()
H A Dioremap.c905 pte_clear(&init_mm, addr, pte); in __early_set_fixmap()
/linux/arch/xtensa/mm/
H A Dmmu.c41 pte_clear(NULL, 0, pte + i); in init_pmd()
/linux/include/asm-generic/
H A Dhugetlb.h65 pte_clear(mm, addr, ptep); in huge_pte_clear()
/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/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/loongarch/mm/
H A Dinit.c227 pte_clear(&init_mm, addr, ptep); in __set_fixmap()
/linux/arch/s390/mm/
H A Dvmem.c184 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 Dpgtable.h135 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 Dpgtable_32.h325 #define pte_clear(mm, addr, ptep) set_pte(ptep, __pte(0)) macro
/linux/arch/parisc/kernel/
H A Dpci-dma.c176 pte_clear(&init_mm, vaddr, pte); in unmap_uncached_pte()
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h213 #define pte_clear(mm, addr, ptep) \ macro
/linux/arch/x86/kernel/
H A Dldt.c371 pte_clear(mm, va, ptep); in unmap_ldt_struct()
H A Dalternative.c2620 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 Dshadow.c480 pte_clear(&init_mm, addr, ptep); in kasan_depopulate_vmalloc_pte()
/linux/arch/parisc/include/asm/
H A Dpgtable.h268 #define pte_clear(mm, addr, xp) set_pte_at((mm), (addr), (xp), __pte(0)) macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h374 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 Dinit.c381 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 Dpgtable.h1789 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
1934 #define pte_clear __pte_clear macro

12