Home
last modified time | relevance | path

Searched refs:set_pmd_at (Results 1 – 17 of 17) sorted by relevance

/linux/arch/mips/mm/
H A Dpgtable-32.c34 void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
H A Dpgtable-64.c93 void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
/linux/mm/
H A Dhuge_memory.c1385 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 Dmigrate_device.c883 set_pmd_at(vma->vm_mm, addr, pmdp, entry); in migrate_vma_insert_huge_pmd_page()
H A Dmadvise.c424 set_pmd_at(mm, addr, pmd, orig_pmd); in madvise_cold_or_pageout_pte_range()
H A Drmap.c1163 set_pmd_at(vma->vm_mm, address, pmd, entry); in page_vma_mkclean_one()
H A Dmemory.c5565 set_pmd_at(vma->vm_mm, haddr, vmf->pmd, entry); in do_set_pmd()
/linux/arch/arc/include/asm/
H A Dhugepage.h56 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
/linux/arch/loongarch/mm/
H A Dpgtable.c139 void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at() function
H A Dinit.c143 set_pmd_at(&init_mm, addr, pmd, entry); in vmemmap_set_pmd()
/linux/arch/arm/include/asm/
H A Dpgtable-3level.h230 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 Dpgtable.h277 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 Dpgtable.h957 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 Dpgtable.h1109 extern void set_pmd_at(struct mm_struct *mm, unsigned long addr,
/linux/arch/x86/include/asm/
H A Dpgtable.h1206 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 Dpgtable.h1711 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 Dpgtable.h722 #define set_pmd_at(mm, addr, pmdp, pmd) __set_pmds(mm, addr, pmdp, pmd, 1) macro