Lines Matching refs:tsc_offset
2255 decoder->packet.payload -= vmcs_info->tsc_offset; in intel_pt_translate_vm_tsc()
2269 vmcs_info->tsc_offset); in intel_pt_translate_vm_tsc()
2273 uint64_t tsc_offset) in intel_pt_translate_vm_tsc_offset() argument
2277 .tsc_offset = tsc_offset in intel_pt_translate_vm_tsc_offset()
2296 vmcs_info->vmcs, vmcs_info->tsc_offset); in intel_pt_print_vmcs_info()
2323 if (vmcs_info && vmcs_info->tsc_offset) { in intel_pt_vm_tm_corr_first_tsc()
2338 if (vmcs_info && vmcs_info->tsc_offset) in intel_pt_vm_tm_corr_first_tsc()
2350 uint64_t tsc_offset = 0; in intel_pt_vm_tm_corr_tsc() local
2395 tsc_offset = host_tsc - expected_tsc; in intel_pt_vm_tm_corr_tsc()
2403 intel_pt_translate_vm_tsc_offset(decoder, tsc_offset); in intel_pt_vm_tm_corr_tsc()
2415 if (!tsc_offset) in intel_pt_vm_tm_corr_tsc()
2425 (tsc_offset & SEVEN_BYTES) == in intel_pt_vm_tm_corr_tsc()
2426 (vmcs_info->tsc_offset & SEVEN_BYTES)) { in intel_pt_vm_tm_corr_tsc()
2448 if (vmcs_info->tsc_offset && vmcs_info->reliable) { in intel_pt_vm_tm_corr_tsc()
2466 if (assign && (vmcs_info->tsc_offset != tsc_offset || in intel_pt_vm_tm_corr_tsc()
2468 bool print = vmcs_info->tsc_offset != tsc_offset; in intel_pt_vm_tm_corr_tsc()
2470 vmcs_info->tsc_offset = tsc_offset; in intel_pt_vm_tm_corr_tsc()
2477 if (vmcs_info && vmcs_info->tsc_offset) { in intel_pt_vm_tm_corr_tsc()
2493 intel_pt_translate_vm_tsc_offset(decoder, tsc_offset); in intel_pt_vm_tm_corr_tsc()
2530 host_tsc = ((guest_tsc & SEVEN_BYTES) - vmcs_info->tsc_offset) & SEVEN_BYTES; in intel_pt_vm_tm_corr_pebs_tsc()
2535 vmcs_info->tsc_offset); in intel_pt_vm_tm_corr_pebs_tsc()