Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kvm/vmx/
Dvmcs12.c77 FIELD(VM_ENTRY_CONTROLS, vm_entry_controls),
Devmcs.c171 EVMCS1_FIELD(VM_ENTRY_CONTROLS, vm_entry_controls,
Dvmx.h501 BUILD_CONTROLS_SHADOW(vm_entry, VM_ENTRY_CONTROLS) in BUILD_CONTROLS_SHADOW() argument
Dvmx.c5934 vmentry_ctl = vmcs_read32(VM_ENTRY_CONTROLS); in dump_vmcs()
/linux-5.19.10/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h250 VM_ENTRY_CONTROLS = 0x00004012, enumerator
Devmcs.h485 case VM_ENTRY_CONTROLS: in evmcs_vmread()
940 case VM_ENTRY_CONTROLS: in evmcs_vmwrite()
/linux-5.19.10/arch/x86/include/asm/
Dvmx.h263 VM_ENTRY_CONTROLS = 0x00004012, enumerator
/linux-5.19.10/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c253 vmwrite(VM_ENTRY_CONTROLS, rdmsr(MSR_IA32_VMX_ENTRY_CTLS) | in init_vmcs_control_fields()