Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Darm_arch_timer.c1791 struct arm_smccc_res hvc_res; in kvm_arch_ptp_get_crosststamp() local
1804 ptp_counter, &hvc_res); in kvm_arch_ptp_get_crosststamp()
1806 if ((int)(hvc_res.a0) < 0) in kvm_arch_ptp_get_crosststamp()
1809 ktime = (u64)hvc_res.a0 << 32 | hvc_res.a1; in kvm_arch_ptp_get_crosststamp()
1812 *cycle = (u64)hvc_res.a2 << 32 | hvc_res.a3; in kvm_arch_ptp_get_crosststamp()