Lines Matching refs:host_tsc
2564 uint64_t host_tsc) in intel_pt_vm_tm_corr_first_tsc() argument
2584 if (intel_pt_time_in_range(decoder, host_tsc)) { in intel_pt_vm_tm_corr_first_tsc()
2604 uint64_t host_tsc; in intel_pt_vm_tm_corr_tsc() local
2636 host_tsc = intel_pt_8b_tsc(decoder->packet.payload, ref_timestamp); in intel_pt_vm_tm_corr_tsc()
2639 intel_pt_vm_tm_corr_first_tsc(decoder, data, vmcs_info, host_tsc); in intel_pt_vm_tm_corr_tsc()
2645 tsc_offset = host_tsc - expected_tsc; in intel_pt_vm_tm_corr_tsc()
2658 decoder->last_reliable_timestamp = host_tsc; in intel_pt_vm_tm_corr_tsc()
2687 if (host_tsc >= expected_tsc && intel_pt_time_in_range(decoder, host_tsc)) { in intel_pt_vm_tm_corr_tsc()
2751 uint64_t host_tsc = decoder->packet.payload; in intel_pt_vm_tm_corr_pebs_tsc() local
2772 if (intel_pt_time_in_range(decoder, host_tsc)) { in intel_pt_vm_tm_corr_pebs_tsc()
2780 host_tsc = ((guest_tsc & SEVEN_BYTES) - vmcs_info->tsc_offset) & SEVEN_BYTES; in intel_pt_vm_tm_corr_pebs_tsc()
2781 host_tsc = intel_pt_8b_tsc(host_tsc, decoder->timestamp); in intel_pt_vm_tm_corr_pebs_tsc()
2784 guest_tsc, host_tsc, vmcs_info->vmcs, in intel_pt_vm_tm_corr_pebs_tsc()
2786 if (!intel_pt_time_in_range(decoder, host_tsc) && in intel_pt_vm_tm_corr_pebs_tsc()
2792 host_tsc = decoder->timestamp; in intel_pt_vm_tm_corr_pebs_tsc()
2795 decoder->packet.payload = host_tsc; in intel_pt_vm_tm_corr_pebs_tsc()
2798 memcpy((void *)decoder->buf + 1, &host_tsc, 8); in intel_pt_vm_tm_corr_pebs_tsc()