/xen-4.10.0-shim-comet/xen/drivers/acpi/ |
A D | osl.c | 131 BUG(); in acpi_os_read_port() 146 BUG(); in acpi_os_write_port() 175 BUG(); in acpi_os_read_memory() 202 BUG(); in acpi_os_write_memory()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xen-error-handling.txt | 9 domain. BUG() is a more appropriate failure method for hypervisor 22 2. BUG() 28 Be careful not to use BUG() (or BUG_ON(), or ASSERT()) for failures 43 BUG_ON(...) is merely a convenient short form for "if (...) BUG()". It 61 Like BUG() and ASSERT() this will crash and reboot the host 67 handling is enabled during Xen bootstrap (on x86, BUG() and ASSERT()
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | vtimer.c | 77 BUG(); in domain_vtimer_init() 80 BUG(); in domain_vtimer_init() 83 BUG(); in domain_vtimer_init() 88 BUG(); in domain_vtimer_init() 91 BUG(); in domain_vtimer_init() 94 BUG(); in domain_vtimer_init()
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | altp2m.h | 35 BUG(); in altp2m_vcpu_idx()
|
A D | gic_v3_its.h | 239 BUG(); in gicv3_do_LPI() 265 BUG(); in gicv3_its_setup_collection()
|
A D | bug.h | 65 #define BUG() do { \ macro
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | bug.h | 63 #define BUG() do { \ macro 118 #define BUG BUG_FRAME BUGFRAME_bug, __LINE__, __FILE__, 0, 0 macro
|
A D | iommu.h | 62 BUG(); in iommu_get_ops()
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | hvmloader.c | 253 BUG(); in detect_bios() 312 BUG(); in get_module_entry() 381 BUG(); in main()
|
A D | e820.c | 39 BUG(); in memory_map_setup() 52 BUG(); in memory_map_setup()
|
A D | xenbus.c | 60 BUG(); in xenbus_setup() 65 BUG(); in xenbus_setup()
|
A D | util.c | 437 BUG(); in mem_hole_populate_ram() 747 BUG(); in validate_hvm_info() 753 BUG(); in validate_hvm_info() 762 BUG(); in validate_hvm_info() 797 BUG(); in get_shared_info()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/ |
A D | nested_ept.c | 81 BUG(); in nept_rsv_bits_check() 265 BUG(); in nept_translate_l2ga() 289 BUG(); in nept_translate_l2ga()
|
A D | nested_hap.c | 221 BUG(); in nestedhvm_hap_nested_page_fault() 244 BUG(); in nestedhvm_hap_nested_page_fault()
|
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/ |
A D | xen_support.c | 70 BUG(); in xen_machphys_update()
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/ |
A D | mce_amd.c | 102 BUG(); in mc_ec2type() 155 BUG(); in mc_amd_addrcheck()
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | cadence-uart.c | 95 BUG(); in cuart_suspend() 100 BUG(); in cuart_resume()
|
/xen-4.10.0-shim-comet/xen/arch/x86/efi/ |
A D | stub.c | 62 BUG(); in efi_get_time()
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/ |
A D | insn.c | 246 BUG(); in aarch64_get_branch_offset() 269 BUG(); in aarch64_set_branch_offset()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | hypercall.c | 84 default: __arg = 0; BUG(); \ 218 default: BUG(); reg = NULL; break; in hypercall_xlat_continuation()
|
A D | pci.c | 38 BUG(); in pci_conf_read()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | io.c | 216 BUG(); in g2m_portio_read() 241 BUG(); in g2m_portio_write()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | common.c | 212 BUG(); in hvm_read() 504 BUG(); in oos_audit_hash_is_present() 608 BUG(); in oos_fixup_add() 758 BUG(); in oos_hash_remove() 782 BUG(); in oos_snapshot_lookup() 812 BUG(); in sh_resync() 828 BUG(); in sh_skip_sync() 1175 BUG(); in shadow_unhook_mappings() 1250 BUG(); in _shadow_prealloc() 1370 BUG(); in shadow_alloc() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/ |
A D | suspend.c | 81 BUG(); in restore_rest_processor_state()
|
/xen-4.10.0-shim-comet/xen/include/public/hvm/ |
A D | save.h | 74 { BUG(); return -1; } \
|