Searched refs:guest_bndcfgs (Results 1 – 5 of 5) sorted by relevance
63 u64 guest_bndcfgs; member253 CHECK_OFFSET(guest_bndcfgs, 248); in vmx_check_vmcs12_offsets()
63 FIELD64(GUEST_BNDCFGS, guest_bndcfgs),
126 EVMCS1_FIELD(GUEST_BNDCFGS, guest_bndcfgs,
1604 vmcs12->guest_bndcfgs = evmcs->guest_bndcfgs; in copy_enlightened_to_vmcs12()1814 evmcs->guest_bndcfgs = vmcs12->guest_bndcfgs; in copy_vmcs12_to_enlightened()2263 vmcs_write64(GUEST_BNDCFGS, vmcs12->guest_bndcfgs); in prepare_vmcs02_rare()2825 (CC(is_noncanonical_address(vmcs12->guest_bndcfgs & PAGE_MASK, vcpu)) || in nested_vmx_check_guest_state()2826 CC((vmcs12->guest_bndcfgs & MSR_IA32_BNDCFGS_RSVD)))) in nested_vmx_check_guest_state()3622 vmcs12->guest_bndcfgs = vmcs_read64(GUEST_BNDCFGS); in sync_vmcs02_to_vmcs12_rare()
736 u64 guest_bndcfgs; member