Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/
Dhyperv.c1508 hv_vcpu->runtime_offset = data - current_task_runtime_100ns(); in kvm_hv_set_msr()
1626 data = current_task_runtime_100ns() + hv_vcpu->runtime_offset; in kvm_hv_get_msr()
/Linux-v5.15/arch/x86/include/asm/
Dkvm_host.h579 s64 runtime_offset; member