Searched refs:cmpxchg_guest_abs_with_key (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | gaccess.h | 209 int cmpxchg_guest_abs_with_key(struct kvm *kvm, gpa_t gpa, int len, __uint128_t *old,
|
H A D | gaccess.c | 1165 * cmpxchg_guest_abs_with_key() - Perform cmpxchg on guest absolute address. 1171 * the exchange will succeed. After calling cmpxchg_guest_abs_with_key() 1188 int cmpxchg_guest_abs_with_key(struct kvm *kvm, gpa_t gpa, int len, in cmpxchg_guest_abs_with_key() function
|
H A D | kvm-s390.c | 2932 * of two is not necessary, as cmpxchg_guest_abs_with_key in kvm_s390_vm_mem_op_cmpxchg() 2949 r = cmpxchg_guest_abs_with_key(kvm, mop->gaddr, mop->size, &old.quad, in kvm_s390_vm_mem_op_cmpxchg()
|
Completed in 10 milliseconds