Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/x86/
H A Datomic.h63 } atomic64_t; typedef
73 static inline u64 atomic64_read(atomic64_t *ptr) in atomic64_read()
93 u64 atomic64_cmpxchg(atomic64_t *v, u64 old, u64 new);
148 } atomic64_t; typedef
159 static inline long atomic64_read(const atomic64_t *v) in atomic64_read()
164 u64 atomic64_cmpxchg(atomic64_t *v, u64 old, u64 new);
H A Datomic.c6 u64 atomic64_cmpxchg(atomic64_t *v, u64 old, u64 new) in atomic64_cmpxchg()
23 u64 atomic64_cmpxchg(atomic64_t *v, u64 old, u64 new) in atomic64_cmpxchg()
/kvm-unit-tests/x86/
H A Ddebug.c422 atomic64_t *val = (atomic64_t *)&buffer[60]; in bus_lock()
H A Dkvmclock.c15 static atomic64_t last_value = ATOMIC64_INIT(0);