Skip to content

Instantly share code, notes, and snippets.

@himanshugoel2797
Created May 22, 2016 01:30
Show Gist options
  • Save himanshugoel2797/c156846912eeebefd976b615252c5ddf to your computer and use it in GitHub Desktop.
Save himanshugoel2797/c156846912eeebefd976b615252c5ddf to your computer and use it in GitHub Desktop.
tss_struct64
typedef volatile struct strtss {
uint32_t rsv0;
uint64_t rsp0;
uint64_t rsp1;
uint64_t rsp2;
uint64_t rsv1;
uint64_t ist1;
uint64_t ist2;
uint64_t ist3;
uint64_t ist4;
uint64_t ist5;
uint64_t ist6;
uint64_t ist7;
uint64_t rsv2;
uint16_t rsv3;
uint16_t iomap;
} __attribute__((packed)) tss_struct;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment