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

123

/arch/xtensa/mm/
H A Dmmu.c58 pte_clear(NULL, 0, ptep);
/arch/microblaze/mm/
H A Dhighmem.c81 pte_clear(&init_mm, vaddr, kmap_pte-idx);
H A Dconsistent.c195 pte_clear(&init_mm, (unsigned int)vaddr, ptep);
/arch/powerpc/mm/
H A Dhighmem.c78 pte_clear(&init_mm, vaddr, kmap_pte-idx);
/arch/sh/mm/
H A Dkmap.c62 pte_clear(&init_mm, vaddr, kmap_coherent_pte - idx);
/arch/sparc/mm/
H A Dhighmem.c99 pte_clear(&init_mm, vaddr, kmap_pte-idx);
/arch/tile/include/asm/
H A Dpgtable_32.h110 pte_clear(_mm, addr, ptep);
H A Dpgtable.h183 #define pte_clear(mm, addr, ptep) __pte_clear(ptep) macro
349 pte_clear(&init_mm, (vaddr), (ptep)); \
/arch/x86/include/asm/
H A Dpgtable_32.h65 pte_clear(&init_mm, (vaddr), (ptep)); \
/arch/um/kernel/skas/
H A Dmmu.c144 pte_clear(mm, STUB_CODE, pte);
150 pte_clear(mm, STUB_DATA, pte);
/arch/mn10300/include/asm/
H A Dhighmem.h118 pte_clear(kmap_pte - idx);
/arch/mips/mm/
H A Dhighmem.c88 pte_clear(&init_mm, vaddr, kmap_pte-idx);
/arch/x86/mm/
H A Dpgtable_32.c53 pte_clear(&init_mm, vaddr, pte);
/arch/sparc/include/asm/
H A Dpgtable_32.h148 BTFIXUPDEF_CALL(void, pte_clear, pte_t *)
156 #define pte_clear(mm,addr,pte) BTFIXUP_CALL(pte_clear)(pte) macro
/arch/um/include/asm/
H A Dpgtable.h104 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE)) macro
373 pte_clear(&init_mm, (vaddr), (ptep)); \
/arch/xtensa/include/asm/
H A Dpgtable.h209 #define pte_clear(mm,addr,ptep) \ macro
300 pte_clear(mm, addr, ptep);
/arch/mips/include/asm/
H A Dpgtable.h126 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
163 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
/arch/parisc/include/asm/
H A Dpgtable.h270 #define pte_clear(mm,addr,xp) do { pte_val(*(xp)) = 0; } while (0) macro
454 pte_clear(mm,addr,ptep);
/arch/cris/include/asm/
H A Dpgtable.h97 #define pte_clear(mm,addr,xp) do { pte_val(*(xp)) = 0; } while (0) macro
/arch/m68k/include/asm/
H A Dsun3_pgtable.h126 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h129 #define pte_clear(mm, addr, ptep) \ macro
/arch/unicore32/include/asm/
H A Dpgtable.h157 #define pte_clear(mm, addr, ptep) set_pte(ptep, __pte(0)) macro
/arch/ia64/include/asm/
H A Dpgtable.h269 #define pte_clear(mm,addr,pte) (pte_val(*(pte)) = 0UL) macro
435 pte_clear(mm, addr, ptep);
/arch/alpha/include/asm/
H A Dpgtable.h249 extern inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
/arch/arm/include/asm/
H A Dpgtable.h196 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) macro

Completed in 846 milliseconds

123