| /linux/arch/mips/mm/ |
| H A D | pgtable-32.c | 34 void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
|
| H A D | pgtable-64.c | 93 void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
|
| /linux/mm/ |
| H A D | huge_memory.c | 1385 set_pmd_at(vma->vm_mm, haddr, pmd, entry); in map_anon_folio_pmd_nopf() 1534 set_pmd_at(mm, haddr, pmd, entry); in set_huge_zero_folio() 1664 set_pmd_at(mm, addr, pmd, entry); in insert_pmd() 1889 set_pmd_at(src_mm, addr, src_pmd, pmd); in copy_huge_non_present_pmd() 1903 set_pmd_at(src_mm, addr, src_pmd, pmd); in copy_huge_non_present_pmd() 1923 set_pmd_at(dst_mm, addr, dst_pmd, pmd); in copy_huge_non_present_pmd() 2022 set_pmd_at(dst_mm, addr, dst_pmd, pmd); in copy_huge_pmd() 2329 set_pmd_at(vma->vm_mm, haddr, vmf->pmd, pmd); in do_huge_pmd_numa_page() 2400 set_pmd_at(mm, addr, pmd, orig_pmd); in madvise_free_huge_pmd() 2606 set_pmd_at(mm, new_addr, new_pmd, pmd); in move_huge_pmd() [all …]
|
| H A D | migrate_device.c | 883 set_pmd_at(vma->vm_mm, addr, pmdp, entry); in migrate_vma_insert_huge_pmd_page()
|
| H A D | madvise.c | 424 set_pmd_at(mm, addr, pmd, orig_pmd); in madvise_cold_or_pageout_pte_range()
|
| H A D | rmap.c | 1163 set_pmd_at(vma->vm_mm, address, pmd, entry); in page_vma_mkclean_one()
|
| H A D | memory.c | 5565 set_pmd_at(vma->vm_mm, haddr, vmf->pmd, entry); in do_set_pmd()
|
| /linux/arch/arc/include/asm/ |
| H A D | hugepage.h | 56 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
|
| /linux/arch/loongarch/mm/ |
| H A D | pgtable.c | 139 void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
|
| H A D | init.c | 143 set_pmd_at(&init_mm, addr, pmd, entry); in vmemmap_set_pmd()
|
| /linux/arch/arm/include/asm/ |
| H A D | pgtable-3level.h | 230 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
|
| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 277 extern void set_pmd_at(struct mm_struct *mm, unsigned long addr, pmd_t *pmdp, pmd_t pmd);
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 957 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 1109 extern void set_pmd_at(struct mm_struct *mm, unsigned long addr,
|
| /linux/arch/x86/include/asm/ |
| H A D | pgtable.h | 1206 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
|
| /linux/arch/s390/include/asm/ |
| H A D | pgtable.h | 1711 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 722 #define set_pmd_at(mm, addr, pmdp, pmd) __set_pmds(mm, addr, pmdp, pmd, 1) macro
|