Home
last modified time | relevance | path

Searched refs:epoch_idx (Results 1 – 2 of 2) sorted by relevance

/arch/s390/include/uapi/asm/
Dkvm.h91 __u8 epoch_idx; member
/arch/s390/kvm/
Dkvm-s390.c1129 if (!test_kvm_facility(kvm, 139) && gtod.epoch_idx) in kvm_s390_set_tod_ext()
1134 gtod.epoch_idx, gtod.tod); in kvm_s390_set_tod_ext()
1214 gtod->epoch_idx = 0; in kvm_s390_get_tod_clock()
1216 gtod->epoch_idx = clk.ei + kvm->arch.epdx; in kvm_s390_get_tod_clock()
1218 gtod->epoch_idx += 1; in kvm_s390_get_tod_clock()
1234 gtod.epoch_idx, gtod.tod); in kvm_s390_get_tod_ext()
3943 kvm->arch.epdx = gtod->epoch_idx - clk.ei; in __kvm_s390_set_tod_clock()