Searched refs:ptep_get_and_clear_full (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dpgtable.h601 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, function
620 * loop over ptep_get_and_clear_full(), merging dirty/accessed bits into the
634 pte = ptep_get_and_clear_full(mm, addr, ptep, full);
638 tmp_pte = ptep_get_and_clear_full(mm, addr, ptep, full);
659 * loop over ptep_get_and_clear_full().
671 ptep_get_and_clear_full(mm, addr, ptep, full);
/linux-master/mm/
H A Dmadvise.c494 ptent = ptep_get_and_clear_full(mm, addr, pte,
732 ptent = ptep_get_and_clear_full(mm, addr, pte,
H A Ddebug_vm_pgtable.c164 ptep_get_and_clear_full(args->mm, args->vaddr, args->ptep, 1);
176 ptep_get_and_clear_full(args->mm, args->vaddr, args->ptep, 1);
H A Dmemory.c1536 ptep_get_and_clear_full(mm, addr, pte, tlb->fullmm);
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h423 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, function
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1284 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, function
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1175 * The batched pte unmap code uses ptep_get_and_clear_full to clear the
1182 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, function

Completed in 247 milliseconds