Searched refs:guest_cr0 (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmcs_shadow_fields.h | 64 SHADOW_FIELD_RW(GUEST_CR0, guest_cr0)
|
H A D | vmcs12.h | 86 natural_width guest_cr0; member 266 CHECK_OFFSET(guest_cr0, 424); in vmx_check_vmcs12_offsets()
|
H A D | nested.h | 89 * of the real cr0 used to run the guest (guest_cr0), and the bits shadowed by 94 return (fields->guest_cr0 & ~fields->cr0_guest_host_mask) | in nested_read_cr0()
|
H A D | vmcs12.c | 120 FIELD(GUEST_CR0, guest_cr0),
|
H A D | nested.c | 1752 vmcs12->guest_cr0 = evmcs->guest_cr0; in copy_enlightened_to_vmcs12() 1957 evmcs->guest_cr0 = vmcs12->guest_cr0; in copy_vmcs12_to_enlightened() 2583 * This sets GUEST_CR0 to vmcs12->guest_cr0, possibly modifying those in prepare_vmcs02() 2590 vmx_set_cr0(vcpu, vmcs12->guest_cr0); in prepare_vmcs02() 2811 bool prot_mode = !urg || vmcs12->guest_cr0 & X86_CR0_PE; in nested_check_vm_entry_controls() 3005 if (CC(!nested_guest_cr0_valid(vcpu, vmcs12->guest_cr0)) || in nested_vmx_check_guest_state() 3027 if (CC((vmcs12->guest_cr0 & (X86_CR0_PG | X86_CR0_PE)) == X86_CR0_PG)) in nested_vmx_check_guest_state() 3031 CC(ia32e && !(vmcs12->guest_cr0 in nested_vmx_check_guest_state() [all...] |
H A D | evmcs.c | 106 EVMCS1_FIELD(GUEST_CR0, guest_cr0,
|
H A D | vmx.c | 5095 * value combined with the L1-owned bits from L1's guest_cr0. in handle_set_cr0() 5098 (vmcs12->guest_cr0 & vmcs12->cr0_guest_host_mask); in handle_set_cr0()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmcs_shadow_fields.h | 64 SHADOW_FIELD_RW(GUEST_CR0, guest_cr0)
|
H A D | vmcs12.h | 88 natural_width guest_cr0; member 263 CHECK_OFFSET(guest_cr0, 424); in vmx_check_vmcs12_offsets()
|
H A D | vmcs12.c | 122 FIELD(GUEST_CR0, guest_cr0),
|
H A D | nested.h | 83 * of L1's "real" cr0 used to run the guest (guest_cr0), and the bits shadowed 89 return (fields->guest_cr0 & ~fields->cr0_guest_host_mask) | in nested_read_cr0()
|
H A D | nested.c | 1736 vmcs12->guest_cr0 = evmcs->guest_cr0; in copy_enlightened_to_vmcs12() 1959 evmcs->guest_cr0 = vmcs12->guest_cr0; in copy_vmcs12_to_enlightened() 2601 vmx_set_cr0(vcpu, vmcs12->guest_cr0); in prepare_vmcs02() 2835 bool prot_mode = !urg || vmcs12->guest_cr0 & X86_CR0_PE; in nested_check_vm_entry_controls() 3028 if (CC(!nested_guest_cr0_valid(vcpu, vmcs12->guest_cr0)) || in nested_vmx_check_guest_state() 3050 if (CC((vmcs12->guest_cr0 & (X86_CR0_PG | X86_CR0_PE)) == X86_CR0_PG)) in nested_vmx_check_guest_state() 3054 CC(ia32e && !(vmcs12->guest_cr0 & X86_CR0_PG))) in nested_vmx_check_guest_state() 3070 CC(((vmcs12->guest_cr0 in nested_vmx_check_guest_state() [all...] |
H A D | hyperv.c | 213 EVMCS1_FIELD(GUEST_CR0, guest_cr0,
|
H A D | vmx.c | 5406 * value combined with the L1-owned bits from L1's guest_cr0. in handle_set_cr0() 5409 (vmcs12->guest_cr0 & vmcs12->cr0_guest_host_mask); in handle_set_cr0()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/ |
H A D | evmcs.h | 147 u64 guest_cr0; member 386 *value = current_evmcs->guest_cr0; in evmcs_vmread() 773 current_evmcs->guest_cr0 = value; in evmcs_vmwrite()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | hyperv-tlfs.h | 426 u64 guest_cr0; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/ |
H A D | evmcs.h | 141 u64 guest_cr0; member 406 *value = current_evmcs->guest_cr0; in evmcs_vmread() 846 current_evmcs->guest_cr0 = value; in evmcs_vmwrite()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | hyperv-tlfs.h | 541 u64 guest_cr0; member
|
Completed in 43 milliseconds