| .. | .. |
|---|
| 553 | 553 | u64 ia32_misc_enable_msr; |
|---|
| 554 | 554 | u64 smbase; |
|---|
| 555 | 555 | u64 smi_count; |
|---|
| 556 | + bool at_instruction_boundary; |
|---|
| 556 | 557 | bool tpr_access_reporting; |
|---|
| 557 | 558 | bool xsaves_enabled; |
|---|
| 558 | 559 | u64 ia32_xss; |
|---|
| .. | .. |
|---|
| 663 | 664 | u8 preempted; |
|---|
| 664 | 665 | u64 msr_val; |
|---|
| 665 | 666 | u64 last_steal; |
|---|
| 666 | | - struct gfn_to_pfn_cache cache; |
|---|
| 667 | + struct gfn_to_hva_cache cache; |
|---|
| 667 | 668 | } st; |
|---|
| 668 | 669 | |
|---|
| 669 | 670 | u64 l1_tsc_offset; |
|---|
| .. | .. |
|---|
| 1061 | 1062 | u64 req_event; |
|---|
| 1062 | 1063 | u64 halt_poll_success_ns; |
|---|
| 1063 | 1064 | u64 halt_poll_fail_ns; |
|---|
| 1065 | + u64 preemption_reported; |
|---|
| 1066 | + u64 preemption_other; |
|---|
| 1064 | 1067 | }; |
|---|
| 1065 | 1068 | |
|---|
| 1066 | 1069 | struct x86_instruction_info; |
|---|