Searched refs:ptep_get_and_clear_full (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/mm/ |
H A D | arch_pgtable_helpers.rst | 73 | ptep_get_and_clear_full | Clears and returns PTE (batched PTE unmap) |
|
/linux/mm/ |
H A D | debug_vm_pgtable.c | 150 ptep_get_and_clear_full(args->mm, args->vaddr, args->ptep, 1); in pte_advanced_tests() 162 ptep_get_and_clear_full(args->mm, args->vaddr, args->ptep, 1); in pte_advanced_tests()
|
H A D | memory.c | 1566 ptep_get_and_clear_full(mm, addr, pte, tlb->fullmm); in zap_present_ptes()
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 425 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, in ptep_get_and_clear_full() function
|
/linux/arch/s390/include/asm/ |
H A D | pgtable.h | 1271 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, in ptep_get_and_clear_full() function
|