Searched refs:GUEST_BNDCFGS (Results 1 – 7 of 7) sorted by relevance
/linux/arch/x86/kvm/vmx/ |
A D | vmcs12.c | 64 FIELD64(GUEST_BNDCFGS, guest_bndcfgs),
|
A D | evmcs.c | 127 EVMCS1_FIELD(GUEST_BNDCFGS, guest_bndcfgs,
|
A D | nested.c | 2407 vmcs_write64(GUEST_BNDCFGS, vmcs12->guest_bndcfgs); in prepare_vmcs02_rare() 2495 vmcs_write64(GUEST_BNDCFGS, vmx->nested.vmcs01_guest_bndcfgs); in prepare_vmcs02() 3357 vmx->nested.vmcs01_guest_bndcfgs = vmcs_read64(GUEST_BNDCFGS); in nested_vmx_enter_non_root_mode() 3999 case GUEST_BNDCFGS: in is_vmcs12_ext_field() 4050 vmcs12->guest_bndcfgs = vmcs_read64(GUEST_BNDCFGS); in sync_vmcs02_to_vmcs12_rare() 4278 vmcs_write64(GUEST_BNDCFGS, 0); in load_vmcs12_host_state()
|
A D | vmx.c | 1812 msr_info->data = vmcs_read64(GUEST_BNDCFGS); in vmx_get_msr() 2014 vmcs_write64(GUEST_BNDCFGS, data); in vmx_set_msr() 4461 vmcs_write64(GUEST_BNDCFGS, 0); in vmx_vcpu_reset() 5771 pr_err("BndCfgS = 0x%016llx\n", vmcs_read64(GUEST_BNDCFGS)); in dump_vmcs()
|
/linux/tools/testing/selftests/kvm/include/x86_64/ |
A D | evmcs.h | 418 case GUEST_BNDCFGS: in evmcs_vmread() 805 case GUEST_BNDCFGS: in evmcs_vmwrite()
|
A D | vmx.h | 230 GUEST_BNDCFGS = 0x00002812, enumerator
|
/linux/arch/x86/include/asm/ |
A D | vmx.h | 244 GUEST_BNDCFGS = 0x00002812, enumerator
|
Completed in 47 milliseconds