Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.h27 struct vmx_msrs { struct
229 struct vmx_msrs guest;
230 struct vmx_msrs host;
Dvmx.c838 static int find_msr(struct vmx_msrs *m, unsigned int msr) in find_msr()