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