Searched refs:GUEST_BNDCFGS (Results 1 – 5 of 5) sorted by relevance
| /arch/x86/kvm/vmx/ |
| A D | vmcs12.c | 65 FIELD64(GUEST_BNDCFGS, guest_bndcfgs),
|
| A D | hyperv_evmcs.c | 123 EVMCS1_FIELD(GUEST_BNDCFGS, guest_bndcfgs,
|
| A D | nested.c | 2591 vmcs_write64(GUEST_BNDCFGS, vmcs12->guest_bndcfgs); in prepare_vmcs02_rare() 2680 vmcs_write64(GUEST_BNDCFGS, vmx->nested.pre_vmenter_bndcfgs); in prepare_vmcs02() 3545 vmx->nested.pre_vmenter_bndcfgs = vmcs_read64(GUEST_BNDCFGS); in nested_vmx_enter_non_root_mode() 4473 case GUEST_BNDCFGS: in is_vmcs12_ext_field() 4753 vmcs_write64(GUEST_BNDCFGS, 0); in load_vmcs12_host_state()
|
| A D | vmx.c | 2013 msr_info->data = vmcs_read64(GUEST_BNDCFGS); in vmx_get_msr() 2251 vmcs_write64(GUEST_BNDCFGS, data); in vmx_set_msr() 4816 vmcs_write64(GUEST_BNDCFGS, 0); in vmx_vcpu_reset() 6256 pr_err("BndCfgS = 0x%016llx\n", vmcs_read64(GUEST_BNDCFGS)); in dump_vmcs()
|
| /arch/x86/include/asm/ |
| A D | vmx.h | 282 GUEST_BNDCFGS = 0x00002812, enumerator
|
Completed in 42 milliseconds