/xen/xen/arch/arm/platforms/ |
A D | xgene-storm.c | 51 panic("%s: Can not find interrupt controller node\n", __func__); in xgene_check_pirq_eoi() 55 panic("%s: Cannot find a valid address for the distributor\n", __func__); in xgene_check_pirq_eoi() 64 panic("OLD X-Gene Firmware is not supported by Xen.\n" in xgene_check_pirq_eoi()
|
/xen/xen/arch/x86/guest/xen/ |
A D | xen.c | 81 panic("unable to reserve shared info memory page\n"); in map_shared_info() 86 panic("failed to map shared_info page: %ld\n", rc); in map_shared_info() 150 panic("failed to allocate PFN usage rangeset\n"); in init_memmap() 160 panic("unable to add RAM to in-use PFN rangeset\n"); in init_memmap() 168 panic("unable to add range [%#lx, %#lx] to in-use PFN rangeset\n", in init_memmap() 311 panic("unable to remap vCPU info and vCPUs > legacy limit\n"); in resume()
|
A D | pvh-boot.c | 46 panic("Magic value is wrong: %x\n", pvh_info->magic); in convert_pvh_info() 54 panic("The module array is too small, size %zu, requested %u\n", in convert_pvh_info()
|
/xen/xen/arch/arm/ |
A D | gic-v2.c | 955 panic("GICv2: Cannot remap v2m register frame\n"); in gicv2_add_v2m_frame_to_list() 965 panic("GICv2: Invalid v2m base SPI:%u\n", spi_start); in gicv2_add_v2m_frame_to_list() 974 panic("GICv2: Cannot allocate memory for v2m frame\n"); in gicv2_add_v2m_frame_to_list() 1042 panic("GICv2: Cannot find a valid address for the CPU\n"); in gicv2_dt_init() 1054 panic("GICv2: Cannot find the maintenance IRQ\n"); in gicv2_dt_init() 1229 panic("GICv2: Failed to get MADT table, %s\n", msg); in gicv2_acpi_init() 1237 panic("GICv2: No valid GICC entries exists\n"); in gicv2_acpi_init() 1247 panic("GICv2: No valid GICD entries exists\n"); in gicv2_acpi_init() 1277 panic("GICv2 interfaces not page aligned\n"); in gicv2_init() 1281 panic("GICv2: Failed to ioremap for GIC distributor\n"); in gicv2_init() [all …]
|
A D | gic.c | 255 panic("Unable to find compatible GIC in the device tree\n"); in gic_dt_preinit() 270 panic("No valid GICD entries exists\n"); in gic_acpi_preinit() 275 panic("Unable to find compatible GIC in the ACPI table\n"); in gic_acpi_preinit() 296 panic("Failed to initialize the GIC drivers\n"); in gic_init() 370 panic("Unhandled SGI %d on CPU%d\n", sgi, smp_processor_id()); in do_sgi()
|
A D | time.c | 125 panic("Unable to find a compatible timer in the device tree\n"); in preinit_dt_xen_time() 152 panic("Timer: Cannot initialize platform timer\n"); in preinit_xen_time() 168 panic("Timer: Unable to retrieve IRQ %u from the device tree\n", i); in init_dt_xen_time() 181 panic("CPU does not support the Generic Timer v1 interface\n"); in init_xen_time()
|
A D | setup.c | 309 panic("module %s command line too long\n", name); in add_boot_cmdline() 410 panic("Unable to allocate memory for relocating the Device-Tree.\n"); in relocate_fdt() 600 panic("No memory bank\n"); in setup_mm() 604 panic("AIVIVT instruction cache not supported\n"); in setup_mm() 659 panic("Not not enough space for xenheap\n"); in setup_mm() 806 panic("Invalid device tree blob at physical address %#lx.\n" in start_xen() 929 panic("Couldn't configure correctly all the IOMMUs.\n"); in start_xen() 960 panic("Error creating domain 0\n"); in start_xen() 963 panic("Could not set up DOM0 guest OS\n"); in start_xen()
|
A D | gic-v3.c | 893 panic("GICv3: Invalid number of priority bits\n"); in gicv3_hyp_init() 1369 panic("GICv3: Failed to ioremap for GIC distributor\n"); in gicv3_ioremap_distributor() 1380 panic("GICv3: Cannot find a valid distributor address\n"); in gicv3_dt_init() 1398 panic("GICv3: No rdist base found for region %d\n", i); in gicv3_dt_init() 1411 panic("GICv3: Cannot find the maintenance IRQ\n"); in gicv3_dt_init() 1675 panic("GICv3: No valid GICD entries exists\n"); in gicv3_acpi_init() 1687 panic("GICv3: No valid GICR entries exists\n"); in gicv3_acpi_init() 1707 panic("GICv3: Can't get Redistributor entry\n"); in gicv3_acpi_init() 1713 panic("GICv3: No valid GICC entries exists\n"); in gicv3_acpi_init() 1774 panic("GICv3: no distributor detected\n"); in gicv3_init() [all …]
|
A D | domain_build.c | 136 panic("Failed map pages to DOM0: %d\n", res); in insert_11_bank() 304 panic("Unable to allocate first memory bank\n"); in allocate_memory_11() 476 panic("Failed to allocate requested domain memory." in allocate_memory() 747 panic("Cannot cope with this size\n"); in make_hypervisor_node() 1720 panic("Unsupported GIC version\n"); in make_gic_domU_node() 2252 panic("Cannot find the /chosen node\n"); in initrd_load() 2259 panic("Cannot fix up \"linux,initrd-start\" property\n"); in initrd_load() 2266 panic("Cannot fix up \"linux,initrd-end\" property\n"); in initrd_load() 2270 panic("Unable to map the hwdom initrd\n"); in initrd_load() 2275 panic("Unable to copy the initrd in the hwdom memory\n"); in initrd_load() [all …]
|
A D | kernel.c | 88 panic("Not enough memory in the first bank for the kernel+dtb+initrd\n"); in place_modules() 115 panic("Unable to find suitable location for dtb+initrd\n"); in place_modules() 172 panic("Unable to map the hwdom kernel\n"); in kernel_zimage_load() 177 panic("Unable to copy the kernel in the hwdom memory\n"); in kernel_zimage_load()
|
A D | bootfdt.c | 189 panic("Max number of supported reserved-memory regions reached."); in process_reserved_memory_node() 229 panic("node %s missing `reg' property\n", name); in process_multiboot_node() 232 panic("fdt: node `%s': `reg` property length is too short\n", in process_multiboot_node() 410 panic("No valid device tree\n"); in boot_fdt_info()
|
A D | platform.c | 74 panic("Unable to initialize the platform\n"); in platform_init()
|
/xen/xen/arch/x86/guest/hyperv/ |
A D | hyperv.c | 185 panic("Hyper-V hypercall percpu arg setup failed\n"); in setup() 188 panic("VP assist page setup failed\n"); in setup() 207 panic("Unable to reserve Hyper-V hypercall range\n"); in e820_fixup()
|
/xen/xen/arch/x86/pv/ |
A D | dom0_build.c | 111 panic("DOM0 P->M table overlaps initial mapping\n"); in setup_pv_physmap() 118 panic("Dom0 allocation too small for initial P->M table\n"); in setup_pv_physmap() 222 panic("Not enough RAM for DOM0 P->M table\n"); in setup_pv_physmap() 415 panic("Domain 0 expects too high a hypervisor start address\n"); in dom0_construct_pv() 495 panic("Domain 0 allocation is too small for kernel image\n"); in dom0_construct_pv() 504 panic("Not enough RAM for domain 0 allocation\n"); in dom0_construct_pv() 521 panic("Not enough RAM for domain 0 initrd\n"); in dom0_construct_pv() 821 panic("Not enough RAM for DOM0 reservation\n"); in dom0_construct_pv() 900 panic("Dom0 requires supervisor-mode execution\n"); in dom0_construct_pv()
|
/xen/tools/include/xen-external/ |
A D | bsd-sys-queue.h | 363 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/xen/arch/arm/arm64/ |
A D | traps.c | 44 panic("bad mode\n"); in do_bad_mode()
|
/xen/xen/common/ |
A D | warning.c | 14 panic("Too many pieces of warning text\n"); in warning_add()
|
/xen/xen/drivers/passthrough/x86/ |
A D | iommu.c | 131 panic("Presently, iommu must be enabled for PVH hardware domain\n"); in arch_iommu_check_autotranslated_hwdom() 134 panic("PVH hardware domain iommu must be set in 'strict' mode\n"); in arch_iommu_check_autotranslated_hwdom()
|
/xen/xen/arch/x86/ |
A D | traps.c | 761 panic("FATAL TRAP: vec %u, %s[%04x]%s\n", in fatal_trap() 774 panic("FATAL RESERVED TRAP: vec %u, %s[%04x]\n", in do_reserved_trap() 880 panic("FATAL TRAP: vector = %d (%s)\n" in do_trap() 1161 panic("Xen BUG at %s%s:%d\n", prefix, filename, lineno); in do_invalid_op() 1176 panic("Assertion '%s' failed at %s%s:%d\n", in do_invalid_op() 1188 panic("FATAL TRAP: vector = %d (invalid opcode)\n", TRAP_invalid_op); in do_invalid_op() 1538 panic("FATAL PAGE FAULT\n" in do_page_fault() 1658 panic("GENERAL PROTECTION FAULT\n[error_code=%04x]\n", regs->error_code); in do_general_protection() 1994 panic("CONTROL-FLOW PROTECTION FAULT: #CP[%04x] %s\n", ec, err); in do_entry_CP()
|
A D | mpparse.c | 247 panic("Recompile kernel with bigger MAX_IO_APICS\n"); in MP_ioapic_info() 267 panic("Max # of irq sources exceeded\n"); in MP_intsrc_info() 872 panic("Recompile kernel with bigger MAX_IO_APICS\n"); in mp_register_ioapic() 971 panic("Max # of irq sources exceeded\n"); in mp_override_legacy_irq() 1037 panic("Max # of irq sources exceeded\n"); in mp_config_acpi_legacy_irqs()
|
A D | setup.c | 757 panic("Error creating domain 0\n"); in create_dom0() 801 panic("Could not construct domain 0\n"); in create_dom0() 973 panic("dom0 kernel not specified. Check bootloader configuration\n"); in __start_xen() 1075 panic("Bootloader provided no memory information\n"); in __start_xen() 1127 panic("Bootloader didn't honor module alignment request\n"); in __start_xen() 1400 panic("Not enough memory to relocate the dom0 kernel image\n"); in __start_xen() 1409 panic("Not enough memory to relocate Xen\n"); in __start_xen() 1736 panic("Error %d setting up IRQ data\n", ret); in __start_xen() 1881 panic("Could not protect TXT memory regions\n"); in __start_xen() 1907 panic("Could not set up DOM0 guest OS\n"); in __start_xen()
|
/xen/xen/xsm/ |
A D | silo.c | 97 panic("SILO: Unable to register with XSM\n"); in silo_init()
|
/xen/xen/include/asm-arm/ |
A D | traps.h | 31 panic("Guest Bug: %pv: '%s', line %d, file %s\n", \
|
/xen/xen/drivers/passthrough/vtd/ |
A D | dmar.h | 122 panic("DMAR hardware malfunction\n"); \
|
/xen/docs/misc/ |
A D | xen-error-handling.txt | 59 5. panic() 63 no extra diagnostic information such as a backtrace. panic() is
|