Home
last modified time | relevance | path

Searched refs:cr0_read_shadow (Results 1 – 9 of 9) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h69 SHADOW_FIELD_RW(CR0_READ_SHADOW, cr0_read_shadow)
H A Dvmcs12.h83 natural_width cr0_read_shadow; member
266 CHECK_OFFSET(cr0_read_shadow, 360); in vmx_check_vmcs12_offsets()
H A Dnested.h115 (fields->cr0_read_shadow & fields->cr0_guest_host_mask); in nested_read_cr0()
H A Dhyperv_evmcs.c97 EVMCS1_FIELD(CR0_READ_SHADOW, cr0_read_shadow,
H A Dvmcs12.c118 FIELD(CR0_READ_SHADOW, cr0_read_shadow),
H A Dnested.c1845 vmcs12->cr0_read_shadow = evmcs->cr0_read_shadow; in copy_enlightened_to_vmcs12()
6340 (val ^ vmcs12->cr0_read_shadow)) in nested_vmx_exit_handled_cr()
6360 (vmcs12->cr0_read_shadow & X86_CR0_TS)) in nested_vmx_exit_handled_cr()
6384 (val ^ vmcs12->cr0_read_shadow)) in nested_vmx_exit_handled_cr()
6387 !(vmcs12->cr0_read_shadow & 0x1) && in nested_vmx_exit_handled_cr()
/linux/include/hyperv/
H A Dhvgdk.h148 u64 cr0_read_shadow; member
/linux/tools/testing/selftests/kvm/include/x86/
H A Devmcs.h136 u64 cr0_read_shadow; member
397 *value = current_evmcs->cr0_read_shadow; in evmcs_vmread()
835 current_evmcs->cr0_read_shadow = value; in evmcs_vmwrite()
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst119 natural_width cr0_read_shadow;