Searched refs:TRACE_2L (Results 1 – 13 of 13) sorted by relevance
| /hypervisor/common/ |
| A D | hv_main.c | 47 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 D | timer.c | 52 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 D | trace.c | 9 void TRACE_2L(__unused uint32_t evid, __unused uint64_t e, __unused uint64_t f) {} in TRACE_2L() function
|
| /hypervisor/include/debug/ |
| A D | trace.h | 48 void TRACE_2L(uint32_t evid, uint64_t e, uint64_t f);
|
| /hypervisor/debug/ |
| A D | trace.c | 62 void TRACE_2L(uint32_t evid, uint64_t e, uint64_t f) in TRACE_2L() function
|
| /hypervisor/arch/x86/guest/ |
| A D | virq.c | 315 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 D | vmx_io.c | 112 TRACE_2L(TRACE_VMEXIT_EPT_VIOLATION, exit_qual, gpa); in ept_violation_vmexit_handler()
|
| A D | vmexit.c | 311 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 D | vmcall.c | 288 TRACE_2L(TRACE_VMEXIT_VMCALL, vm->vm_id, hypcall_id); in vmcall_vmexit_handler()
|
| A D | vmsr.c | 887 TRACE_2L(TRACE_VMEXIT_RDMSR, msr, v); in rdmsr_vmexit_handler() 1357 TRACE_2L(TRACE_VMEXIT_WRMSR, msr, v); in wrmsr_vmexit_handler()
|
| A D | ept.c | 302 TRACE_2L(TRACE_VMEXIT_EPT_MISCONFIGURATION, 0UL, 0UL); in ept_misconfig_vmexit_handler()
|
| A D | virtual_cr.c | 594 TRACE_2L(TRACE_VMEXIT_CR_ACCESS, vm_exit_cr_access_type(exit_qual), in cr_access_vmexit_handler()
|
| A D | vlapic.c | 2443 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 19 milliseconds