Searched refs:CMPXCHG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/s390x/ |
H A D | memop.c | 29 CMPXCHG, enumerator 84 if (desc->mode == CMPXCHG) { in ksmo_from_desc() 148 printf("ABSOLUTE, CMPXCHG, "); in print_memop() 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, mem in test_errors_cmpxchg() [all...] |
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
H A D | paging_tmpl.h | 37 #define CMPXCHG "cmpxchgq" macro 54 #define CMPXCHG "cmpxchgl" macro 68 #define CMPXCHG "cmpxchgq" macro 156 #ifdef CMPXCHG in cmpxchg_gpte() 157 asm volatile("1:" LOCK_PREFIX CMPXCHG " %[new], %[ptr]\n" in cmpxchg_gpte() 1104 #undef CMPXCHG macro
|
Completed in 5 milliseconds