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.c138 set_pmd_at(&init_mm, addr, pmd, entry);
/linux-master/arch/arm/include/asm/
H A Dpgtable-3level.h231 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
/linux-master/arch/sparc/mm/
H A Dtlb.c222 void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
258 * set_pmd_at() will not be called in a way to decrement
/linux-master/mm/
H A Dhuge_memory.c948 * clear_huge_page writes become visible before the set_pmd_at()
978 set_pmd_at(vma->vm_mm, haddr, vmf->pmd, entry);
1045 set_pmd_at(mm, haddr, pmd, entry);
1152 set_pmd_at(mm, addr, pmd, entry);
1380 set_pmd_at(src_mm, addr, src_pmd, pmd);
1387 set_pmd_at(dst_mm, addr, dst_pmd, pmd);
1434 set_pmd_at(dst_mm, addr, dst_pmd, pmd);
1724 set_pmd_at(vma->vm_mm, haddr, vmf->pmd, pmd);
1792 set_pmd_at(mm, addr, pmd, orig_pmd);
1943 set_pmd_at(m
[all...]
H A Dpgtable-generic.c116 set_pmd_at(vma->vm_mm, address, pmdp, entry);
H A Ddebug_vm_pgtable.c233 * flush_dcache_page() is called after set_pmd_at() to clear
246 set_pmd_at(args->mm, vaddr, args->pmdp, pmd);
258 set_pmd_at(args->mm, vaddr, args->pmdp, pmd);
271 set_pmd_at(args->mm, vaddr, args->pmdp, pmd);
H A Dmadvise.c406 set_pmd_at(mm, addr, pmd, orig_pmd);
H A Drmap.c1047 set_pmd_at(vma->vm_mm, address, pmd, entry);
H A Dkhugepaged.c1180 * We can only use set_pmd_at when establishing
1205 * copy_huge_page writes become visible before the set_pmd_at()
1219 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
920 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));
875 set_pmd_at(mm, address, pmdp, pmd_wrprotect(old_pmd));
944 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/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/fs/proc/
H A Dtask_mmu.c1149 set_pmd_at(vma->vm_mm, addr, pmdp, pmd);
1152 set_pmd_at(vma->vm_mm, addr, pmdp, pmd);
1895 set_pmd_at(vma->vm_mm, addr, pmdp, pmd);
1898 set_pmd_at(vma->vm_mm, addr, pmdp, pmd);
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1111 extern void set_pmd_at(struct mm_struct *mm, unsigned long addr,
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h724 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1222 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h606 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/s390/include/asm/
H A Dpgtable.h1744 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, function

Completed in 378 milliseconds

12