Searched defs:vmcb_ctrl (Results 1 – 1 of 1) sorted by relevance
291 struct vmcb_ctrl { struct292 uint32_t intercept[5]; /* 0x00-0x13: all intercepts */293 uint32_t _pad1[10]; /* 0x14-0x3B: Reserved. */294 uint32_t pause_ctrl; /* 0x3C, PAUSE filter thresh/count */295 uint64_t iopm_base_pa; /* 0x40: IOPM_BASE_PA */296 uint64_t msrpm_base_pa; /* 0x48: MSRPM_BASE_PA */297 uint64_t tsc_offset; /* 0x50: TSC_OFFSET */298 uint32_t asid; /* 0x58: Guest ASID */299 uint8_t tlb_ctrl; /* 0x5C: TLB_CONTROL */300 uint8_t _pad2[3]; /* 0x5D-0x5F: Reserved. */[all …]