Home
last modified time | relevance | path

Searched refs:vmexit_msr_list (Results 1 – 2 of 2) sorted by relevance

/hypervisor/include/debug/
A Dprofiling_internal.h217 struct msr_store_entry vmexit_msr_list[MAX_PROFILING_MSR_STORE_NUM + MAX_HV_MSR_LIST_NUM]; member
/hypervisor/debug/
A Dprofiling.c131 (void)memcpy_s(ss->vmexit_msr_list, size, vcpu->arch.msr_area.host, size); in profiling_enable_pmu()
134 ss->vmexit_msr_list[MAX_HV_MSR_LIST_NUM].msr_index = MSR_IA32_DEBUGCTL; in profiling_enable_pmu()
135 …ss->vmexit_msr_list[MAX_HV_MSR_LIST_NUM].value = ss->guest_debugctl_value & VALID_DEBUGCTL_BIT_MAS… in profiling_enable_pmu()
138 exec_vmwrite64(VMX_EXIT_MSR_LOAD_ADDR_FULL, hva2hpa(ss->vmexit_msr_list)); in profiling_enable_pmu()

Completed in 7 milliseconds