Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/
H A Dhyperv.c1588 hv_vcpu->runtime_offset = data - current_task_runtime_100ns(); in kvm_hv_set_msr()
1708 data = current_task_runtime_100ns() + hv_vcpu->runtime_offset; in kvm_hv_get_msr()
/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h676 s64 runtime_offset; member