Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dhash_64k.c69 } 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()
H A Dhash_4k.c51 } while (!pte_xchg(ptep, __pte(old_pte), __pte(new_pte))); in __hash_page_4K()
H A Dhash_hugetlbpage.c67 } while(!pte_xchg(ptep, __pte(old_pte), __pte(new_pte))); in __hash_page_huge()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpgtable-types.h61 static inline bool pte_xchg(pte_t *ptep, pte_t old, pte_t new) in pte_xchg() function
H A Dpgtable-be-types.h81 static inline bool pte_xchg(pte_t *ptep, pte_t old, pte_t new) in pte_xchg() function
H A Dkvm_book3s_64.h445 if (pte_xchg(ptep, old_pte, new_pte)) in kvmppc_read_update_linux_pte()