Searched refs:ptep_get_and_clear_full (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | debug_vm_pgtable.c | 121 ptep_get_and_clear_full(mm, vaddr, ptep, 1); in pte_advanced_tests() 132 ptep_get_and_clear_full(mm, vaddr, ptep, 1); in pte_advanced_tests()
|
H A D | madvise.c | 453 ptent = ptep_get_and_clear_full(mm, addr, pte, in madvise_cold_or_pageout_pte_range() 686 ptent = ptep_get_and_clear_full(mm, addr, pte, in madvise_free_pte_range()
|
H A D | memory.c | 1275 ptent = ptep_get_and_clear_full(mm, addr, pte, in zap_pte_range()
|
/kernel/linux/linux-6.6/mm/ |
H A D | debug_vm_pgtable.c | 164 ptep_get_and_clear_full(args->mm, args->vaddr, args->ptep, 1); in pte_advanced_tests() 176 ptep_get_and_clear_full(args->mm, args->vaddr, args->ptep, 1); in pte_advanced_tests()
|
H A D | madvise.c | 500 ptent = ptep_get_and_clear_full(mm, addr, pte, in madvise_cold_or_pageout_pte_range() 738 ptent = ptep_get_and_clear_full(mm, addr, pte, in madvise_free_pte_range()
|
H A D | memory.c | 1437 ptent = ptep_get_and_clear_full(mm, addr, pte, in zap_pte_range()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pgtable.h | 307 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, in ptep_get_and_clear_full() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pgtable.h | 547 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, in ptep_get_and_clear_full() function
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | pgtable.h | 1084 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, in ptep_get_and_clear_full() function
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | pgtable.h | 1106 * The batched pte unmap code uses ptep_get_and_clear_full to clear the 1113 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, in ptep_get_and_clear_full() function
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 467 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, in ptep_get_and_clear_full() function
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 440 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, in ptep_get_and_clear_full() function
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | pgtable.h | 1290 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, in ptep_get_and_clear_full() function
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | pgtable.h | 1173 * The batched pte unmap code uses ptep_get_and_clear_full to clear the 1180 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, in ptep_get_and_clear_full() function
|
Completed in 42 milliseconds