Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/hvm/vmx/
A Dvmcs.h443 VM_ENTRY_CONTROLS = 0x00004012, enumerator
/xen/xen/arch/x86/hvm/vmx/
A Dvvmx.c701 shadow_cntrl = get_vvmcs(v, VM_ENTRY_CONTROLS); in nvmx_update_entry_control()
705 __vmwrite(VM_ENTRY_CONTROLS, shadow_cntrl); in nvmx_update_entry_control()
1111 control = get_vvmcs(v, VM_ENTRY_CONTROLS); in load_shadow_guest_state()
1223 lm_l2 = !!(get_vvmcs(v, VM_ENTRY_CONTROLS) & VM_ENTRY_IA32E_MODE); in virtual_vmentry()
A Dvmcs.c1130 __vmwrite(VM_ENTRY_CONTROLS, vmentry_ctl); in construct_vmcs()
1966 vmentry_ctl = vmr32(VM_ENTRY_CONTROLS), in vmcs_dump_vcpu()
A Dvmx.c1628 __vmread(VM_ENTRY_CONTROLS, &entry_ctls); in vmx_update_guest_efer()
1634 __vmwrite(VM_ENTRY_CONTROLS, entry_ctls); in vmx_update_guest_efer()

Completed in 20 milliseconds