Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dvmx.c254 natural_width cr0_guest_host_mask; member
782 FIELD(CR0_GUEST_HOST_MASK, cr0_guest_host_mask),
2137 ~get_vmcs12(vcpu)->cr0_guest_host_mask; in vmx_fpu_activate()
2150 return (fields->guest_cr0 & ~fields->cr0_guest_host_mask) | in nested_read_cr0()
2151 (fields->cr0_read_shadow & fields->cr0_guest_host_mask); in nested_read_cr0()
5404 val = (val & ~vmcs12->cr0_guest_host_mask) | in handle_set_cr0()
5405 (vmcs12->guest_cr0 & vmcs12->cr0_guest_host_mask); in handle_set_cr0()
7631 if (vmcs12->cr0_guest_host_mask & in nested_vmx_exit_handled_cr()
7660 if ((vmcs12->cr0_guest_host_mask & X86_CR0_TS) && in nested_vmx_exit_handled_cr()
7683 if (vmcs12->cr0_guest_host_mask & 0xe & in nested_vmx_exit_handled_cr()
[all …]
/linux-4.4.14/Documentation/virtual/kvm/
Dnested-vmx.txt121 natural_width cr0_guest_host_mask;