Searched refs:pte_xchg (Results 1 – 6 of 6) sorted by relevance
/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_64k.c | 71 } while (!pte_xchg(ptep, __pte(old_pte), __pte(new_pte))); in __hash_page_4K() 266 } while (!pte_xchg(ptep, __pte(old_pte), __pte(new_pte))); in __hash_page_64K()
|
H A D | hash_4k.c | 53 } while (!pte_xchg(ptep, __pte(old_pte), __pte(new_pte))); in __hash_page_4K()
|
H A D | hugetlbpage.c | 74 } while(!pte_xchg(ptep, __pte(old_pte), __pte(new_pte))); in __hash_page_huge()
|
/linux/arch/powerpc/include/asm/ |
H A D | pgtable-types.h | 87 static inline bool pte_xchg(pte_t *ptep, pte_t old, pte_t new) in pte_xchg() function
|
H A D | pgtable-be-types.h | 81 static inline bool pte_xchg(pte_t *ptep, pte_t old, pte_t new) in pte_xchg() function
|
H A D | kvm_book3s_64.h | 446 if (pte_xchg(ptep, old_pte, new_pte)) in kvmppc_read_update_linux_pte()
|