Searched refs:pr_fatal (Results 1 – 16 of 16) sorted by relevance
| /hypervisor/include/debug/ |
| A D | logmsg.h | 83 #define pr_fatal(...) \ macro 121 do { pr_fatal("PANIC: %s line: %d\n", __func__, __LINE__); \ 122 pr_fatal(__VA_ARGS__); \
|
| /hypervisor/common/ |
| A D | hv_main.c | 36 pr_fatal("vcpu handling pending request fail"); in vcpu_thread() 50 pr_fatal("vcpu resume failed"); in vcpu_thread() 67 pr_fatal("dispatch VM exit handler failed for reason" in vcpu_thread()
|
| /hypervisor/arch/x86/guest/ |
| A D | vmexit.c | 220 pr_fatal("vcpu is not running on its pcpu!"); in vmexit_handler() 293 pr_fatal("Error: Unsupported mwait option from guest at 0x%016lx ", in mwait_monitor_vmexit_handler() 303 pr_fatal("Error: Unhandled VM exit condition from guest at 0x%016lx ", in unhandled_vmexit_handler() 306 pr_fatal("Exit Reason: 0x%016lx ", vcpu->arch.exit_reason); in unhandled_vmexit_handler() 334 pr_fatal("VM%d: triple fault @ guest RIP 0x%016lx, exit qualification: 0x%016lx", in triple_fault_vmexit_handler()
|
| A D | optee.c | 110 pr_fatal("No REE vCPU running on this pCPU%u, \n", get_pcpu_id()); in tee_switch_to_ree() 144 pr_fatal("No TEE vCPU running on this pCPU%u, \n", get_pcpu_id()); in ree_switch_to_tee()
|
| A D | ept.c | 294 pr_fatal("%s, Guest linear address: 0x%016lx ", in ept_misconfig_vmexit_handler() 297 pr_fatal("%s, Guest physical address: 0x%016lx ", in ept_misconfig_vmexit_handler()
|
| A D | virq.c | 374 pr_fatal("Triple fault happen -> shutdown!"); in acrn_handle_pending_request() 548 pr_fatal("Exception #MC got from guest!"); in exception_vmexit_handler()
|
| A D | vcpu.c | 792 pr_fatal("vmentry fail reason=%lx", vcpu->arch.exit_reason); in run_vcpu() 794 pr_fatal("vmexit fail err_inst=%x", exec_vmread32(VMX_INSTR_ERROR)); in run_vcpu()
|
| A D | vm.c | 915 pr_fatal("Failed to start all cpus in mask(0x%lx)", mask); in offline_lapic_pt_enabled_pcpus()
|
| /hypervisor/arch/x86/ |
| A D | cpu.c | 264 pr_fatal("SECURITY WARNING!!!!!!"); in init_pcpu_post() 265 pr_fatal("Please apply the latest CPU uCode patch!"); in init_pcpu_post() 385 pr_fatal("Secondary CPU%hu failed to come up", pcpu_id); in start_pcpu()
|
| A D | vtd.c | 470 pr_fatal("%s: dmar uint doesn't support 2MB page!\n", __func__); in dmar_register_hrhd() 473 pr_fatal("%s: dmar uint doesn't support 1GB page!\n", __func__); in dmar_register_hrhd() 476 pr_fatal("%s: dmar unit doesn't support Queued Invalidation!", __func__); in dmar_register_hrhd() 479 pr_fatal("%s: dmar unit doesn't support Interrupt Remapping!", __func__); in dmar_register_hrhd() 482 pr_fatal("%s: dmar unit doesn't support Extended Interrupt Mode!", __func__); in dmar_register_hrhd() 530 pr_fatal("BDF %02x:%02x:%x has no IOMMU\n", bus, devfun >> 3U, devfun & 7U); in device_to_dmaru() 1259 pr_fatal("%s: can't find dmar info\n", __func__); in init_iommu() 1262 pr_fatal("%s: dmar count(%d) beyond the limitation(%d)\n", in init_iommu()
|
| A D | pagetable.c | 398 pr_fatal("%s, pte 0x%lx is already present!\n", __func__, vaddr); in add_pte() 431 pr_fatal("%s, pde 0x%lx is already present!\n", __func__, vaddr); in add_pde() 480 pr_fatal("%s, pdpte 0x%lx is already present!\n", __func__, vaddr); in add_pdpte()
|
| A D | cpu_caps.c | 148 pr_fatal("%s, fast string is not enabled\n", __func__); in is_fast_string_erms_supported_and_enabled() 151 pr_fatal("%s, enhanced rep movsb/stosb not supported\n", __func__); in is_fast_string_erms_supported_and_enabled()
|
| A D | pm.c | 272 pr_fatal("%s(): can't reset host.", __func__); in reset_host()
|
| /hypervisor/dm/ |
| A D | io_req.c | 117 pr_fatal("too much fastio, would not support!"); in add_asyncio() 154 pr_fatal("Failed to find asyncio req on addr: %lx!", async_info->addr); in remove_asyncio() 680 pr_fatal("Err MMIO, address:0x%lx, size:%x", address, size); in hv_emulate_mmio() 774 pr_fatal("%s Err: access dir %d, io_type %d, addr = 0x%lx, size=%lu", __func__, in emulate_io()
|
| /hypervisor/acpi_parser/ |
| A D | acpi_ext.c | 122 pr_fatal("Multiple PCI segment groups is not supported!"); in parse_mcfg_allocation_tables()
|
| /hypervisor/dm/vpci/ |
| A D | vpci.c | 819 pr_fatal("%s %x:%x.%x not support FLR or not support PM reset\n", in vpci_assign_pcidev() 862 pr_fatal("%s, Failed to initialize PCI device %x:%x.%x for vm [%d]\n", __func__, in vpci_assign_pcidev() 869 pr_fatal("%s, can't find PCI device %x:%x.%x for vm[%d] %x:%x.%x\n", __func__, in vpci_assign_pcidev() 910 pr_fatal("%s, can't find PCI device %x:%x.%x for vm[%d] %x:%x.%x\n", __func__, in vpci_deassign_pcidev()
|
Completed in 27 milliseconds