Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/kvm/
H A Dkvm_s390x.h32 int kvm_s390_get_clock(uint8_t *tod_high, uint64_t *tod_clock);
H A Dkvm.c706 int kvm_s390_get_clock(uint8_t *tod_high, uint64_t *tod_low) in kvm_s390_get_clock() function
/openbmc/qemu/hw/s390x/
H A Dtod-kvm.c25 r = kvm_s390_get_clock(&tod->high, &tod->low); in kvm_s390_get_tod_raw()