Lines Matching refs:tsc_offset
2505 decoder->packet.payload -= vmcs_info->tsc_offset;
2519 vmcs_info->tsc_offset);
2523 uint64_t tsc_offset)
2527 .tsc_offset = tsc_offset
2546 vmcs_info->vmcs, vmcs_info->tsc_offset);
2573 if (vmcs_info && vmcs_info->tsc_offset) {
2588 if (vmcs_info && vmcs_info->tsc_offset)
2600 uint64_t tsc_offset = 0;
2645 tsc_offset = host_tsc - expected_tsc;
2653 intel_pt_translate_vm_tsc_offset(decoder, tsc_offset);
2665 if (!tsc_offset)
2675 (tsc_offset & SEVEN_BYTES) ==
2676 (vmcs_info->tsc_offset & SEVEN_BYTES)) {
2698 if (vmcs_info->tsc_offset && vmcs_info->reliable) {
2716 if (assign && (vmcs_info->tsc_offset != tsc_offset ||
2718 bool print = vmcs_info->tsc_offset != tsc_offset;
2720 vmcs_info->tsc_offset = tsc_offset;
2727 if (vmcs_info && vmcs_info->tsc_offset) {
2743 intel_pt_translate_vm_tsc_offset(decoder, tsc_offset);
2780 host_tsc = ((guest_tsc & SEVEN_BYTES) - vmcs_info->tsc_offset) & SEVEN_BYTES;
2785 vmcs_info->tsc_offset);