Searched refs:current_evmcs (Results 1 – 3 of 3) sorted by relevance
253 current_evmcs = vmcs; in evmcs_vmptrld()280 *value = current_evmcs->guest_rip; in evmcs_vmread()295 *value = current_evmcs->host_cr0; in evmcs_vmread()298 *value = current_evmcs->host_cr3; in evmcs_vmread()301 *value = current_evmcs->host_cr4; in evmcs_vmread()310 *value = current_evmcs->host_rip; in evmcs_vmread()430 *value = current_evmcs->host_rsp; in evmcs_vmread()699 current_evmcs->host_cr0 = value; in evmcs_vmwrite()703 current_evmcs->host_cr3 = value; in evmcs_vmwrite()707 current_evmcs->host_cr4 = value; in evmcs_vmwrite()[all …]
108 current_evmcs->revision_id = -1u; in guest_code()110 current_evmcs->revision_id = EVMCS_VERSION; in guest_code()119 current_evmcs->hv_vm_id = 1; in guest_code()120 current_evmcs->hv_vp_id = 1; in guest_code()139 current_evmcs->guest_rip += 3; /* vmcall */ in guest_code()147 current_evmcs->guest_rip += 2; /* rdmsr */ in guest_code()150 current_evmcs->hv_enlightenments_control.msr_bitmap = 1; in guest_code()153 current_evmcs->guest_rip += 2; /* rdmsr */ in guest_code()162 current_evmcs->guest_rip += 3; /* vmcall */ in guest_code()168 current_evmcs->guest_rip += 2; /* rdmsr */ in guest_code()[all …]
19 struct hv_enlightened_vmcs *current_evmcs; variable
Completed in 19 milliseconds