Home
last modified time | relevance | path

Searched refs:guest_bndcfgs (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/arch/x86/kvm/vmx/
Dvmcs12.h63 u64 guest_bndcfgs; member
245 CHECK_OFFSET(guest_bndcfgs, 248); in vmx_check_vmcs12_offsets()
Dvmcs12.c65 FIELD64(GUEST_BNDCFGS, guest_bndcfgs),
Dhyperv.c235 EVMCS1_FIELD(GUEST_BNDCFGS, guest_bndcfgs,
Dnested.c1772 vmcs12->guest_bndcfgs = evmcs->guest_bndcfgs; in copy_enlightened_to_vmcs12()
1992 evmcs->guest_bndcfgs = vmcs12->guest_bndcfgs; in copy_vmcs12_to_enlightened()
2471 vmcs_write64(GUEST_BNDCFGS, vmcs12->guest_bndcfgs); in prepare_vmcs02_rare()
3076 (CC(is_noncanonical_address(vmcs12->guest_bndcfgs & PAGE_MASK, vcpu)) || in nested_vmx_check_guest_state()
3077 CC((vmcs12->guest_bndcfgs & MSR_IA32_BNDCFGS_RSVD)))) in nested_vmx_check_guest_state()
Dvmx.c2267 get_vmcs12(vcpu)->guest_bndcfgs = data; in vmx_set_msr()
/linux-6.6.21/tools/testing/selftests/kvm/include/x86_64/
Devmcs.h204 u64 guest_bndcfgs; member
439 *value = current_evmcs->guest_bndcfgs; in evmcs_vmread()
890 current_evmcs->guest_bndcfgs = value; in evmcs_vmwrite()
/linux-6.6.21/arch/x86/include/asm/
Dhyperv-tlfs.h604 u64 guest_bndcfgs; member