Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dvmx.c5077 u32 data_low, data_high; in vmx_vcpu_setup() local
5080 if (rdmsr_safe(index, &data_low, &data_high) < 0) in vmx_vcpu_setup()
5082 if (wrmsr_safe(index, data_low, data_high) < 0) in vmx_vcpu_setup()