Searched refs:guest_bndcfgs (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmcs12.h | 63 u64 guest_bndcfgs; member 250 CHECK_OFFSET(guest_bndcfgs, 248); in vmx_check_vmcs12_offsets()
|
H A D | vmcs12.c | 63 FIELD64(GUEST_BNDCFGS, guest_bndcfgs),
|
H A D | evmcs.c | 128 EVMCS1_FIELD(GUEST_BNDCFGS, guest_bndcfgs,
|
H A D | nested.c | 1788 vmcs12->guest_bndcfgs = evmcs->guest_bndcfgs; in copy_enlightened_to_vmcs12() 1990 evmcs->guest_bndcfgs = vmcs12->guest_bndcfgs; in copy_vmcs12_to_enlightened() 2465 vmcs_write64(GUEST_BNDCFGS, vmcs12->guest_bndcfgs); in prepare_vmcs02_rare() 3053 (CC(is_noncanonical_address(vmcs12->guest_bndcfgs & PAGE_MASK, vcpu)) || in nested_vmx_check_guest_state() 3054 CC((vmcs12->guest_bndcfgs & MSR_IA32_BNDCFGS_RSVD)))) in nested_vmx_check_guest_state() 4058 vmcs12->guest_bndcfgs = vmcs_read64(GUEST_BNDCFGS); in sync_vmcs02_to_vmcs12_rare()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmcs12.h | 63 u64 guest_bndcfgs; member 245 CHECK_OFFSET(guest_bndcfgs, 248); in vmx_check_vmcs12_offsets()
|
H A D | vmcs12.c | 65 FIELD64(GUEST_BNDCFGS, guest_bndcfgs),
|
H A D | hyperv.c | 235 EVMCS1_FIELD(GUEST_BNDCFGS, guest_bndcfgs,
|
H A D | nested.c | 1772 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()
|
H A D | vmx.c | 2267 get_vmcs12(vcpu)->guest_bndcfgs = data; in vmx_set_msr()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/ |
H A D | evmcs.h | 210 u64 guest_bndcfgs; member 419 *value = current_evmcs->guest_bndcfgs; in evmcs_vmread() 806 current_evmcs->guest_bndcfgs = value; in evmcs_vmwrite()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | hyperv-tlfs.h | 489 u64 guest_bndcfgs; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/ |
H A D | evmcs.h | 204 u64 guest_bndcfgs; member 439 *value = current_evmcs->guest_bndcfgs; in evmcs_vmread() 890 current_evmcs->guest_bndcfgs = value; in evmcs_vmwrite()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | hyperv-tlfs.h | 604 u64 guest_bndcfgs; member
|
Completed in 33 milliseconds