Searched refs:epdx (Results 1 – 3 of 3) sorted by relevance
599 scb_s->epdx = scb_o->epdx; in shadow_scb()1324 scb_s->epdx += vcpu->kvm->arch.epdx; in register_shadow_scb()1326 scb_s->epdx += 1; in register_shadow_scb()
289 scb->epdx += delta_idx; in kvm_clock_sync_scb()291 scb->epdx += 1; in kvm_clock_sync_scb()314 kvm->arch.epdx = vcpu->arch.sie_block->epdx; in kvm_clock_sync()1345 gtod->epoch_idx = clk.ei + kvm->arch.epdx; in kvm_s390_get_tod_clock()3517 vcpu->arch.sie_block->epdx = vcpu->kvm->arch.epdx; in kvm_arch_vcpu_postcreate()4352 kvm->arch.epdx = 0; in __kvm_s390_set_tod_clock()4354 kvm->arch.epdx = gtod->epoch_idx - clk.ei; in __kvm_s390_set_tod_clock()4356 kvm->arch.epdx -= 1; in __kvm_s390_set_tod_clock()4362 vcpu->arch.sie_block->epdx = kvm->arch.epdx; in __kvm_s390_set_tod_clock()
669 u8 epdx; member