Searched defs:vmcb_ctrl (Results 1 – 1 of 1) sorted by relevance
258 struct vmcb_ctrl { struct259 uint32_t intercept[5]; /* all intercepts */260 uint8_t pad1[0x28]; /* Offsets 0x14-0x3B are reserved. */261 uint16_t pause_filthresh; /* Offset 0x3C, PAUSE filter threshold */262 uint16_t pause_filcnt; /* Offset 0x3E, PAUSE filter count */263 uint64_t iopm_base_pa; /* 0x40: IOPM_BASE_PA */264 uint64_t msrpm_base_pa; /* 0x48: MSRPM_BASE_PA */265 uint64_t tsc_offset; /* 0x50: TSC_OFFSET */266 uint32_t asid; /* 0x58: Guest ASID */267 uint8_t tlb_ctrl; /* 0x5C: TLB_CONTROL */[all …]