Home
last modified time | relevance | path

Searched defs:vmx_msr_bitmap (Results 1 – 1 of 1) sorted by relevance

/xen/xen/include/asm-x86/hvm/vmx/
A Dvmcs.h77 struct vmx_msr_bitmap { struct
78 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