Searched refs:clog (Results 1 – 1 of 1) sorted by relevance
46 struct kvm_s390_cmma_log clog = { in kvm_s390_stattrib_read_helper() local53 r = kvm_vm_ioctl(kvm_state, KVM_S390_GET_CMMA_BITS, &clog); in kvm_s390_stattrib_read_helper()59 *start_gfn = clog.start_gfn; in kvm_s390_stattrib_read_helper()60 sas->still_dirty = clog.remaining; in kvm_s390_stattrib_read_helper()61 return clog.count; in kvm_s390_stattrib_read_helper()111 struct kvm_s390_cmma_log clog = { in kvm_s390_stattrib_synchronize() local118 clog.start_gfn = cx; in kvm_s390_stattrib_synchronize()119 clog.count = len; in kvm_s390_stattrib_synchronize()120 clog.values = (uint64_t)(sas->incoming_buffer + cx); in kvm_s390_stattrib_synchronize()128 clog.start_gfn = cx; in kvm_s390_stattrib_synchronize()[all …]