Searched refs:ptep_xchg_lazy (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/s390/include/asm/ |
D | pgtable.h | 1122 pte_t ptep_xchg_lazy(struct mm_struct *, unsigned long, pte_t *, pte_t); 1147 res = ptep_xchg_lazy(mm, addr, ptep, __pte(_PAGE_INVALID)); in ptep_get_and_clear() 1190 res = ptep_xchg_lazy(mm, addr, ptep, __pte(_PAGE_INVALID)); in ptep_get_and_clear_full() 1218 ptep_xchg_lazy(mm, addr, ptep, pte_wrprotect(pte)); in ptep_set_wrprotect()
|
/linux-6.6.21/arch/s390/mm/ |
D | pgtable.c | 330 pte_t ptep_xchg_lazy(struct mm_struct *mm, unsigned long addr, in ptep_xchg_lazy() function 345 EXPORT_SYMBOL(ptep_xchg_lazy);
|