Lines Matching full:u64

25 	u64 as_uint64;
47 u64 rax;
48 u64 rcx;
49 u64 rdx;
50 u64 rbx;
51 u64 rsp;
52 u64 rbp;
53 u64 rsi;
54 u64 rdi;
55 u64 r8;
56 u64 r9;
57 u64 r10;
58 u64 r11;
59 u64 r12;
60 u64 r13;
61 u64 r14;
62 u64 r15;
65 u64 gp_registers[16];
68 u64 rip;
70 u64 rflags;
73 u64 registers[18];
102 u64 cr0;
103 u64 cr3;
104 u64 cr4;
105 u64 cr8;
106 u64 efer;
107 u64 dr7;
110 u64 instruction_emulation_hints;
111 u64 xfem;
132 u64 as_uint64[HV_PARTITION_PROCESSOR_FEATURES_BANKS];
134 u64 sse3_support : 1;
135 u64 lahf_sahf_support : 1;
136 u64 ssse3_support : 1;
137 u64 sse4_1_support : 1;
138 u64 sse4_2_support : 1;
139 u64 sse4a_support : 1;
140 u64 xop_support : 1;
141 u64 pop_cnt_support : 1;
142 u64 cmpxchg16b_support : 1;
143 u64 altmovcr8_support : 1;
144 u64 lzcnt_support : 1;
145 u64 mis_align_sse_support : 1;
146 u64 mmx_ext_support : 1;
147 u64 amd3dnow_support : 1;
148 u64 extended_amd3dnow_support : 1;
149 u64 page_1gb_support : 1;
150 u64 aes_support : 1;
151 u64 pclmulqdq_support : 1;
152 u64 pcid_support : 1;
153 u64 fma4_support : 1;
154 u64 f16c_support : 1;
155 u64 rd_rand_support : 1;
156 u64 rd_wr_fs_gs_support : 1;
157 u64 smep_support : 1;
158 u64 enhanced_fast_string_support : 1;
159 u64 bmi1_support : 1;
160 u64 bmi2_support : 1;
161 u64 hle_support_deprecated : 1;
162 u64 rtm_support_deprecated : 1;
163 u64 movbe_support : 1;
164 u64 npiep1_support : 1;
165 u64 dep_x87_fpu_save_support : 1;
166 u64 rd_seed_support : 1;
167 u64 adx_support : 1;
168 u64 intel_prefetch_support : 1;
169 u64 smap_support : 1;
170 u64 hle_support : 1;
171 u64 rtm_support : 1;
172 u64 rdtscp_support : 1;
173 u64 clflushopt_support : 1;
174 u64 clwb_support : 1;
175 u64 sha_support : 1;
176 u64 x87_pointers_saved_support : 1;
177 u64 invpcid_support : 1;
178 u64 ibrs_support : 1;
179 u64 stibp_support : 1;
180 u64 ibpb_support: 1;
181 u64 unrestricted_guest_support : 1;
182 u64 mdd_support : 1;
183 u64 fast_short_rep_mov_support : 1;
184 u64 l1dcache_flush_support : 1;
185 u64 rdcl_no_support : 1;
186 u64 ibrs_all_support : 1;
187 u64 skip_l1df_support : 1;
188 u64 ssb_no_support : 1;
189 u64 rsb_a_no_support : 1;
190 u64 virt_spec_ctrl_support : 1;
191 u64 rd_pid_support : 1;
192 u64 umip_support : 1;
193 u64 mbs_no_support : 1;
194 u64 mb_clear_support : 1;
195 u64 taa_no_support : 1;
196 u64 tsx_ctrl_support : 1;
201 u64 reserved_bank0 : 1;
204 u64 acount_mcount_support : 1;
205 u64 tsc_invariant_support : 1;
206 u64 cl_zero_support : 1;
207 u64 rdpru_support : 1;
208 u64 la57_support : 1;
209 u64 mbec_support : 1;
210 u64 nested_virt_support : 1;
211 u64 psfd_support : 1;
212 u64 cet_ss_support : 1;
213 u64 cet_ibt_support : 1;
214 u64 vmx_exception_inject_support : 1;
215 u64 enqcmd_support : 1;
216 u64 umwait_tpause_support : 1;
217 u64 movdiri_support : 1;
218 u64 movdir64b_support : 1;
219 u64 cldemote_support : 1;
220 u64 serialize_support : 1;
221 u64 tsc_deadline_tmr_support : 1;
222 u64 tsc_adjust_support : 1;
223 u64 fzlrep_movsb : 1;
224 u64 fsrep_stosb : 1;
225 u64 fsrep_cmpsb : 1;
226 u64 reserved_bank1 : 42;
232 u64 xsave_support : 1;
233 u64 xsaveopt_support : 1;
234 u64 avx_support : 1;
235 u64 reserved1 : 61;
237 u64 as_uint64;
249 u64 as_uint64[HV_PARTITION_SYNTHETIC_PROCESSOR_FEATURES_BANKS];
252 u64 hypervisor_present : 1;
254 u64 hv1 : 1;
255 u64 access_vp_run_time_reg : 1; /* HV_X64_MSR_VP_RUNTIME */
256 u64 access_partition_reference_counter : 1; /* HV_X64_MSR_TIME_REF_COUNT */
257 u64 access_synic_regs : 1; /* SINT-related registers */
262 u64 access_synthetic_timer_regs : 1;
263 u64 access_intr_ctrl_regs : 1; /* APIC MSRs and VP assist page*/
265 u64 access_hypercall_regs : 1;
266 u64 access_vp_index : 1;
267 u64 access_partition_reference_tsc : 1;
268 u64 access_guest_idle_reg : 1;
269 u64 access_frequency_regs : 1;
270 u64 reserved_z12 : 1;
271 u64 reserved_z13 : 1;
272 u64 reserved_z14 : 1;
273 u64 enable_extended_gva_ranges_for_flush_virtual_address_list : 1;
274 u64 reserved_z16 : 1;
275 u64 reserved_z17 : 1;
277 u64 fast_hypercall_output : 1;
278 u64 reserved_z19 : 1;
279 u64 start_virtual_processor : 1; /* Can start VPs */
280 u64 reserved_z21 : 1;
282 u64 direct_synthetic_timers : 1;
283 u64 reserved_z23 : 1;
284 u64 extended_processor_masks : 1;
287 u64 tb_flush_hypercalls : 1;
288 u64 synthetic_cluster_ipi : 1;
289 u64 notify_long_spin_wait : 1;
290 u64 query_numa_distance : 1;
291 u64 signal_events : 1;
292 u64 retarget_device_interrupt : 1;
293 u64 restore_time : 1;
296 u64 enlightened_vmcs : 1;
297 u64 reserved : 31;
307 u64 as_uint64;
309 u64 isolation_type: 5;
310 u64 isolation_host_type : 2;
311 u64 rsvd_z: 5;
312 u64 shared_gpa_boundary_page_number: 52;
338 u64 flags;
347 u64 partition_id;
351 u64 partition_id;
355 u64 partition_id;
359 u64 partition_id;
363 u64 partition_id;
369 u64 property_value;
373 u64 partition_id;
376 u64 property_value;
387 u64 partition_id;
398 u64 requested_map_location;
402 u64 map_location; /* GPA page number */
406 u64 partition_id;
436 u64 rsvdz;
446 u64 monitor_address;
447 u64 rsvdz;
452 u64 rsvdz;
462 u64 rsvdz;
465 u64 rsvdz;
468 u64 monitor_address;
471 u64 gpa;
472 u64 trigger_value;
473 u64 flags;
512 u64 as_uint64;
514 u64 enable : 1;
515 u64 reserved : 63;
521 u64 as_uint64;
523 u64 siefp_enabled : 1;
524 u64 preserved : 11;
525 u64 base_siefp_gpa : 52;
530 u64 as_uint64;
532 u64 sirbp_enabled : 1;
533 u64 preserved : 11;
534 u64 base_sirbp_gpa : 52;
539 u64 as_uint64;
554 u64 config;
555 u64 count;
556 u64 adjustment;
557 u64 undelivered_exp_time;
562 u64 reserved[5];
566 u64 partition_id;
569 u64 sub_status;
573 u64 as_uint64[2];
575 u64 partition_id;
582 u64 partition_id;
584 u64 dest_addr; /* cpu's apic id */
592 u64 port_partition_id;
597 u64 connection_partition_id;
603 u64 as_uint64[2];
605 u64 port_partition_id;
612 u64 connection_partition_id;
617 u64 port_partition_id;
625 u64 as_uint64[2];
627 u64 connection_partition_id;
635 u64 as_uint64;
643 u64 flags;
678 u64 partition_id;
684 u64 output_data_pfns[];
692 u64 pfns;
697 u64 partition_id;
730 u64 rip;
731 u64 rflags;
752 u64 guest_virtual_address;
753 u64 guest_physical_address;
782 u64 partition_id;
791 u64 bitset_buffer[BITSET_BUFFER_SIZE];
801 (sizeof(u64 /* partition id */) + sizeof(u32 /* vp index */))) - 1)
808 u64 partition_ids[HV_MESSAGE_MAX_PARTITION_VP_PAIR_COUNT];
827 u64 partition_id;
830 u64 time_slice; /* in 100ns */
831 u64 spec_ctrl;
843 u64 partition_id;
844 u64 spa_page_list[];