Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.h30 struct vmx_msrs { struct
236 struct vmx_msrs guest;
237 struct vmx_msrs host;
240 struct vmx_msrs msr_autostore;
H A Dvmx.c1032 static int vmx_find_loadstore_msr_slot(struct vmx_msrs *m, u32 msr) in vmx_find_loadstore_msr_slot()
1043 static void vmx_remove_auto_msr(struct vmx_msrs *m, u32 msr, in vmx_remove_auto_msr()
1096 static void vmx_add_auto_msr(struct vmx_msrs *m, u32 msr, u64 value, in vmx_add_auto_msr()
6566 static void vmx_dump_msrs(char *name, struct vmx_msrs *m) in vmx_dump_msrs()