Searched refs:set_pmd_at (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/arch/mips/mm/
H A Dpgtable-32.c44 void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
H A Dpgtable-64.c102 void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
/linux-master/arch/arc/include/asm/
H A Dhugepage.h58 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
/linux-master/arch/loongarch/mm/
H A Dpgtable.c128 void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
H A Dinit.c137 set_pmd_at(&init_mm, addr, pmd, entry);
/linux-master/arch/sparc/mm/
H A Dtlb.c222 void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
257 * set_pmd_at() will not be called in a way to decrement
/linux-master/arch/arm/include/asm/
H A Dpgtable-3level.h232 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
/linux-master/mm/
H A Dhuge_memory.c896 * clear_huge_page writes become visible before the set_pmd_at()
926 set_pmd_at(vma->vm_mm, haddr, vmf->pmd, entry);
992 set_pmd_at(mm, haddr, pmd, entry);
1095 set_pmd_at(mm, addr, pmd, entry);
1323 set_pmd_at(src_mm, addr, src_pmd, pmd);
1330 set_pmd_at(dst_mm, addr, dst_pmd, pmd);
1377 set_pmd_at(dst_mm, addr, dst_pmd, pmd);
1792 set_pmd_at(vma->vm_mm, haddr, vmf->pmd, pmd);
1860 set_pmd_at(mm, addr, pmd, orig_pmd);
2011 set_pmd_at(m
[all...]
H A Dpgtable-generic.c116 set_pmd_at(vma->vm_mm, address, pmdp, entry);
H A Ddebug_vm_pgtable.c232 * flush_dcache_page() is called after set_pmd_at() to clear
245 set_pmd_at(args->mm, vaddr, args->pmdp, pmd);
257 set_pmd_at(args->mm, vaddr, args->pmdp, pmd);
270 set_pmd_at(args->mm, vaddr, args->pmdp, pmd);
H A Dmadvise.c393 set_pmd_at(mm, addr, pmd, orig_pmd);
H A Drmap.c1044 set_pmd_at(vma->vm_mm, address, pmd, entry);
H A Dkhugepaged.c1195 * We can only use set_pmd_at when establishing
1221 * copy_huge_page writes become visible before the set_pmd_at()
1235 set_pmd_at(mm, address, pmd, _pmd);
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h818 void set_pmd_at(struct mm_struct *mm, unsigned long addr,
821 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
919 set_pmd_at(mm, addr, pmdp, __pmd(0UL));
/linux-master/include/linux/
H A Dpgtable.h375 set_pmd_at(vma->vm_mm, address, pmdp, pmd_mkold(pmd));
802 set_pmd_at(mm, address, pmdp, pmd_wrprotect(old_pmd));
871 set_pmd_at(vma->vm_mm, address, pmdp, pmd);
/linux-master/arch/powerpc/mm/book3s64/
H A Dpgtable.c105 void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
/linux-master/arch/mips/include/asm/
H A Dpgtable.h640 extern void set_pmd_at(struct mm_struct *mm, unsigned long addr,
/linux-master/fs/proc/
H A Dtask_mmu.c1144 set_pmd_at(vma->vm_mm, addr, pmdp, pmd);
1147 set_pmd_at(vma->vm_mm, addr, pmdp, pmd);
1891 set_pmd_at(vma->vm_mm, addr, pmdp, pmd);
1894 set_pmd_at(vma->vm_mm, addr, pmdp, pmd);
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h250 extern void set_pmd_at(struct mm_struct *mm, unsigned long addr, pmd_t *pmdp, pmd_t pmd);
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1099 extern void set_pmd_at(struct mm_struct *mm, unsigned long addr,
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h720 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1238 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
/linux-master/fs/
H A Ddax.c1242 set_pmd_at(vmf->vma->vm_mm, pmd_addr, vmf->pmd, pmd_entry);
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h560 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1725 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, function

Completed in 271 milliseconds

12