Searched refs:GUEST_BNDCFGS (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | vmx.h | 186 GUEST_BNDCFGS = 0x00002812, enumerator
|
| H A D | evmcs.h | 435 case GUEST_BNDCFGS: in evmcs_vmread() 886 case GUEST_BNDCFGS: in evmcs_vmwrite()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | hyperv_evmcs.c | 123 EVMCS1_FIELD(GUEST_BNDCFGS, guest_bndcfgs,
|
| H A D | vmcs12.c | 65 FIELD64(GUEST_BNDCFGS, guest_bndcfgs),
|
| H A D | nested.c | 2626 vmcs_write64(GUEST_BNDCFGS, vmcs12->guest_bndcfgs); in prepare_vmcs02_rare() 2739 vmcs_write64(GUEST_BNDCFGS, vmx->nested.pre_vmenter_bndcfgs); in prepare_vmcs02() 3636 vmx->nested.pre_vmenter_bndcfgs = vmcs_read64(GUEST_BNDCFGS); in nested_vmx_enter_non_root_mode() 4545 case GUEST_BNDCFGS: in is_vmcs12_ext_field() 4829 vmcs_write64(GUEST_BNDCFGS, 0); in load_vmcs12_host_state()
|
| H A D | vmx.c | 2176 msr_info->data = vmcs_read64(GUEST_BNDCFGS); in vmx_get_msr() 2423 vmcs_write64(GUEST_BNDCFGS, data); in vmx_set_msr() 5139 vmcs_write64(GUEST_BNDCFGS, 0); in vmx_vcpu_reset() 6660 pr_err("BndCfgS = 0x%016llx\n", vmcs_read64(GUEST_BNDCFGS)); in dump_vmcs()
|
| /linux/arch/x86/include/asm/ |
| H A D | vmx.h | 286 GUEST_BNDCFGS = 0x00002812, enumerator
|