guest_bndcfgs     736 arch/x86/include/asm/hyperv-tlfs.h 	u64 guest_bndcfgs;
guest_bndcfgs     126 arch/x86/kvm/vmx/evmcs.c 	EVMCS1_FIELD(GUEST_BNDCFGS, guest_bndcfgs,
guest_bndcfgs    1599 arch/x86/kvm/vmx/nested.c 		vmcs12->guest_bndcfgs = evmcs->guest_bndcfgs;
guest_bndcfgs    1809 arch/x86/kvm/vmx/nested.c 	evmcs->guest_bndcfgs = vmcs12->guest_bndcfgs;
guest_bndcfgs    2257 arch/x86/kvm/vmx/nested.c 			vmcs_write64(GUEST_BNDCFGS, vmcs12->guest_bndcfgs);
guest_bndcfgs    2813 arch/x86/kvm/vmx/nested.c 	    (CC(is_noncanonical_address(vmcs12->guest_bndcfgs & PAGE_MASK, vcpu)) ||
guest_bndcfgs    2814 arch/x86/kvm/vmx/nested.c 	     CC((vmcs12->guest_bndcfgs & MSR_IA32_BNDCFGS_RSVD))))
guest_bndcfgs    3624 arch/x86/kvm/vmx/nested.c 		vmcs12->guest_bndcfgs = vmcs_read64(GUEST_BNDCFGS);
guest_bndcfgs      63 arch/x86/kvm/vmx/vmcs12.c 	FIELD64(GUEST_BNDCFGS, guest_bndcfgs),
guest_bndcfgs      63 arch/x86/kvm/vmx/vmcs12.h 	u64 guest_bndcfgs;
guest_bndcfgs     253 arch/x86/kvm/vmx/vmcs12.h 	CHECK_OFFSET(guest_bndcfgs, 248);
guest_bndcfgs     208 tools/testing/selftests/kvm/include/evmcs.h 	u64 guest_bndcfgs;
guest_bndcfgs     417 tools/testing/selftests/kvm/include/evmcs.h 		*value = current_evmcs->guest_bndcfgs;
guest_bndcfgs     804 tools/testing/selftests/kvm/include/evmcs.h 		current_evmcs->guest_bndcfgs = value;