Lines Matching refs:to_vmx
41 return to_vmx(vcpu)->nested.cached_vmcs12;
46 return to_vmx(vcpu)->nested.cached_shadow_vmcs12;
56 struct vcpu_vmx *vmx = to_vmx(vcpu);
65 struct vcpu_vmx *vmx = to_vmx(vcpu);
100 return vmx_misc_cr3_count(to_vmx(vcpu)->nested.msrs.misc_low);
110 return to_vmx(vcpu)->nested.msrs.misc_low &
116 return to_vmx(vcpu)->nested.msrs.misc_low & VMX_MISC_ZERO_LEN_INS;
121 return to_vmx(vcpu)->nested.msrs.procbased_ctls_high &
127 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;