Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h63 u64 guest_bndcfgs; member
247 CHECK_OFFSET(guest_bndcfgs, 248); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c65 FIELD64(GUEST_BNDCFGS, guest_bndcfgs),
H A Dhyperv_evmcs.c123 EVMCS1_FIELD(GUEST_BNDCFGS, guest_bndcfgs,
H A Dnested.c1848 vmcs12->guest_bndcfgs = evmcs->guest_bndcfgs; in copy_enlightened_to_vmcs12()
2072 evmcs->guest_bndcfgs = vmcs12->guest_bndcfgs; in copy_vmcs12_to_enlightened()
2575 vmcs_write64(GUEST_BNDCFGS, vmcs12->guest_bndcfgs); in prepare_vmcs02_rare()
3192 (CC(is_noncanonical_msr_address(vmcs12->guest_bndcfgs & PAGE_MASK, vcpu)) || in nested_vmx_check_guest_state()
3193 CC((vmcs12->guest_bndcfgs & MSR_IA32_BNDCFGS_RSVD)))) in nested_vmx_check_guest_state()
H A Dvmx.c2297 get_vmcs12(vcpu)->guest_bndcfgs = data; in vmx_set_msr()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h