Searched refs:pmdp_huge_clear_flush (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/linux/ |
D | mmu_notifier.h | 397 ___pmd = pmdp_huge_clear_flush(__vma, __haddr, __pmd); \ 514 #define pmdp_huge_clear_flush_notify pmdp_huge_clear_flush
|
/Linux-v4.19/mm/ |
D | pgtable-generic.c | 123 pmd_t pmdp_huge_clear_flush(struct vm_area_struct *vma, unsigned long address, in pmdp_huge_clear_flush() function
|
D | rmap.c | 929 entry = pmdp_huge_clear_flush(vma, address, pmd); in page_mkclean_one()
|
D | huge_memory.c | 2039 pmdp_huge_clear_flush(vma, haddr, pmd); in __split_huge_zero_page_pmd()
|
/Linux-v4.19/include/asm-generic/ |
D | pgtable.h | 212 extern pmd_t pmdp_huge_clear_flush(struct vm_area_struct *vma,
|
/Linux-v4.19/arch/s390/include/asm/ |
D | pgtable.h | 1507 static inline pmd_t pmdp_huge_clear_flush(struct vm_area_struct *vma, in pmdp_huge_clear_flush() function
|
/Linux-v4.19/fs/ |
D | dax.c | 913 pmd = pmdp_huge_clear_flush(vma, address, pmdp); in dax_mapping_entry_mkclean()
|