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