Home
last modified time | relevance | path

Searched refs:VM_ENTRY_CONTROLS (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/arch/x86/kvm/vmx/
Dvmcs12.c77 FIELD(VM_ENTRY_CONTROLS, vm_entry_controls),
Devmcs.c199 EVMCS1_FIELD(VM_ENTRY_CONTROLS, vm_entry_controls,
Dvmx.h620 BUILD_CONTROLS_SHADOW(vm_entry, VM_ENTRY_CONTROLS, 32)
Dvmx.c6115 vmentry_ctl = vmcs_read32(VM_ENTRY_CONTROLS); in dump_vmcs()
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h205 VM_ENTRY_CONTROLS = 0x00004012, enumerator
Devmcs.h496 case VM_ENTRY_CONTROLS: in evmcs_vmread()
963 case VM_ENTRY_CONTROLS: in evmcs_vmwrite()
/linux-6.1.9/arch/x86/include/asm/
Dvmx.h275 VM_ENTRY_CONTROLS = 0x00004012, enumerator
/linux-6.1.9/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c250 vmwrite(VM_ENTRY_CONTROLS, rdmsr(MSR_IA32_VMX_ENTRY_CTLS) | in init_vmcs_control_fields()