Searched refs:host_pat (Results 1 - 1 of 1) sorted by relevance

/arch/x86/kvm/
H A Dvmx.c4475 u64 host_pat; local
4477 host_pat = msr_low | ((u64) msr_high << 32);
4479 vmcs_write64(GUEST_IA32_PAT, host_pat);
4481 vmx->vcpu.arch.pat = host_pat;

Completed in 22 milliseconds