Home
last modified time | relevance | path

Searched refs:GUEST_BNDCFGS (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/testing/selftests/kvm/include/
Dvmx.h235 GUEST_BNDCFGS = 0x00002812, enumerator
/Linux-v4.19/arch/x86/include/asm/
Dvmx.h241 GUEST_BNDCFGS = 0x00002812, enumerator
/Linux-v4.19/arch/x86/kvm/
Dvmx_evmcs.h123 EVMCS1_FIELD(GUEST_BNDCFGS, guest_bndcfgs,
Dvmx.c1145 FIELD64(GUEST_BNDCFGS, guest_bndcfgs),
4111 msr_info->data = vmcs_read64(GUEST_BNDCFGS); in vmx_get_msr()
4199 vmcs_write64(GUEST_BNDCFGS, data); in vmx_set_msr()
6742 vmcs_write64(GUEST_BNDCFGS, 0); in vmx_vcpu_reset()
9953 pr_err("BndCfgS = 0x%016llx\n", vmcs_read64(GUEST_BNDCFGS)); in dump_vmcs()
12065 vmcs_write64(GUEST_BNDCFGS, vmcs12->guest_bndcfgs); in prepare_vmcs02_full()
12067 vmcs_write64(GUEST_BNDCFGS, vmx->nested.vmcs01_guest_bndcfgs); in prepare_vmcs02_full()
12627 vmx->nested.vmcs01_guest_bndcfgs = vmcs_read64(GUEST_BNDCFGS); in enter_vmx_non_root_mode()
13071 vmcs12->guest_bndcfgs = vmcs_read64(GUEST_BNDCFGS); in sync_vmcs12()
13211 vmcs_write64(GUEST_BNDCFGS, 0); in load_vmcs12_host_state()