Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/virtual/kvm/
Dnested-vmx.txt123 natural_width cr0_read_shadow;
/linux-4.4.14/arch/x86/kvm/
Dvmx.c256 natural_width cr0_read_shadow; member
784 FIELD(CR0_READ_SHADOW, cr0_read_shadow),
2151 (fields->cr0_read_shadow & fields->cr0_guest_host_mask); in nested_read_cr0()
7632 (val ^ vmcs12->cr0_read_shadow)) in nested_vmx_exit_handled_cr()
7661 (vmcs12->cr0_read_shadow & X86_CR0_TS)) in nested_vmx_exit_handled_cr()
7684 (val ^ vmcs12->cr0_read_shadow)) in nested_vmx_exit_handled_cr()
7687 !(vmcs12->cr0_read_shadow & 0x1) && in nested_vmx_exit_handled_cr()