Searched refs:ptep_get_and_clear_full (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| A D | pgtable.h | 651 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, in ptep_get_and_clear_full() function 684 pte = ptep_get_and_clear_full(mm, addr, ptep, full); in get_and_clear_full_ptes() 688 tmp_pte = ptep_get_and_clear_full(mm, addr, ptep, full); in get_and_clear_full_ptes() 721 ptep_get_and_clear_full(mm, addr, ptep, full); in clear_full_ptes()
|
| /linux/Documentation/mm/ |
| A D | arch_pgtable_helpers.rst | 73 | ptep_get_and_clear_full | Clears and returns PTE (batched PTE unmap) |
|
| /linux/mm/ |
| 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()
|
| A D | memory.c | 1552 ptep_get_and_clear_full(mm, addr, pte, tlb->fullmm); in zap_present_ptes()
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| 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/x86/include/asm/ |
| A D | pgtable.h | 1326 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/ |
| A D | pgtable.h | 1234 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, in ptep_get_and_clear_full() function
|
Completed in 45 milliseconds