Home
last modified time | relevance | path

Searched refs:__vmwrite (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmcs.c805 __vmwrite(HOST_GDTR_BASE, in vmx_set_host_env()
819 __vmwrite(HOST_RSP, in vmx_set_host_env()
1145 __vmwrite(HOST_FS_BASE, 0); in construct_vmcs()
1146 __vmwrite(HOST_GS_BASE, 0); in construct_vmcs()
1181 __vmwrite(GUEST_ES_BASE, 0); in construct_vmcs()
1182 __vmwrite(GUEST_SS_BASE, 0); in construct_vmcs()
1183 __vmwrite(GUEST_DS_BASE, 0); in construct_vmcs()
1184 __vmwrite(GUEST_FS_BASE, 0); in construct_vmcs()
1185 __vmwrite(GUEST_GS_BASE, 0); in construct_vmcs()
1186 __vmwrite(GUEST_CS_BASE, 0); in construct_vmcs()
[all …]
A Dvmx.c838 __vmwrite(GUEST_DR7, c->dr7); in vmx_vmcs_restore()
850 __vmwrite(VM_ENTRY_INTR_INFO, 0); in vmx_vmcs_restore()
1259 __vmwrite(GUEST_TR_BASE, base); in vmx_set_segment_register()
1295 __vmwrite(GUEST_PAT, gpat); in vmx_set_guest_pat()
1317 __vmwrite(GUEST_BNDCFGS, val); in vmx_set_guest_bndcfgs()
1401 __vmwrite(TSC_OFFSET, offset); in vmx_set_tsc_offset()
1523 __vmwrite(HOST_CR3, v->arch.cr3); in vmx_update_host_cr3()
2167 __vmwrite(EPT_POINTER, ept->eptp); in vmx_vcpu_update_eptp()
2273 __vmwrite(GUEST_CS_AR_BYTES, attr); in vmx_set_mode()
4291 __vmwrite(GUEST_RIP, regs->rip); in vmx_vmenter_helper()
[all …]
A Dvvmx.c708 __vmwrite(APIC_ACCESS_ADDR, 0); in nvmx_update_apic_access_address()
729 __vmwrite(VIRTUAL_APIC_PAGE_ADDR, 0); in nvmx_update_virtual_apic_address()
739 __vmwrite(TPR_THRESHOLD, 0); in nvmx_update_tpr_threshold()
744 __vmwrite(PAGE_FAULT_ERROR_CODE_MASK, in nvmx_update_pfec()
746 __vmwrite(PAGE_FAULT_ERROR_CODE_MATCH, in nvmx_update_pfec()
952 __vmwrite(field, get_vvmcs(v, field)); in vvmcs_to_shadow()
978 __vmwrite(field[i], value[i]); in vvmcs_to_shadow_bulk()
1017 __vmwrite(field[i], value[i]); in shadow_to_vvmcs_bulk()
1152 __vmwrite(VMCS_LINK_POINTER, ~0ul); in nvmx_clear_vmcs_pointer()
1153 __vmwrite(VMREAD_BITMAP, 0); in nvmx_clear_vmcs_pointer()
[all …]
A Dintr.c104 __vmwrite(GUEST_INTERRUPTIBILITY_INFO, intr_shadow); in vmx_enable_intr_window()
376 __vmwrite(GUEST_INTR_STATUS, status); in vmx_intr_assist()
383 __vmwrite(EOI_EXIT_BITMAP(i), v->arch.hvm_vmx.eoi_exit_bitmap[i]); in vmx_intr_assist()
409 __vmwrite(TPR_THRESHOLD, tpr_threshold); in vmx_intr_assist()
A Drealmode.c92 __vmwrite(GUEST_INTERRUPTIBILITY_INFO, hvmemul_ctxt->intr_shadow); in realmode_deliver_exception()
166 __vmwrite(VM_ENTRY_INTR_INFO, 0); in vmx_realmode()
235 __vmwrite(VM_ENTRY_INTR_INFO, intr_info); in vmx_realmode()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/vmx/
A Dvmx.h387 static always_inline void __vmwrite(unsigned long field, unsigned long value) in __vmwrite() function

Completed in 24 milliseconds