Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dvmx.c250 natural_width cr0_guest_host_mask; member
727 FIELD(CR0_GUEST_HOST_MASK, cr0_guest_host_mask),
1992 ~get_vmcs12(vcpu)->cr0_guest_host_mask; in vmx_fpu_activate()
2005 return (fields->guest_cr0 & ~fields->cr0_guest_host_mask) | in nested_read_cr0()
2006 (fields->cr0_read_shadow & fields->cr0_guest_host_mask); in nested_read_cr0()
5260 val = (val & ~vmcs12->cr0_guest_host_mask) | in handle_set_cr0()
5261 (vmcs12->guest_cr0 & vmcs12->cr0_guest_host_mask); in handle_set_cr0()
7428 if (vmcs12->cr0_guest_host_mask & in nested_vmx_exit_handled_cr()
7457 if ((vmcs12->cr0_guest_host_mask & X86_CR0_TS) && in nested_vmx_exit_handled_cr()
7480 if (vmcs12->cr0_guest_host_mask & 0xe & in nested_vmx_exit_handled_cr()
[all …]
/linux-4.1.27/Documentation/virtual/kvm/
Dnested-vmx.txt121 natural_width cr0_guest_host_mask;