Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/arch/x86/core/
Dx86_mmu.c805 static inline bool atomic_pte_cas(pentry_t *target, pentry_t old_value, in atomic_pte_cas() function
825 static inline bool atomic_pte_cas(pentry_t *target, pentry_t old_value, in atomic_pte_cas() function
910 } while (atomic_pte_cas(pte, old_val, new_val) == false); in pte_atomic_update()