Searched refs:pte_xchg (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/ |
D | pgtable-types.h | 62 static inline bool pte_xchg(pte_t *ptep, pte_t old, pte_t new) in pte_xchg() function
|
D | pgtable-be-types.h | 86 static inline bool pte_xchg(pte_t *ptep, pte_t old, pte_t new) in pte_xchg() function
|
D | kvm_book3s_64.h | 340 if (pte_xchg(ptep, old_pte, new_pte)) in kvmppc_read_update_linux_pte()
|
/Linux-v4.19/arch/powerpc/mm/ |
D | hash64_64k.c | 69 } while (!pte_xchg(ptep, __pte(old_pte), __pte(new_pte))); in __hash_page_4K() 261 } while (!pte_xchg(ptep, __pte(old_pte), __pte(new_pte))); in __hash_page_64K()
|
D | hugetlbpage-hash64.c | 63 } while(!pte_xchg(ptep, __pte(old_pte), __pte(new_pte))); in __hash_page_huge()
|
D | hash64_4k.c | 51 } while (!pte_xchg(ptep, __pte(old_pte), __pte(new_pte))); in __hash_page_4K()
|