Searched refs:pmdp_huge_get_and_clear (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/mm/ |
A D | pgtable-generic.c | 141 pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_huge_clear_flush() 224 pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_collapse_flush()
|
A D | debug_vm_pgtable.c | 247 pmdp_huge_get_and_clear(args->mm, vaddr, args->pmdp); in pmd_advanced_tests() 274 pmdp_huge_get_and_clear(args->mm, vaddr, args->pmdp); in pmd_advanced_tests()
|
A D | huge_memory.c | 1787 pmd = pmdp_huge_get_and_clear(mm, old_addr, old_pmd); in move_huge_pmd()
|
/linux-6.3-rc2/arch/riscv/mm/ |
A D | pgtable.c | 88 pmd_t pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_collapse_flush()
|
/linux-6.3-rc2/arch/powerpc/mm/book3s64/ |
A D | pgtable.c | 139 pmd = pmdp_huge_get_and_clear(vma->vm_mm, addr, pmdp); in pmdp_huge_get_and_clear_full()
|
/linux-6.3-rc2/include/linux/ |
A D | pgtable.h | 407 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function 440 return pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_huge_get_and_clear_full()
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | pgtable.h | 1725 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function 1748 return pmdp_huge_get_and_clear(vma->vm_mm, addr, pmdp); in pmdp_huge_clear_flush() 1774 return pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_collapse_flush()
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | pgtable.h | 571 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable.h | 700 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | pgtable.h | 723 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, function
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgtable_64.h | 896 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable.h | 1238 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | pgtable.h | 948 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgtable.h | 1130 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, unsigned long addr, in pmdp_huge_get_and_clear() function
|
Completed in 42 milliseconds