Lines Matching full:u64
34 u64 rax;
35 u64 rcx;
36 u64 rdx;
37 u64 rbx;
38 u64 rsp;
39 u64 rbp;
40 u64 rsi;
41 u64 rdi;
42 u64 r8;
43 u64 r9;
44 u64 r10;
45 u64 r11;
46 u64 r12;
47 u64 r13;
48 u64 r14;
49 u64 r15;
52 u64 gp_registers[16];
55 u64 rip;
57 u64 rflags;
60 u64 registers[18];
89 u64 cr0;
90 u64 cr3;
91 u64 cr4;
92 u64 cr8;
93 u64 efer;
94 u64 dr7;
97 u64 instruction_emulation_hints;
103 u64 as_uint64[HV_PARTITION_PROCESSOR_FEATURES_BANKS];
105 u64 sse3_support : 1;
106 u64 lahf_sahf_support : 1;
107 u64 ssse3_support : 1;
108 u64 sse4_1_support : 1;
109 u64 sse4_2_support : 1;
110 u64 sse4a_support : 1;
111 u64 xop_support : 1;
112 u64 pop_cnt_support : 1;
113 u64 cmpxchg16b_support : 1;
114 u64 altmovcr8_support : 1;
115 u64 lzcnt_support : 1;
116 u64 mis_align_sse_support : 1;
117 u64 mmx_ext_support : 1;
118 u64 amd3dnow_support : 1;
119 u64 extended_amd3dnow_support : 1;
120 u64 page_1gb_support : 1;
121 u64 aes_support : 1;
122 u64 pclmulqdq_support : 1;
123 u64 pcid_support : 1;
124 u64 fma4_support : 1;
125 u64 f16c_support : 1;
126 u64 rd_rand_support : 1;
127 u64 rd_wr_fs_gs_support : 1;
128 u64 smep_support : 1;
129 u64 enhanced_fast_string_support : 1;
130 u64 bmi1_support : 1;
131 u64 bmi2_support : 1;
132 u64 hle_support_deprecated : 1;
133 u64 rtm_support_deprecated : 1;
134 u64 movbe_support : 1;
135 u64 npiep1_support : 1;
136 u64 dep_x87_fpu_save_support : 1;
137 u64 rd_seed_support : 1;
138 u64 adx_support : 1;
139 u64 intel_prefetch_support : 1;
140 u64 smap_support : 1;
141 u64 hle_support : 1;
142 u64 rtm_support : 1;
143 u64 rdtscp_support : 1;
144 u64 clflushopt_support : 1;
145 u64 clwb_support : 1;
146 u64 sha_support : 1;
147 u64 x87_pointers_saved_support : 1;
148 u64 invpcid_support : 1;
149 u64 ibrs_support : 1;
150 u64 stibp_support : 1;
151 u64 ibpb_support: 1;
152 u64 unrestricted_guest_support : 1;
153 u64 mdd_support : 1;
154 u64 fast_short_rep_mov_support : 1;
155 u64 l1dcache_flush_support : 1;
156 u64 rdcl_no_support : 1;
157 u64 ibrs_all_support : 1;
158 u64 skip_l1df_support : 1;
159 u64 ssb_no_support : 1;
160 u64 rsb_a_no_support : 1;
161 u64 virt_spec_ctrl_support : 1;
162 u64 rd_pid_support : 1;
163 u64 umip_support : 1;
164 u64 mbs_no_support : 1;
165 u64 mb_clear_support : 1;
166 u64 taa_no_support : 1;
167 u64 tsx_ctrl_support : 1;
172 u64 reserved_bank0 : 1;
175 u64 acount_mcount_support : 1;
176 u64 tsc_invariant_support : 1;
177 u64 cl_zero_support : 1;
178 u64 rdpru_support : 1;
179 u64 la57_support : 1;
180 u64 mbec_support : 1;
181 u64 nested_virt_support : 1;
182 u64 psfd_support : 1;
183 u64 cet_ss_support : 1;
184 u64 cet_ibt_support : 1;
185 u64 vmx_exception_inject_support : 1;
186 u64 enqcmd_support : 1;
187 u64 umwait_tpause_support : 1;
188 u64 movdiri_support : 1;
189 u64 movdir64b_support : 1;
190 u64 cldemote_support : 1;
191 u64 serialize_support : 1;
192 u64 tsc_deadline_tmr_support : 1;
193 u64 tsc_adjust_support : 1;
194 u64 fzlrep_movsb : 1;
195 u64 fsrep_stosb : 1;
196 u64 fsrep_cmpsb : 1;
197 u64 reserved_bank1 : 42;
203 u64 xsave_support : 1;
204 u64 xsaveopt_support : 1;
205 u64 avx_support : 1;
206 u64 reserved1 : 61;
208 u64 as_uint64;
220 u64 as_uint64[HV_PARTITION_SYNTHETIC_PROCESSOR_FEATURES_BANKS];
223 u64 hypervisor_present : 1;
225 u64 hv1 : 1;
226 u64 access_vp_run_time_reg : 1; /* HV_X64_MSR_VP_RUNTIME */
227 u64 access_partition_reference_counter : 1; /* HV_X64_MSR_TIME_REF_COUNT */
228 u64 access_synic_regs : 1; /* SINT-related registers */
233 u64 access_synthetic_timer_regs : 1;
234 u64 access_intr_ctrl_regs : 1; /* APIC MSRs and VP assist page*/
236 u64 access_hypercall_regs : 1;
237 u64 access_vp_index : 1;
238 u64 access_partition_reference_tsc : 1;
239 u64 access_guest_idle_reg : 1;
240 u64 access_frequency_regs : 1;
241 u64 reserved_z12 : 1;
242 u64 reserved_z13 : 1;
243 u64 reserved_z14 : 1;
244 u64 enable_extended_gva_ranges_for_flush_virtual_address_list : 1;
245 u64 reserved_z16 : 1;
246 u64 reserved_z17 : 1;
248 u64 fast_hypercall_output : 1;
249 u64 reserved_z19 : 1;
250 u64 start_virtual_processor : 1; /* Can start VPs */
251 u64 reserved_z21 : 1;
253 u64 direct_synthetic_timers : 1;
254 u64 reserved_z23 : 1;
255 u64 extended_processor_masks : 1;
258 u64 tb_flush_hypercalls : 1;
259 u64 synthetic_cluster_ipi : 1;
260 u64 notify_long_spin_wait : 1;
261 u64 query_numa_distance : 1;
262 u64 signal_events : 1;
263 u64 retarget_device_interrupt : 1;
264 u64 restore_time : 1;
267 u64 enlightened_vmcs : 1;
268 u64 reserved : 31;
278 u64 as_uint64;
280 u64 isolation_type: 5;
281 u64 isolation_host_type : 2;
282 u64 rsvd_z: 5;
283 u64 shared_gpa_boundary_page_number: 52;
308 u64 flags;
317 u64 partition_id;
321 u64 partition_id;
325 u64 partition_id;
329 u64 partition_id;
333 u64 partition_id;
339 u64 property_value;
343 u64 partition_id;
346 u64 property_value;
356 u64 partition_id;
362 u64 map_location; /* GPA page number */
366 u64 partition_id;
389 u64 rsvdz;
399 u64 monitor_address;
400 u64 rsvdz;
405 u64 rsvdz;
415 u64 rsvdz;
418 u64 rsvdz;
421 u64 monitor_address;
424 u64 gpa;
425 u64 trigger_value;
426 u64 flags;
465 u64 as_uint64;
467 u64 enable : 1;
468 u64 reserved : 63;
474 u64 as_uint64;
476 u64 siefp_enabled : 1;
477 u64 preserved : 11;
478 u64 base_siefp_gpa : 52;
483 u64 as_uint64;
485 u64 sirbp_enabled : 1;
486 u64 preserved : 11;
487 u64 base_sirbp_gpa : 52;
492 u64 as_uint64;
507 u64 config;
508 u64 count;
509 u64 adjustment;
510 u64 undelivered_exp_time;
515 u64 reserved[5];
519 u64 as_uint64[2];
521 u64 partition_id;
528 u64 partition_id;
530 u64 dest_addr; /* cpu's apic id */
538 u64 port_partition_id;
543 u64 connection_partition_id;
549 u64 as_uint64[2];
551 u64 port_partition_id;
558 u64 connection_partition_id;
563 u64 port_partition_id;
571 u64 as_uint64[2];
573 u64 connection_partition_id;
581 u64 as_uint64;
589 u64 flags;
624 u64 partition_id;
630 u64 output_data_pfns[];
638 u64 pfns;
643 u64 partition_id;
677 u64 partition_id;
686 u64 bitset_buffer[BITSET_BUFFER_SIZE];
696 (sizeof(u64 /* partition id */) + sizeof(u32 /* vp index */))) - 1)
703 u64 partition_ids[HV_MESSAGE_MAX_PARTITION_VP_PAIR_COUNT];
721 u64 partition_id;
724 u64 time_slice; /* in 100ns */
725 u64 spec_ctrl;