/linux-6.1.9/arch/mips/mm/ |
D | pgtable-32.c | 44 void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
|
D | pgtable-64.c | 99 void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
|
/linux-6.1.9/mm/ |
D | huge_memory.c | 709 set_pmd_at(vma->vm_mm, haddr, vmf->pmd, entry); in __do_huge_pmd_anonymous_page() 775 set_pmd_at(mm, haddr, pmd, entry); in set_huge_zero_page() 878 set_pmd_at(mm, addr, pmd, entry); in insert_pfn_pmd() 1113 set_pmd_at(src_mm, addr, src_pmd, pmd); in copy_huge_pmd() 1120 set_pmd_at(dst_mm, addr, dst_pmd, pmd); in copy_huge_pmd() 1166 set_pmd_at(dst_mm, addr, dst_pmd, pmd); in copy_huge_pmd() 1547 set_pmd_at(vma->vm_mm, haddr, vmf->pmd, pmd); in do_huge_pmd_numa_page() 1615 set_pmd_at(mm, addr, pmd, orig_pmd); in madvise_free_huge_pmd() 1761 set_pmd_at(mm, new_addr, new_pmd, pmd); in move_huge_pmd() 1825 set_pmd_at(mm, addr, pmd, newpmd); in change_huge_pmd() [all …]
|
D | pgtable-generic.c | 113 set_pmd_at(vma->vm_mm, address, pmdp, entry); in pmdp_set_access_flags()
|
D | debug_vm_pgtable.c | 256 set_pmd_at(args->mm, vaddr, args->pmdp, pmd); in pmd_advanced_tests() 268 set_pmd_at(args->mm, vaddr, args->pmdp, pmd); in pmd_advanced_tests() 281 set_pmd_at(args->mm, vaddr, args->pmdp, pmd); in pmd_advanced_tests()
|
D | madvise.c | 385 set_pmd_at(mm, addr, pmd, orig_pmd); in madvise_cold_or_pageout_pte_range()
|
D | rmap.c | 988 set_pmd_at(vma->vm_mm, address, pmd, entry); in page_vma_mkclean_one()
|
D | khugepaged.c | 1102 set_pmd_at(mm, address, pmd, _pmd); in collapse_huge_page()
|
D | memory.c | 4301 set_pmd_at(vma->vm_mm, haddr, vmf->pmd, entry); in do_set_pmd()
|
/linux-6.1.9/arch/arc/include/asm/ |
D | hugepage.h | 51 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
|
/linux-6.1.9/arch/loongarch/mm/ |
D | pgtable.c | 112 void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | pgtable_64.h | 797 void set_pmd_at(struct mm_struct *mm, unsigned long addr, 800 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function 898 set_pmd_at(mm, addr, pmdp, __pmd(0UL)); in pmdp_huge_get_and_clear()
|
/linux-6.1.9/include/linux/ |
D | pgtable.h | 233 set_pmd_at(vma->vm_mm, address, pmdp, pmd_mkold(pmd)); in pmdp_test_and_clear_young() 536 set_pmd_at(mm, address, pmdp, pmd_wrprotect(old_pmd)); in pmdp_set_wrprotect() 599 set_pmd_at(vma->vm_mm, address, pmdp, pmd); in generic_pmdp_establish()
|
/linux-6.1.9/arch/arm/include/asm/ |
D | pgtable-3level.h | 230 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
|
/linux-6.1.9/arch/sparc/mm/ |
D | tlb.c | 218 void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
|
/linux-6.1.9/arch/powerpc/mm/book3s64/ |
D | pgtable.c | 76 void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | pgtable.h | 232 extern void set_pmd_at(struct mm_struct *mm, unsigned long addr, pmd_t *pmdp, pmd_t pmd);
|
/linux-6.1.9/arch/mips/include/asm/ |
D | pgtable.h | 587 extern void set_pmd_at(struct mm_struct *mm, unsigned long addr,
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | pgtable.h | 644 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
|
/linux-6.1.9/fs/proc/ |
D | task_mmu.c | 1147 set_pmd_at(vma->vm_mm, addr, pmdp, pmd); in clear_soft_dirty_pmd() 1150 set_pmd_at(vma->vm_mm, addr, pmdp, pmd); in clear_soft_dirty_pmd()
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | pgtable.h | 531 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
|
/linux-6.1.9/arch/x86/include/asm/ |
D | pgtable.h | 1013 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
|
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 1191 extern void set_pmd_at(struct mm_struct *mm, unsigned long addr,
|
/linux-6.1.9/arch/s390/include/asm/ |
D | pgtable.h | 1643 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
|
/linux-6.1.9/fs/ |
D | dax.c | 1205 set_pmd_at(vmf->vma->vm_mm, pmd_addr, vmf->pmd, pmd_entry); in dax_pmd_load_hole()
|