Searched refs:ptep_xchg_lazy (Results 1 – 2 of 2) sorted by relevance
/arch/s390/include/asm/ |
D | pgtable.h | 1057 pte_t ptep_xchg_lazy(struct mm_struct *, unsigned long, pte_t *, pte_t); 1080 return ptep_xchg_lazy(mm, addr, ptep, __pte(_PAGE_INVALID)); in ptep_get_and_clear() 1112 return ptep_xchg_lazy(mm, addr, ptep, __pte(_PAGE_INVALID)); in ptep_get_and_clear_full() 1122 ptep_xchg_lazy(mm, addr, ptep, pte_wrprotect(pte)); in ptep_set_wrprotect()
|
/arch/s390/mm/ |
D | pgtable.c | 287 pte_t ptep_xchg_lazy(struct mm_struct *mm, unsigned long addr, in ptep_xchg_lazy() function 302 EXPORT_SYMBOL(ptep_xchg_lazy);
|