Home
last modified time | relevance | path

Searched refs:ptep_xchg_lazy (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dpgtable.h1057 pte_t ptep_xchg_lazy(struct mm_struct *, unsigned long, pte_t *, pte_t);
1082 res = ptep_xchg_lazy(mm, addr, ptep, __pte(_PAGE_INVALID)); in ptep_get_and_clear()
1123 res = ptep_xchg_lazy(mm, addr, ptep, __pte(_PAGE_INVALID)); in ptep_get_and_clear_full()
1137 ptep_xchg_lazy(mm, addr, ptep, pte_wrprotect(pte)); in ptep_set_wrprotect()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dpgtable.h1122 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()
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dpgtable.c305 pte_t ptep_xchg_lazy(struct mm_struct *mm, unsigned long addr, in ptep_xchg_lazy() function
320 EXPORT_SYMBOL(ptep_xchg_lazy); variable
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dpgtable.c330 pte_t ptep_xchg_lazy(struct mm_struct *mm, unsigned long addr, in ptep_xchg_lazy() function
345 EXPORT_SYMBOL(ptep_xchg_lazy); variable

Completed in 10 milliseconds