Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h63 u64 guest_bndcfgs; member
253 CHECK_OFFSET(guest_bndcfgs, 248); in vmx_check_vmcs12_offsets()
H A Dhyperv_evmcs.c123 EVMCS1_FIELD(GUEST_BNDCFGS, guest_bndcfgs,
H A Dvmcs12.c65 FIELD64(GUEST_BNDCFGS, guest_bndcfgs),
H A Dnested.c1883 vmcs12->guest_bndcfgs = evmcs->guest_bndcfgs; in copy_enlightened_to_vmcs12()
2107 evmcs->guest_bndcfgs = vmcs12->guest_bndcfgs; in copy_vmcs12_to_enlightened()
2626 vmcs_write64(GUEST_BNDCFGS, vmcs12->guest_bndcfgs); in prepare_vmcs02_rare()
3362 (CC(is_noncanonical_msr_address(vmcs12->guest_bndcfgs & PAGE_MASK, vcpu)) || in nested_vmx_check_guest_state()
3363 CC((vmcs12->guest_bndcfgs & MSR_IA32_BNDCFGS_RSVD)))) in nested_vmx_check_guest_state()
H A Dvmx.c2421 get_vmcs12(vcpu)->guest_bndcfgs = data; in vmx_set_msr()
/linux/include/hyperv/
H A Dhvgdk.h213 u64 guest_bndcfgs; member
/linux/tools/testing/selftests/kvm/include/x86/
H A Devmcs.h201 u64 guest_bndcfgs; member
436 *value = current_evmcs->guest_bndcfgs; in evmcs_vmread()
887 current_evmcs->guest_bndcfgs = value; in evmcs_vmwrite()