Home
last modified time | relevance | path

Searched refs:NUM_EMULATED_MSRS (Results 1 – 3 of 3) sorted by relevance

/hypervisor/include/arch/x86/asm/guest/
A Dvcpu.h197 #define NUM_EMULATED_MSRS (FLEXIBLE_MSR_INDEX + NUM_CAT_MSRS) macro
255 uint64_t guest_msrs[NUM_EMULATED_MSRS];
/hypervisor/arch/x86/guest/
A Dvmsr.c32 static uint32_t emulated_guest_msrs[NUM_EMULATED_MSRS] = {
311 for (index = 0U; index < NUM_EMULATED_MSRS; index++) { in vmsr_get_guest_msr_index()
317 if (index == NUM_EMULATED_MSRS) { in vmsr_get_guest_msr_index()
523 for (i = 0U; i < NUM_EMULATED_MSRS; i++) { in init_msr_emulation()
A Dvcpu.c140 if (index < NUM_EMULATED_MSRS) { in vcpu_get_guest_msr()
151 if (index < NUM_EMULATED_MSRS) { in vcpu_set_guest_msr()

Completed in 10 milliseconds