/linux/arch/x86/include/asm/ |
A D | pgtable_32.h | 44 pte_clear(&init_mm, (vaddr), (ptep)); \
|
/linux/arch/sh/mm/ |
A D | kmap.c | 59 pte_clear(&init_mm, vaddr, kmap_coherent_pte - idx); in kunmap_coherent()
|
/linux/arch/xtensa/include/asm/ |
A D | pgalloc.h | 40 pte_clear(NULL, 0, ptep + i); in ptes_clear()
|
A D | pgtable.h | 257 #define pte_clear(mm,addr,ptep) \ macro 352 pte_clear(mm, addr, ptep); in ptep_get_and_clear()
|
/linux/arch/parisc/mm/ |
A D | fixmap.c | 38 pte_clear(&init_mm, vaddr, pte); in clear_fixmap()
|
/linux/arch/x86/mm/ |
A D | pgtable_32.c | 59 pte_clear(&init_mm, vaddr, pte); in set_pte_vaddr()
|
/linux/arch/um/include/asm/ |
A D | pgtable.h | 95 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE)) macro 322 pte_clear(&init_mm, (vaddr), (ptep)); \
|
/linux/mm/ |
A D | highmem.c | 188 pte_clear(&init_mm, PKMAP_ADDR(i), &pkmap_page_table[i]); in flush_all_zero_pkmaps() 594 pte_clear(&init_mm, addr, kmap_pte); in kunmap_local_indexed() 645 pte_clear(&init_mm, addr, kmap_pte); in __kmap_local_sched_out()
|
/linux/arch/xtensa/mm/ |
A D | mmu.c | 39 pte_clear(NULL, 0, pte + i); in init_pmd()
|
/linux/arch/powerpc/mm/book3s64/ |
A D | radix_pgtable.c | 766 pte_clear(&init_mm, addr, pte); in remove_pte_table() 790 pte_clear(&init_mm, addr, (pte_t *)pmd); in remove_pmd_table() 820 pte_clear(&init_mm, addr, (pte_t *)pud); in remove_pud_table() 854 pte_clear(&init_mm, addr, (pte_t *)pgd); in remove_pagetable()
|
/linux/include/asm-generic/ |
A D | hugetlb.h | 39 pte_clear(mm, addr, ptep); in huge_pte_clear()
|
/linux/arch/arm64/mm/ |
A D | hugetlbpage.c | 211 pte_clear(mm, addr, ptep); in clear_flush() 370 pte_clear(mm, addr, ptep); in huge_pte_clear()
|
/linux/arch/ia64/include/asm/ |
A D | pgtable.h | 261 #define pte_clear(mm,addr,pte) (pte_val(*(pte)) = 0UL) macro 402 pte_clear(mm, addr, ptep); in ptep_get_and_clear()
|
/linux/arch/arc/include/asm/ |
A D | pgtable-levels.h | 176 #define pte_clear(mm,addr,ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
|
/linux/arch/m68k/include/asm/ |
A D | sun3_pgtable.h | 123 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
A D | motorola_pgtable.h | 139 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
|
A D | mcf_pgtable.h | 187 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
/linux/arch/nds32/mm/ |
A D | init.c | 260 pte_clear(&init_mm, addr, pte); in __set_fixmap()
|
/linux/arch/nios2/include/asm/ |
A D | pgtable.h | 217 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
|
/linux/arch/mips/include/asm/ |
A D | pgtable.h | 163 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function 210 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
|
/linux/arch/hexagon/include/asm/ |
A D | pgtable.h | 200 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
/linux/arch/csky/include/asm/ |
A D | pgtable.h | 34 #define pte_clear(mm, addr, ptep) set_pte((ptep), \ macro
|
/linux/arch/powerpc/include/asm/nohash/32/ |
A D | pgtable.h | 169 #define pte_clear(mm, addr, ptep) \ macro
|
/linux/arch/powerpc/include/asm/nohash/64/ |
A D | pgtable.h | 262 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
/linux/arch/openrisc/include/asm/ |
A D | pgtable.h | 220 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro
|