Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h63 u64 guest_bndcfgs; member
245 CHECK_OFFSET(guest_bndcfgs, 248); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c65 FIELD64(GUEST_BNDCFGS, guest_bndcfgs),
H A Dhyperv.c130 EVMCS1_FIELD(GUEST_BNDCFGS, guest_bndcfgs,
H A Dnested.c1776 vmcs12->guest_bndcfgs = evmcs->guest_bndcfgs; in copy_enlightened_to_vmcs12()
1996 evmcs->guest_bndcfgs = vmcs12->guest_bndcfgs; in copy_vmcs12_to_enlightened()
2486 vmcs_write64(GUEST_BNDCFGS, vmcs12->guest_bndcfgs); in prepare_vmcs02_rare()
3091 (CC(is_noncanonical_address(vmcs12->guest_bndcfgs & PAGE_MASK, vcpu)) || in nested_vmx_check_guest_state()
3092 CC((vmcs12->guest_bndcfgs & MSR_IA32_BNDCFGS_RSVD)))) in nested_vmx_check_guest_state()
H A Dvmx.c2271 get_vmcs12(vcpu)->guest_bndcfgs = data; in vmx_set_msr()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h204 u64 guest_bndcfgs; member
439 *value = current_evmcs->guest_bndcfgs; in evmcs_vmread()
890 current_evmcs->guest_bndcfgs = value; in evmcs_vmwrite()
/openbmc/linux/arch/x86/include/asm/
H A Dhyperv-tlfs.h604 u64 guest_bndcfgs; member