Home
last modified time | relevance | path

Searched refs:pte_xchg (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/include/asm/
Dpgtable-types.h61 static inline bool pte_xchg(pte_t *ptep, pte_t old, pte_t new) in pte_xchg() function
Dpgtable-be-types.h85 static inline bool pte_xchg(pte_t *ptep, pte_t old, pte_t new) in pte_xchg() function
Dkvm_book3s_64.h252 if (pte_xchg(ptep, old_pte, new_pte)) in kvmppc_read_update_linux_pte()
/arch/powerpc/mm/
Dhash64_64k.c82 } while (!pte_xchg(ptep, __pte(old_pte), __pte(new_pte))); in __hash_page_4K()
257 } while (!pte_xchg(ptep, __pte(old_pte), __pte(new_pte))); in __hash_page_64K()
Dhugetlbpage-hash64.c61 } while(!pte_xchg(ptep, __pte(old_pte), __pte(new_pte))); in __hash_page_huge()
Dhash64_4k.c50 } while (!pte_xchg(ptep, __pte(old_pte), __pte(new_pte))); in __hash_page_4K()
/arch/powerpc/include/asm/book3s/64/
Dradix.h124 } while (!pte_xchg(ptep, __pte(old_pte), __pte(new_pte))); in __radix_pte_update()