Searched refs:ptep_xchg_lazy (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/s390/include/asm/ |
H A D | pgtable.h | 1132 pte_t ptep_xchg_lazy(struct mm_struct *, unsigned long, pte_t *, pte_t); 1157 res = ptep_xchg_lazy(mm, addr, ptep, __pte(_PAGE_INVALID)); in ptep_get_and_clear() 1200 res = ptep_xchg_lazy(mm, addr, ptep, __pte(_PAGE_INVALID)); in ptep_get_and_clear_full() 1228 ptep_xchg_lazy(mm, addr, ptep, pte_wrprotect(pte)); in ptep_set_wrprotect()
|
/openbmc/linux/arch/s390/mm/ |
H A 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);
|