Searched refs:GUEST_BNDCFGS (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/vmx/ |
| D | vmcs12.c | 63 FIELD64(GUEST_BNDCFGS, guest_bndcfgs),
|
| D | evmcs.c | 126 EVMCS1_FIELD(GUEST_BNDCFGS, guest_bndcfgs,
|
| D | nested.c | 2256 vmcs_write64(GUEST_BNDCFGS, vmcs12->guest_bndcfgs); in prepare_vmcs02_rare() 2331 vmcs_write64(GUEST_BNDCFGS, vmx->nested.vmcs01_guest_bndcfgs); in prepare_vmcs02() 3060 vmx->nested.vmcs01_guest_bndcfgs = vmcs_read64(GUEST_BNDCFGS); in nested_vmx_enter_non_root_mode() 3563 case GUEST_BNDCFGS: in is_vmcs12_ext_field() 3614 vmcs12->guest_bndcfgs = vmcs_read64(GUEST_BNDCFGS); in sync_vmcs02_to_vmcs12_rare() 3860 vmcs_write64(GUEST_BNDCFGS, 0); in load_vmcs12_host_state()
|
| D | vmx.c | 1812 msr_info->data = vmcs_read64(GUEST_BNDCFGS); in vmx_get_msr() 1962 vmcs_write64(GUEST_BNDCFGS, data); in vmx_set_msr() 4337 vmcs_write64(GUEST_BNDCFGS, 0); in vmx_vcpu_reset() 5759 pr_err("BndCfgS = 0x%016llx\n", vmcs_read64(GUEST_BNDCFGS)); in dump_vmcs()
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | vmx.h | 237 GUEST_BNDCFGS = 0x00002812, enumerator
|
| /Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/ |
| D | vmx.h | 233 GUEST_BNDCFGS = 0x00002812, enumerator
|
| /Linux-v5.4/tools/testing/selftests/kvm/include/ |
| D | evmcs.h | 416 case GUEST_BNDCFGS: in evmcs_vmread() 803 case GUEST_BNDCFGS: in evmcs_vmwrite()
|