Home
last modified time | relevance | path

Searched refs:TRACE_2L (Results 1 – 13 of 13) sorted by relevance

/hypervisor/common/
A Dhv_main.c47 TRACE_2L(TRACE_VM_ENTER, 0UL, 0UL); in vcpu_thread()
57 TRACE_2L(TRACE_VM_EXIT, vcpu->arch.exit_reason, vcpu_get_rip(vcpu)); in vcpu_thread()
A Dtimer.c52 TRACE_2L(TRACE_TIMER_ACTION_PCKUP, timer->timeout, 0UL); in run_timer()
121 TRACE_2L(TRACE_TIMER_ACTION_ADDED, timer->timeout, 0UL); in add_timer()
/hypervisor/release/
A Dtrace.c9 void TRACE_2L(__unused uint32_t evid, __unused uint64_t e, __unused uint64_t f) {} in TRACE_2L() function
/hypervisor/include/debug/
A Dtrace.h48 void TRACE_2L(uint32_t evid, uint64_t e, uint64_t f);
/hypervisor/debug/
A Dtrace.c62 void TRACE_2L(uint32_t evid, uint64_t e, uint64_t f) in TRACE_2L() function
/hypervisor/arch/x86/guest/
A Dvirq.c315 TRACE_2L(TRACE_VMEXIT_INTERRUPT_WINDOW, 0UL, 0UL); in interrupt_window_vmexit_handler()
350 TRACE_2L(TRACE_VMEXIT_EXTERNAL_INTERRUPT, ctx.vector, 0UL); in external_interrupt_vmexit_handler()
A Dvmx_io.c112 TRACE_2L(TRACE_VMEXIT_EPT_VIOLATION, exit_qual, gpa); in ept_violation_vmexit_handler()
A Dvmexit.c311 TRACE_2L(TRACE_VMEXIT_UNHANDLED, vcpu->arch.exit_reason, 0UL); in unhandled_vmexit_handler()
363 TRACE_2L(TRACE_VMEXIT_CPUID, (uint64_t)eax, (uint64_t)ecx); in cpuid_vmexit_handler()
A Dvmcall.c288 TRACE_2L(TRACE_VMEXIT_VMCALL, vm->vm_id, hypcall_id); in vmcall_vmexit_handler()
A Dvmsr.c887 TRACE_2L(TRACE_VMEXIT_RDMSR, msr, v); in rdmsr_vmexit_handler()
1357 TRACE_2L(TRACE_VMEXIT_WRMSR, msr, v); in wrmsr_vmexit_handler()
A Dept.c302 TRACE_2L(TRACE_VMEXIT_EPT_MISCONFIGURATION, 0UL, 0UL); in ept_misconfig_vmexit_handler()
A Dvirtual_cr.c594 TRACE_2L(TRACE_VMEXIT_CR_ACCESS, vm_exit_cr_access_type(exit_qual), in cr_access_vmexit_handler()
A Dvlapic.c2443 TRACE_2L(TRACE_VMEXIT_APICV_ACCESS, qual, (uint64_t)vlapic); in apic_access_vmexit_handler()
2475 TRACE_2L(TRACE_VMEXIT_APICV_VIRT_EOI, vector, 0UL); in veoi_vmexit_handler()
2554 TRACE_2L(TRACE_VMEXIT_APICV_WRITE, offset, 0UL); in apic_write_vmexit_handler()

Completed in 76 milliseconds