Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/virtual/kvm/
Dnested-vmx.txt123 natural_width cr0_read_shadow;
/linux-4.1.27/arch/x86/kvm/
Dvmx.c252 natural_width cr0_read_shadow; member
729 FIELD(CR0_READ_SHADOW, cr0_read_shadow),
2006 (fields->cr0_read_shadow & fields->cr0_guest_host_mask); in nested_read_cr0()
7429 (val ^ vmcs12->cr0_read_shadow)) in nested_vmx_exit_handled_cr()
7458 (vmcs12->cr0_read_shadow & X86_CR0_TS)) in nested_vmx_exit_handled_cr()
7481 (val ^ vmcs12->cr0_read_shadow)) in nested_vmx_exit_handled_cr()
7484 !(vmcs12->cr0_read_shadow & 0x1) && in nested_vmx_exit_handled_cr()