Home
last modified time | relevance | path

Searched refs:guest_cr4 (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h66 SHADOW_FIELD_RW(GUEST_CR4, guest_cr4)
H A Dvmcs12.h90 natural_width guest_cr4; member
267 CHECK_OFFSET(guest_cr4, 440); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c124 FIELD(GUEST_CR4, guest_cr4),
H A Dnested.h119 return (fields->guest_cr4 & ~fields->cr4_guest_host_mask) | in nested_read_cr4()
H A Dhyperv_evmcs.c105 EVMCS1_FIELD(GUEST_CR4, guest_cr4,
H A Dnested.c1814 vmcs12->guest_cr4 = evmcs->guest_cr4; in copy_enlightened_to_vmcs12()
2041 evmcs->guest_cr4 = vmcs12->guest_cr4; in copy_vmcs12_to_enlightened()
2434 if (vmx_umip_emulated() && (vmcs12->guest_cr4 & X86_CR4_UMIP)) in prepare_vmcs02_early()
2708 vmx_set_cr4(vcpu, vmcs12->guest_cr4); in prepare_vmcs02()
3145 CC(!nested_guest_cr4_valid(vcpu, vmcs12->guest_cr4))) in nested_vmx_check_guest_state()
3169 if (CC(ia32e && !(vmcs12->guest_cr4 & X86_CR4_PAE)) || in nested_vmx_check_guest_state()
3824 /*2*/ (vmcs12->guest_cr4 & vmcs12->cr4_guest_host_mask) | in vmcs12_guest_cr4()
4549 vmcs12->guest_cr4 = vmcs12_guest_cr4(vcpu, vmcs12); in sync_vmcs02_to_vmcs12()
H A Dvmx.c5489 (vmcs12->guest_cr4 & vmcs12->cr4_guest_host_mask); in handle_set_cr4()
/linux-6.15/include/hyperv/
H A Dhvgdk.h152 u64 guest_cr4; member
/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Devmcs.h140 u64 guest_cr4; member
409 *value = current_evmcs->guest_cr4; in evmcs_vmread()
851 current_evmcs->guest_cr4 = value; in evmcs_vmwrite()
/linux-6.15/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst126 natural_width guest_cr4;