Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h37 #define CMPXCHG "cmpxchgq" macro
54 #define CMPXCHG "cmpxchgl" macro
68 #define CMPXCHG "cmpxchgq" macro
156 #ifdef CMPXCHG in FNAME()
157 asm volatile("1:" LOCK_PREFIX CMPXCHG " %[new], %[ptr]\n" in FNAME()
1104 #undef CMPXCHG
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Drt-mutex-design.rst337 the architecture does not support CMPXCHG, then this macro is simply set
338 to fail every time. But if CMPXCHG is supported, then this will
424 done when we have CMPXCHG enabled (otherwise the fast taking automatically
426 taken with the CMPXCHG and nothing else needs to be done.
441 does not implement CMPXCHG would always grab the lock (if there's no
518 CMPXCHG. Since the taking of a mutex on contention always sets the
524 If the owner field has the "Has Waiters" bit set (or CMPXCHG is not available),
531 do not have CMPXCHG, this is the location that the owner of the mutex will
533 do have CMPXCHG, that check is done in the fast path, but it is still needed
535 or timeout between the time the owner failed the fast path CMPXCHG check and
/OK3568_Linux_fs/kernel/Documentation/
H A Datomic_t.txt116 will invalidate a LL/SC or fail a CMPXCHG.
/OK3568_Linux_fs/kernel/tools/arch/x86/lib/
H A Dx86-opcode-map.txt527 b0: CMPXCHG Eb,Gb
528 b1: CMPXCHG Ev,Gv
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dx86-opcode-map.txt527 b0: CMPXCHG Eb,Gb
528 b1: CMPXCHG Ev,Gv