Lines Matching refs:tsc_offset

2501 	decoder->packet.payload -= vmcs_info->tsc_offset;  in intel_pt_translate_vm_tsc()
2515 vmcs_info->tsc_offset); in intel_pt_translate_vm_tsc()
2519 uint64_t tsc_offset) in intel_pt_translate_vm_tsc_offset() argument
2523 .tsc_offset = tsc_offset in intel_pt_translate_vm_tsc_offset()
2542 vmcs_info->vmcs, vmcs_info->tsc_offset); in intel_pt_print_vmcs_info()
2569 if (vmcs_info && vmcs_info->tsc_offset) { in intel_pt_vm_tm_corr_first_tsc()
2584 if (vmcs_info && vmcs_info->tsc_offset) in intel_pt_vm_tm_corr_first_tsc()
2596 uint64_t tsc_offset = 0; in intel_pt_vm_tm_corr_tsc() local
2641 tsc_offset = host_tsc - expected_tsc; in intel_pt_vm_tm_corr_tsc()
2649 intel_pt_translate_vm_tsc_offset(decoder, tsc_offset); in intel_pt_vm_tm_corr_tsc()
2661 if (!tsc_offset) in intel_pt_vm_tm_corr_tsc()
2671 (tsc_offset & SEVEN_BYTES) == in intel_pt_vm_tm_corr_tsc()
2672 (vmcs_info->tsc_offset & SEVEN_BYTES)) { in intel_pt_vm_tm_corr_tsc()
2694 if (vmcs_info->tsc_offset && vmcs_info->reliable) { in intel_pt_vm_tm_corr_tsc()
2712 if (assign && (vmcs_info->tsc_offset != tsc_offset || in intel_pt_vm_tm_corr_tsc()
2714 bool print = vmcs_info->tsc_offset != tsc_offset; in intel_pt_vm_tm_corr_tsc()
2716 vmcs_info->tsc_offset = tsc_offset; in intel_pt_vm_tm_corr_tsc()
2723 if (vmcs_info && vmcs_info->tsc_offset) { in intel_pt_vm_tm_corr_tsc()
2739 intel_pt_translate_vm_tsc_offset(decoder, tsc_offset); in intel_pt_vm_tm_corr_tsc()
2776 host_tsc = ((guest_tsc & SEVEN_BYTES) - vmcs_info->tsc_offset) & SEVEN_BYTES; in intel_pt_vm_tm_corr_pebs_tsc()
2781 vmcs_info->tsc_offset); in intel_pt_vm_tm_corr_pebs_tsc()