GUEST_BNDCFGS     126 arch/x86/kvm/vmx/evmcs.c 	EVMCS1_FIELD(GUEST_BNDCFGS, guest_bndcfgs,
GUEST_BNDCFGS    2257 arch/x86/kvm/vmx/nested.c 			vmcs_write64(GUEST_BNDCFGS, vmcs12->guest_bndcfgs);
GUEST_BNDCFGS    2332 arch/x86/kvm/vmx/nested.c 		vmcs_write64(GUEST_BNDCFGS, vmx->nested.vmcs01_guest_bndcfgs);
GUEST_BNDCFGS    3071 arch/x86/kvm/vmx/nested.c 		vmx->nested.vmcs01_guest_bndcfgs = vmcs_read64(GUEST_BNDCFGS);
GUEST_BNDCFGS    3573 arch/x86/kvm/vmx/nested.c 	case GUEST_BNDCFGS:
GUEST_BNDCFGS    3624 arch/x86/kvm/vmx/nested.c 		vmcs12->guest_bndcfgs = vmcs_read64(GUEST_BNDCFGS);
GUEST_BNDCFGS    3870 arch/x86/kvm/vmx/nested.c 		vmcs_write64(GUEST_BNDCFGS, 0);
GUEST_BNDCFGS      63 arch/x86/kvm/vmx/vmcs12.c 	FIELD64(GUEST_BNDCFGS, guest_bndcfgs),
GUEST_BNDCFGS    1797 arch/x86/kvm/vmx/vmx.c 		msr_info->data = vmcs_read64(GUEST_BNDCFGS);
GUEST_BNDCFGS    1947 arch/x86/kvm/vmx/vmx.c 		vmcs_write64(GUEST_BNDCFGS, data);
GUEST_BNDCFGS    4321 arch/x86/kvm/vmx/vmx.c 		vmcs_write64(GUEST_BNDCFGS, 0);
GUEST_BNDCFGS    5748 arch/x86/kvm/vmx/vmx.c 		pr_err("BndCfgS = 0x%016llx\n", vmcs_read64(GUEST_BNDCFGS));
GUEST_BNDCFGS     416 tools/testing/selftests/kvm/include/evmcs.h 	case GUEST_BNDCFGS:
GUEST_BNDCFGS     803 tools/testing/selftests/kvm/include/evmcs.h 	case GUEST_BNDCFGS: