Searched refs:entry_msr_load (Results 1 – 1 of 1) sorted by relevance
1972 struct vmx_msr_entry *exit_msr_store, *entry_msr_load, *exit_msr_load; variable1979 entry_msr_load = alloc_page(); in msr_switch_init()1980 entry_msr_load[0].index = MSR_KERNEL_GS_BASE; in msr_switch_init()1981 entry_msr_load[0].value = MSR_MAGIC; in msr_switch_init()1985 vmcs_write(ENTER_MSR_LD_ADDR, (u64)entry_msr_load); in msr_switch_init()2015 entry_msr_load[0].index = MSR_FS_BASE; in msr_switch_exit_handler()5352 entry_msr_load = alloc_page(); in test_entry_msr_load()5362 tmp = (u64)entry_msr_load | 1ull << i; in test_entry_msr_load()5380 entry_msr_load = (struct vmx_msr_entry *)((u64)entry_msr_load & ~0xf); in test_entry_msr_load()5384 tmp = ((u64)entry_msr_load + entry_msr_ld_cnt * 16 - 1) | in test_entry_msr_load()