Lines Matching refs:host_tsc
2562 uint64_t host_tsc) in intel_pt_vm_tm_corr_first_tsc() argument
2582 if (intel_pt_time_in_range(decoder, host_tsc)) { in intel_pt_vm_tm_corr_first_tsc()
2602 uint64_t host_tsc; in intel_pt_vm_tm_corr_tsc() local
2634 host_tsc = intel_pt_8b_tsc(decoder->packet.payload, ref_timestamp); in intel_pt_vm_tm_corr_tsc()
2637 intel_pt_vm_tm_corr_first_tsc(decoder, data, vmcs_info, host_tsc); in intel_pt_vm_tm_corr_tsc()
2643 tsc_offset = host_tsc - expected_tsc; in intel_pt_vm_tm_corr_tsc()
2656 decoder->last_reliable_timestamp = host_tsc; in intel_pt_vm_tm_corr_tsc()
2685 if (host_tsc >= expected_tsc && intel_pt_time_in_range(decoder, host_tsc)) { in intel_pt_vm_tm_corr_tsc()
2749 uint64_t host_tsc = decoder->packet.payload; in intel_pt_vm_tm_corr_pebs_tsc() local
2770 if (intel_pt_time_in_range(decoder, host_tsc)) { in intel_pt_vm_tm_corr_pebs_tsc()
2778 host_tsc = ((guest_tsc & SEVEN_BYTES) - vmcs_info->tsc_offset) & SEVEN_BYTES; in intel_pt_vm_tm_corr_pebs_tsc()
2779 host_tsc = intel_pt_8b_tsc(host_tsc, decoder->timestamp); in intel_pt_vm_tm_corr_pebs_tsc()
2782 guest_tsc, host_tsc, vmcs_info->vmcs, in intel_pt_vm_tm_corr_pebs_tsc()
2784 if (!intel_pt_time_in_range(decoder, host_tsc) && in intel_pt_vm_tm_corr_pebs_tsc()
2790 host_tsc = decoder->timestamp; in intel_pt_vm_tm_corr_pebs_tsc()
2793 decoder->packet.payload = host_tsc; in intel_pt_vm_tm_corr_pebs_tsc()
2796 memcpy((void *)decoder->buf + 1, &host_tsc, 8); in intel_pt_vm_tm_corr_pebs_tsc()