Searched refs:exec_vmwrite (Results 1 – 10 of 10) sorted by relevance
| /hypervisor/arch/x86/guest/ |
| A D | vmcs.c | 33 exec_vmwrite(VMX_GUEST_CR3, cr3); in init_guest_vmx() 182 exec_vmwrite(VMX_HOST_CR0, value); in init_host_state() 187 exec_vmwrite(VMX_HOST_CR3, value); in init_host_state() 192 exec_vmwrite(VMX_HOST_CR4, value); in init_host_state() 206 exec_vmwrite(VMX_HOST_RIP, value64); in init_host_state() 478 exec_vmwrite(VMX_CR3_TARGET_0, 0UL); in init_exec_ctrl() 479 exec_vmwrite(VMX_CR3_TARGET_1, 0UL); in init_exec_ctrl() 480 exec_vmwrite(VMX_CR3_TARGET_2, 0UL); in init_exec_ctrl() 481 exec_vmwrite(VMX_CR3_TARGET_3, 0UL); in init_exec_ctrl() 484 exec_vmwrite(VMX_PLE_GAP, 128U); in init_exec_ctrl() [all …]
|
| A D | nested.c | 544 exec_vmwrite(VMX_INSTR_ERROR, error_number); in nested_vmx_result() 555 exec_vmwrite(VMX_GUEST_RFLAGS, rflags); in nested_vmx_result() 1020 exec_vmwrite(VMX_ENTRY_CONTROLS, value64); in merge_and_sync_control_fields() 1024 exec_vmwrite(VMX_EXIT_CONTROLS, value64); in merge_and_sync_control_fields() 1026 exec_vmwrite(VMX_VPID, vmcs12->vpid); in merge_and_sync_control_fields() 1042 exec_vmwrite(vmcs_shadowing_fields[idx], val64); in sync_vmcs12_to_vmcs02() 1105 exec_vmwrite(VMX_VMS_LINK_PTR_FULL, ~0UL); in disable_vmcs_shadowing() 1339 exec_vmwrite(VMX_GUEST_CR0, vmcs12->host_cr0); in set_vmcs01_guest_state() 1340 exec_vmwrite(VMX_GUEST_CR4, vmcs12->host_cr4); in set_vmcs01_guest_state() 1344 exec_vmwrite(VMX_GUEST_CR3, vmcs12->host_cr3); in set_vmcs01_guest_state() [all …]
|
| A D | virtual_cr.c | 317 exec_vmwrite(VMX_GUEST_CR0, tmp); in vmx_write_cr0() 318 exec_vmwrite(VMX_CR0_READ_SHADOW, effective_cr0); in vmx_write_cr0() 419 exec_vmwrite(VMX_GUEST_CR4, tmp); in vmx_write_cr4() 420 exec_vmwrite(VMX_CR4_READ_SHADOW, cr4); in vmx_write_cr4() 513 …exec_vmwrite(VMX_CR0_GUEST_HOST_MASK, ~cr0_passthru_mask); /* all bits except passthrubits are tra… in init_cr0_cr4_host_guest_mask() 516 …exec_vmwrite(VMX_CR4_GUEST_HOST_MASK, ~cr4_passthru_mask); /* all bits except passthru bits are tr… in init_cr0_cr4_host_guest_mask()
|
| A D | trusty.c | 179 exec_vmwrite(VMX_GUEST_CR3, ext_ctx->cr3); in load_world_ctx() 180 exec_vmwrite(VMX_GUEST_DR7, ext_ctx->dr7); in load_world_ctx() 184 exec_vmwrite(VMX_GUEST_IA32_SYSENTER_ESP, ext_ctx->ia32_sysenter_esp); in load_world_ctx() 185 exec_vmwrite(VMX_GUEST_IA32_SYSENTER_EIP, ext_ctx->ia32_sysenter_eip); in load_world_ctx() 195 exec_vmwrite(VMX_GUEST_IDTR_BASE, ext_ctx->idtr.base); in load_world_ctx() 196 exec_vmwrite(VMX_GUEST_GDTR_BASE, ext_ctx->gdtr.base); in load_world_ctx()
|
| A D | vcpu.c | 664 exec_vmwrite(VMX_GUEST_RIP, ctx->rip); in write_cached_registers() 667 exec_vmwrite(VMX_GUEST_RSP, ctx->cpu_regs.regs.rsp); in write_cached_registers() 673 exec_vmwrite(VMX_GUEST_RFLAGS, ctx->rflags); in write_cached_registers() 768 exec_vmwrite(VMX_GUEST_RIP, vcpu_get_rip(vcpu) + vcpu->arch.inst_len); in run_vcpu()
|
| A D | vept.c | 427 exec_vmwrite(VMX_EXIT_REASON, VMX_EXIT_REASON_EPT_MISCONFIGURATION); in handle_l2_ept_violation()
|
| A D | instr_emul.c | 478 exec_vmwrite(field, val); in vm_set_register()
|
| /hypervisor/include/arch/x86/asm/guest/ |
| A D | vmcs.h | 50 exec_vmwrite(vmcs_field, val64); in clear_vmcs_bit() 59 exec_vmwrite(vmcs_field, val64); in set_vmcs_bit()
|
| A D | vcpu.h | 126 exec_vmwrite(SEG_NAME##_BASE, (seg).base); \
|
| /hypervisor/include/arch/x86/asm/ |
| A D | vmx.h | 457 #define exec_vmwrite exec_vmwrite64 macro
|
Completed in 20 milliseconds