Home
last modified time | relevance | path

Searched refs:panic (Results 1 – 25 of 59) sorted by relevance

123

/xen-4.10.0-shim-comet/xen/arch/x86/guest/
A Dxen.c102 panic("unable to reserve shared info memory page"); in map_shared_info()
107 panic("failed to map shared_info page: %ld", rc); in map_shared_info()
171 panic("failed to allocate PFN usage rangeset"); in init_memmap()
181 panic("unable to add RAM to in-use PFN rangeset"); in init_memmap()
189 panic("unable to add range [%#lx, %#lx] to in-use PFN rangeset", in init_memmap()
239 panic("Unable to set evtchn upcall vector: %d", rc); in init_evtchn()
313 panic("Unable to add/change memory type of pfn %#lx to RAM", pfn); in mark_pfn_as_ram()
327 panic("Unable to get " #p); \ in hypervisor_fixup_e820()
371 panic("unable to remap vCPU info and vCPUs > legacy limit"); in hypervisor_resume()
/xen-4.10.0-shim-comet/xen/arch/arm/platforms/
A Dxgene-storm.c52 panic("%s: Can not find interrupt controller node", __func__); in xgene_check_pirq_eoi()
56 panic("%s: Cannot find a valid address for the distributor", __func__); in xgene_check_pirq_eoi()
65 panic("OLD X-Gene Firmware is not supported by Xen.\n" in xgene_check_pirq_eoi()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dgic-v2.c853 panic("GICv2: Cannot remap v2m register frame"); in gicv2_add_v2m_frame_to_list()
863 panic("GICv2: Invalid v2m base SPI:%u\n", spi_start); in gicv2_add_v2m_frame_to_list()
872 panic("GICv2: Cannot allocate memory for v2m frame"); in gicv2_add_v2m_frame_to_list()
910 panic("GICv2: Cannot find a valid v2m frame address"); in gicv2_extension_dt_init()
940 panic("GICv2: Cannot find a valid address for the CPU"); in gicv2_dt_init()
952 panic("GICv2: Cannot find the maintenance IRQ"); in gicv2_dt_init()
1127 panic("GICv2: Failed to get MADT table, %s", msg); in gicv2_acpi_init()
1135 panic("GICv2: No valid GICC entries exists"); in gicv2_acpi_init()
1145 panic("GICv2: No valid GICD entries exists"); in gicv2_acpi_init()
1175 panic("GICv2 interfaces not page aligned"); in gicv2_init()
[all …]
A Dtime.c124 panic("Unable to find a compatible timer in the device tree"); in preinit_dt_xen_time()
151 panic("Timer: Cannot initialize platform timer"); in preinit_xen_time()
167 panic("Timer: Unable to retrieve IRQ %u from the device tree", i); in init_dt_xen_time()
180 panic("CPU does not support the Generic Timer v1 interface"); in init_xen_time()
A Dgic-v3.c836 panic("GICv3: Invalid number of priority bits\n"); in gicv3_hyp_init()
1259 panic("GICv3: Failed to ioremap for GIC distributor\n"); in gicv3_ioremap_distributor()
1270 panic("GICv3: Cannot find a valid distributor address"); in gicv3_dt_init()
1288 panic("GICv3: No rdist base found for region %d\n", i); in gicv3_dt_init()
1301 panic("GICv3: Cannot find the maintenance IRQ"); in gicv3_dt_init()
1565 panic("GICv3: No valid GICD entries exists"); in gicv3_acpi_init()
1577 panic("GICv3: No valid GICR entries exists"); in gicv3_acpi_init()
1597 panic("GICv3: Can't get Redistributor entry"); in gicv3_acpi_init()
1603 panic("GICv3: No valid GICC entries exists"); in gicv3_acpi_init()
1661 panic("GICv3: no distributor detected\n"); in gicv3_init()
[all …]
A Dbootfdt.c180 panic("node %s missing `reg' property\n", name); in process_multiboot_node()
183 panic("fdt: node `%s': `reg` property length is too short\n", in process_multiboot_node()
227 panic("module %s command line too long\n", name); in process_multiboot_node()
342 panic("No valid device tree\n"); in boot_fdt_info()
A Dsetup.c429 panic("Not enough memory to relocate Xen"); in get_xen_paddr()
487 panic("No memory bank"); in setup_mm()
542 panic("Not not enough space for xenheap"); in setup_mm()
727 panic("Invalid device tree blob at physical address %#lx.\n" in start_xen()
860 panic("Error creating domain 0"); in start_xen()
866 panic("Could not set up DOM0 guest OS"); in start_xen()
A Ddomain_build.c131 panic("Failed map pages to DOM0: %d", res); in insert_11_bank()
294 panic("Unable to allocate first memory bank."); in allocate_memory()
600 panic("Cannot cope with this size"); in make_hypervisor_node()
1560 panic(XENLOG_ERR "Unable to map ACPI region 0x%"PRIx64 in acpi_map_other_tables()
1987 panic("Cannot find the /chosen node"); in initrd_load()
1994 panic("Cannot fix up \"linux,initrd-start\" property"); in initrd_load()
2001 panic("Cannot fix up \"linux,initrd-end\" property"); in initrd_load()
2015 panic("Unable to translate guest address"); in initrd_load()
2040 panic("Unable to allocate a PPI for the event channel interrupt\n"); in evtchn_fixup()
2066 panic("Cannot find the /hypervisor node"); in evtchn_fixup()
[all …]
A Dkernel.c88 panic("Not enough memory in the first bank for the kernel+dtb+initrd"); in place_modules()
115 panic("Unable to find suitable location for dtb+initrd"); in place_modules()
180 panic("Unable to map translate guest address"); in kernel_zimage_load()
466 panic("Cannot allocate temporary buffer for kernel"); in kernel_elf_probe()
A Dgic.c277 panic("Unable to find compatible GIC in the device tree"); in gic_dt_preinit()
292 panic("No valid GICD entries exists"); in gic_acpi_preinit()
297 panic("Unable to find compatible GIC in the ACPI table"); in gic_acpi_preinit()
318 panic("Failed to initialize the GIC drivers"); in gic_init()
759 panic("Unhandled SGI %d on CPU%d", sgi, smp_processor_id()); in do_sgi()
A Dplatform.c74 panic("Unable to initialize the platform"); in platform_init()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Ddom0_build.c109 panic("DOM0 P->M table overlaps initial mapping"); in setup_pv_physmap()
115 panic("Dom0 allocation too small for initial P->M table"); in setup_pv_physmap()
212 panic("Not enough RAM for DOM0 P->M table"); in setup_pv_physmap()
408 panic("Domain 0 expects too high a hypervisor start address"); in dom0_construct_pv()
490 panic("Domain 0 allocation is too small for kernel image"); in dom0_construct_pv()
499 panic("Not enough RAM for domain 0 allocation"); in dom0_construct_pv()
516 panic("Not enough RAM for domain 0 initrd"); in dom0_construct_pv()
605 panic("Not enough RAM for domain 0 PML4"); in dom0_construct_pv()
831 panic("Not enough RAM for DOM0 reservation"); in dom0_construct_pv()
910 panic("Dom0 requires supervisor-mode execution"); in dom0_construct_pv()
/xen-4.10.0-shim-comet/tools/include/xen-external/
A Dbsd-sys-queue.h363 panic("Bad list head %p first->prev != head", (head)); \
370 panic("Bad link elm %p next->prev != elm", (elm)); \
375 panic("Bad link elm %p prev->next != elm", (elm)); \
479 panic("Bad tailq head %p first->prev != head", (head)); \
484 panic("Bad tailq NEXT(%p->tqh_last) != NULL", (head)); \
491 panic("Bad link elm %p next->prev != elm", (elm)); \
496 panic("Bad link elm %p prev->next != elm", (elm)); \
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/
A Dtraps.c43 panic("bad mode"); in do_bad_mode()
/xen-4.10.0-shim-comet/xen/common/
A Dwarning.c14 panic("Too many pieces of warning text."); in warning_add()
A Dgunzip.c60 panic("%s", x); in error()
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/
A DKbuild10 xen-platform-pci-objs += panic-handler.o
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmpparse.c233 panic("Recompile kernel with bigger MAX_IO_APICS"); in MP_ioapic_info()
253 panic("Max # of irq sources exceeded"); in MP_intsrc_info()
858 panic("Recompile kernel with bigger MAX_IO_APICS"); in mp_register_ioapic()
957 panic("Max # of irq sources exceeded"); in mp_override_legacy_irq()
1023 panic("Max # of irq sources exceeded"); in mp_config_acpi_legacy_irqs()
A Dtraps.c688 panic("FATAL TRAP: vector = %d (%s)\n" in fatal_trap()
702 panic("FATAL RESERVED TRAP %#x: %s", trapnr, trapstr(trapnr)); in do_reserved_trap()
750 panic("FATAL TRAP: vector = %d (%s)\n" in do_trap()
1034 panic("Xen BUG at %s%s:%d", prefix, filename, lineno); in do_invalid_op()
1049 panic("Assertion '%s' failed at %s%s:%d", in do_invalid_op()
1065 panic("FATAL TRAP: vector = %d (invalid opcode)", TRAP_invalid_op); in do_invalid_op()
1412 panic("FATAL PAGE FAULT\n" in do_page_fault()
1552 panic("GENERAL PROTECTION FAULT\n[error_code=%04x]", regs->error_code); in do_general_protection()
A Dsetup.c807 panic("dom0 kernel not specified. Check bootloader configuration."); in __start_xen()
898 panic("Bootloader provided no memory information."); in __start_xen()
933 panic("Bootloader didn't honor module alignment request."); in __start_xen()
1176 panic("Not enough memory to relocate the dom0 kernel image."); in __start_xen()
1185 panic("Not enough memory to relocate Xen."); in __start_xen()
1619 panic("Could not protect TXT memory regions"); in __start_xen()
1635 panic("Error creating domain 0"); in __start_xen()
1703 panic("Could not set up DOM0 guest OS"); in __start_xen()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/
A Ddmar.h120 panic("%s:%d:%s: DMAR hardware is malfunctional",\
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/
A Dvfp.c83 panic("Xen only support VFP 3"); in vfp_init()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/x86/
A Diommu.c118 panic("Presently, iommu must be enabled for PVH hardware domain\n"); in arch_iommu_check_autotranslated_hwdom()
/xen-4.10.0-shim-comet/docs/misc/
A Dxen-error-handling.txt59 5. panic()
63 no extra diagnostic information such as a backtrace. panic() is
/xen-4.10.0-shim-comet/m4/
A DREADME.source40 systemd.m4 was contributed to by Luis R. Rodriguez <mcgrof@do-not-panic.com>,

Completed in 41 milliseconds

123