Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/vmx/
Dvmcs12.h63 u64 guest_bndcfgs; member
253 CHECK_OFFSET(guest_bndcfgs, 248); in vmx_check_vmcs12_offsets()
Dvmcs12.c63 FIELD64(GUEST_BNDCFGS, guest_bndcfgs),
Devmcs.c126 EVMCS1_FIELD(GUEST_BNDCFGS, guest_bndcfgs,
Dnested.c1599 vmcs12->guest_bndcfgs = evmcs->guest_bndcfgs; in copy_enlightened_to_vmcs12()
1809 evmcs->guest_bndcfgs = vmcs12->guest_bndcfgs; in copy_vmcs12_to_enlightened()
2256 vmcs_write64(GUEST_BNDCFGS, vmcs12->guest_bndcfgs); in prepare_vmcs02_rare()
2802 (CC(is_noncanonical_address(vmcs12->guest_bndcfgs & PAGE_MASK, vcpu)) || in nested_vmx_check_guest_state()
2803 CC((vmcs12->guest_bndcfgs & MSR_IA32_BNDCFGS_RSVD)))) in nested_vmx_check_guest_state()
3614 vmcs12->guest_bndcfgs = vmcs_read64(GUEST_BNDCFGS); in sync_vmcs02_to_vmcs12_rare()
/Linux-v5.4/tools/testing/selftests/kvm/include/
Devmcs.h208 u64 guest_bndcfgs; member
417 *value = current_evmcs->guest_bndcfgs; in evmcs_vmread()
804 current_evmcs->guest_bndcfgs = value; in evmcs_vmwrite()
/Linux-v5.4/arch/x86/include/asm/
Dhyperv-tlfs.h736 u64 guest_bndcfgs; member