Searched refs:vt_boot_hrtime (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/ |
H A D | time_data.c | 192 .vt_boot_hrtime = src->vt_boot_hrtime, in test_invalid_freq() 226 .vt_boot_hrtime = src->vt_boot_hrtime, in test_invalid_freq_amd() 277 .vt_boot_hrtime = src->vt_boot_hrtime, in test_valid_freq_amd() 325 .vt_boot_hrtime = src->vt_boot_hrtime, in test_invalid_freq_intel() 358 .vt_boot_hrtime = src->vt_boot_hrtime, in test_invalid_host_times() 393 .vt_boot_hrtime = src->vt_boot_hrtime, in test_invalid_boot_hrtime() 407 invalid.vt_boot_hrtime += src->vt_hrtime + 500000000000; in test_invalid_boot_hrtime() 430 .vt_boot_hrtime = src->vt_boot_hrtime, in test_valid_guest_tsc() 461 .vt_boot_hrtime = -100000000000, in test_valid_boot_hrtime() 475 should_geq_i64("boot_hrtime", res.vt_boot_hrtime, valid.vt_boot_hrtime); in test_valid_boot_hrtime() [all …]
|
/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/ |
H A D | tsc_freq_ctrl.c | 86 .vt_boot_hrtime = src->vt_boot_hrtime, in do_freq_test()
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | vmm_data.h | 279 int64_t vt_boot_hrtime; /* guest boot_hrtime */ member
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm.c | 4917 out->vt_boot_hrtime = vm->boot_hrtime; in vmm_data_read_vmm_time() 5011 if ((src->vt_hrtime > hrtime) || (src->vt_boot_hrtime > hrtime)) { in vmm_data_write_vmm_time() 5029 vm->boot_hrtime = src->vt_boot_hrtime; in vmm_data_write_vmm_time()
|