Searched defs:vmx_msr_bitmap (Results 1 – 1 of 1) sorted by relevance
73 struct vmx_msr_bitmap { struct74 unsigned long read_low [0x2000 / BITS_PER_LONG];75 unsigned long read_high [0x2000 / BITS_PER_LONG];76 unsigned long write_low [0x2000 / BITS_PER_LONG];77 unsigned long write_high[0x2000 / BITS_PER_LONG];
Completed in 6 milliseconds