Home
last modified time | relevance | path

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

/linux-6.15/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
260 CHECK_OFFSET(cr0_read_shadow, 360); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c118 FIELD(CR0_READ_SHADOW, cr0_read_shadow),
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 Dnested.c1810 vmcs12->cr0_read_shadow = evmcs->cr0_read_shadow; in copy_enlightened_to_vmcs12()
6250 (val ^ vmcs12->cr0_read_shadow)) in nested_vmx_exit_handled_cr()
6270 (vmcs12->cr0_read_shadow & X86_CR0_TS)) in nested_vmx_exit_handled_cr()
6294 (val ^ vmcs12->cr0_read_shadow)) in nested_vmx_exit_handled_cr()
6297 !(vmcs12->cr0_read_shadow & 0x1) && in nested_vmx_exit_handled_cr()
/linux-6.15/include/hyperv/
H A Dhvgdk.h148 u64 cr0_read_shadow; member
/linux-6.15/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-6.15/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst119 natural_width cr0_read_shadow;