Searched refs:pmdp_invalidate (Results 1 – 9 of 9) sorted by relevance
/linux/mm/ |
H A D | pgtable-generic.c | 197 pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address, in pmdp_invalidate() function 212 return pmdp_invalidate(vma, address, pmdp); in pmdp_invalidate_ad()
|
H A D | huge_memory.c | 2157 pmdp_invalidate(vma, addr, pmd); in madvise_free_huge_pmd() 2940 old_pmd = pmdp_invalidate(vma, haddr, pmd); in __split_huge_pmd_locked() 4606 pmdval = pmdp_invalidate(vma, address, pvmw->pmd); in set_pmd_migration_entry()
|
H A D | madvise.c | 423 pmdp_invalidate(vma, addr, pmd); in madvise_cold_or_pageout_pte_range()
|
/linux/arch/sparc/mm/ |
H A D | tlb.c | 250 pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address, in pmdp_invalidate() function
|
/linux/arch/powerpc/mm/book3s64/ |
H A D | pgtable.c | 179 pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address, in pmdp_invalidate() function
|
/linux/arch/sparc/include/asm/ |
H A D | pgtable_64.h | 990 extern pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address,
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 823 * and _PAGE_INVALID is set (see pmd_present, pmdp_invalidate). in pmd_is_serializing() 1062 * pmdp_invalidate sets this combination (which is not caught by in pmd_access_permitted() 1179 * invalid (pmdp_invalidate()) before we set it with pte page 1340 extern pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address,
|
/linux/include/linux/ |
H A D | pgtable.h | 1047 extern pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address, 1056 * pmdp_invalidate(), but should only be used if the access and dirty bits would
|
/linux/fs/proc/ |
H A D | task_mmu.c | 1571 old = pmdp_invalidate(vma, addr, pmdp); in clear_soft_dirty_pmd()
|