Home
last modified time | relevance | path

Searched refs:epdx (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/s390/kvm/
Dvsie.c551 scb_s->epdx = scb_o->epdx; in shadow_scb()
1242 scb_s->epdx += vcpu->kvm->arch.epdx; in register_shadow_scb()
1244 scb_s->epdx += 1; in register_shadow_scb()
Dkvm-s390.c283 scb->epdx += delta_idx; in kvm_clock_sync_scb()
285 scb->epdx += 1; in kvm_clock_sync_scb()
308 kvm->arch.epdx = vcpu->arch.sie_block->epdx; in kvm_clock_sync()
1306 gtod->epoch_idx = clk.ei + kvm->arch.epdx; in kvm_s390_get_tod_clock()
3565 vcpu->arch.sie_block->epdx = vcpu->kvm->arch.epdx; in kvm_arch_vcpu_postcreate()
4378 kvm->arch.epdx = 0; in __kvm_s390_set_tod_clock()
4380 kvm->arch.epdx = gtod->epoch_idx - clk.ei; in __kvm_s390_set_tod_clock()
4382 kvm->arch.epdx -= 1; in __kvm_s390_set_tod_clock()
4388 vcpu->arch.sie_block->epdx = kvm->arch.epdx; in __kvm_s390_set_tod_clock()
/linux-6.1.9/arch/s390/include/asm/
Dkvm_host.h281 __u8 epdx; /* 0x0069 */ member
976 u8 epdx; member