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.c1307 * folio_zero_user writes become visible before the set_pmd_at() in __thp_get_unmapped_area()
1323 set_pmd_at(vma->vm_mm, haddr, pmd, entry); in thp_get_unmapped_area_vmflags()
1472 set_pmd_at(mm, haddr, pmd, entry); in do_huge_pmd_device_private()
1602 set_pmd_at(mm, addr, pmd, entry);
1827 set_pmd_at(src_mm, addr, src_pmd, pmd); in vmf_insert_folio_pud()
1841 set_pmd_at(src_mm, addr, src_pmd, pmd);
1861 set_pmd_at(dst_mm, addr, dst_pmd, pmd); in touch_pmd()
1960 set_pmd_at(dst_mm, addr, dst_pmd, pmd); in copy_huge_pmd()
2267 set_pmd_at(vma->vm_mm, haddr, vmf->pmd, pmd); in do_huge_pmd_numa_page()
2338 set_pmd_at(m
[all...]
H A Dmigrate_device.c880 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.c5532 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.c140 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.h967 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pud_at()
957 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, 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.h1738 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, in pmdp_huge_get_and_clear_full()
1711 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, 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