Lines Matching refs:to_vmx
42 return to_vmx(vcpu)->nested.cached_vmcs12;
47 return to_vmx(vcpu)->nested.cached_shadow_vmcs12;
57 struct vcpu_vmx *vmx = to_vmx(vcpu);
71 struct vcpu_vmx *vmx = to_vmx(vcpu);
105 return vmx_misc_cr3_count(to_vmx(vcpu)->nested.msrs.misc_low);
115 return to_vmx(vcpu)->nested.msrs.misc_low &
121 return to_vmx(vcpu)->nested.msrs.misc_low & VMX_MISC_ZERO_LEN_INS;
126 return to_vmx(vcpu)->nested.msrs.procbased_ctls_high &
132 return to_vmx(vcpu)->nested.msrs.secondary_ctls_high &
258 u64 fixed0 = to_vmx(vcpu)->nested.msrs.cr0_fixed0;
259 u64 fixed1 = to_vmx(vcpu)->nested.msrs.cr0_fixed1;
262 if (to_vmx(vcpu)->nested.msrs.secondary_ctls_high &
272 u64 fixed0 = to_vmx(vcpu)->nested.msrs.cr0_fixed0;
273 u64 fixed1 = to_vmx(vcpu)->nested.msrs.cr0_fixed1;
280 u64 fixed0 = to_vmx(vcpu)->nested.msrs.cr4_fixed0;
281 u64 fixed1 = to_vmx(vcpu)->nested.msrs.cr4_fixed1;