Searched refs:pmdp_huge_get_and_clear (Results 1 – 9 of 9) sorted by relevance
/linux/mm/ |
H A D | pgtable-generic.c | 144 pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_huge_clear_flush() 229 pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_collapse_flush()
|
H A D | debug_vm_pgtable.c | 236 pmdp_huge_get_and_clear(args->mm, vaddr, args->pmdp); in pmd_advanced_tests() 263 pmdp_huge_get_and_clear(args->mm, vaddr, args->pmdp); in pmd_advanced_tests()
|
H A D | huge_memory.c | 2252 pmd = pmdp_huge_get_and_clear(mm, old_addr, old_pmd); in move_huge_pmd()
|
/linux/arch/riscv/mm/ |
H A D | pgtable.c | 142 pmd_t pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_collapse_flush()
|
/linux/arch/s390/include/asm/ |
H A D | pgtable.h | 1827 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function 1850 return pmdp_huge_get_and_clear(vma->vm_mm, addr, pmdp); in pmdp_huge_clear_flush() 1878 return pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_collapse_flush()
|
/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 744 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, function
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 824 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
|
/linux/arch/sparc/include/asm/ |
H A D | pgtable_64.h | 916 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 1304 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
|