Lines Matching refs:dprintf
454 dprintf(CRITICAL, "Unsupported IO instruction\n"); in handle_io_instruction()
461 dprintf(CRITICAL, "Unhandled IO port %s %#x\n", in handle_io_instruction()
537 dprintf(INFO, "Unhandled x2APIC rdmsr %#lx\n", guest_state->rcx); in handle_apic_rdmsr()
594 dprintf(INFO, "Unhandled rdmsr %#lx\n", guest_state->rcx); in handle_rdmsr()
654 dprintf(CRITICAL, "Logical IPI destination mode is not supported\n"); in handle_ipi()
681 dprintf(CRITICAL, "Unsupported IPI delivery mode %#x\n", in handle_ipi()
745 dprintf(INFO, "Unhandled x2APIC wrmsr %#lx\n", guest_state->rcx); in handle_apic_wrmsr()
821 dprintf(INFO, "Unhandled wrmsr %#lx\n", guest_state->rcx); in handle_wrmsr()
971 dprintf(CRITICAL, "Unhandled EPT violation %#lx\n", exit_info.guest_physical_address); in handle_ept_violation()
1019 dprintf(INFO, "CLOCK_PAIRING hypercall doesn't support clock type %lu\n", in handle_vmcall()
1026 dprintf(INFO, "Populating lock offset failed with %d\n", status); in handle_vmcall()
1034 dprintf(INFO, "Unknown VMCALL(%lu) (arg0=%#lx, arg1=%#lx, arg2=%#lx, arg3=%#lx)\n", in handle_vmcall()
1125 dprintf(CRITICAL, "VM exit handler for %u (%s) at RIP %#lx returned %d\n", in vmexit_handler()