Searched refs:CMPXCHG (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/kvm/s390x/ |
| D | memop.c | 29 CMPXCHG, enumerator 84 if (desc->mode == CMPXCHG) { in ksmo_from_desc() 334 MOP(test->vm, ABSOLUTE, CMPXCHG, new + offset, in default_cmpxchg() 347 MOP(test->vm, ABSOLUTE, CMPXCHG, new + offset, in default_cmpxchg() 660 MOP(t.vm, ABSOLUTE, CMPXCHG, &new, in test_cmpxchg_key_concurrent() 669 MOP(t.vm, ABSOLUTE, CMPXCHG, quad_to_char(&new, size), in test_cmpxchg_key_concurrent() 777 ERR_PROT_MOP(t.vm, ABSOLUTE, CMPXCHG, mem2, i, GADDR_V(mem2), in test_errors_cmpxchg_key() 1032 rv = ERR_MOP(t.vm, ABSOLUTE, CMPXCHG, mem1, i, GADDR_V(mem1), in test_errors_cmpxchg() 1038 rv = ERR_MOP(t.vm, ABSOLUTE, CMPXCHG, mem1, i, GADDR((void *)~0xfffUL), in test_errors_cmpxchg() 1043 rv = ERR_MOP(t.vm, ABSOLUTE, CMPXCHG, mem1, i, GADDR_V(mem1 + 1), in test_errors_cmpxchg()
|
| /Linux-v6.6/Documentation/locking/ |
| D | rt-mutex-design.rst | 337 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
|
| /Linux-v6.6/Documentation/ |
| D | atomic_t.txt | 116 will invalidate a LL/SC or fail a CMPXCHG. 276 CMPXCHG vs TRY_CMPXCHG
|
| /Linux-v6.6/arch/x86/lib/ |
| D | x86-opcode-map.txt | 527 b0: CMPXCHG Eb,Gb 528 b1: CMPXCHG Ev,Gv
|
| /Linux-v6.6/tools/arch/x86/lib/ |
| D | x86-opcode-map.txt | 527 b0: CMPXCHG Eb,Gb 528 b1: CMPXCHG Ev,Gv
|