Home
last modified time | relevance | path

Searched refs:BUG (Results 1 – 25 of 110) sorted by relevance

12345

/xen/docs/misc/
A Dxen-error-handling.txt9 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/xen/drivers/acpi/
A Dosl.c136 BUG(); in acpi_os_read_port()
151 BUG(); in acpi_os_write_port()
180 BUG(); in acpi_os_read_memory()
207 BUG(); in acpi_os_write_memory()
/xen/xen/test/livepatch/
A Dxen_prepost_hooks_fail.c40 BUG(); in unreachable_pre_hook()
49 BUG(); in unreachable_post_hook()
/xen/xen/arch/arm/
A Dvtimer.c75 BUG(); in domain_vtimer_init()
78 BUG(); in domain_vtimer_init()
81 BUG(); in domain_vtimer_init()
86 BUG(); in domain_vtimer_init()
89 BUG(); in domain_vtimer_init()
92 BUG(); in domain_vtimer_init()
/xen/xen/include/asm-arm/
A Daltp2m.h35 BUG(); in altp2m_vcpu_idx()
A Ddomain_build.h16 BUG(); in prepare_acpi()
A Dgic_v3_its.h227 BUG(); in gicv3_do_LPI()
253 BUG(); in gicv3_its_setup_collection()
A Dbug.h63 #define BUG() do { \ macro
/xen/xen/arch/x86/mm/hap/
A Dnested_ept.c76 BUG(); in nept_rsv_bits_check()
259 BUG(); in nept_translate_l2ga()
283 BUG(); in nept_translate_l2ga()
A Dnested_hap.c220 BUG(); in nestedhvm_hap_nested_page_fault()
243 BUG(); in nestedhvm_hap_nested_page_fault()
/xen/xen/include/asm-x86/
A Dbug.h63 #define BUG() do { \ macro
118 #define BUG BUG_FRAME BUGFRAME_bug, __LINE__, __FILE__, 0, 0 macro
/xen/tools/firmware/hvmloader/
A Dhvmloader.c255 BUG(); in detect_bios()
314 BUG(); in get_module_entry()
388 BUG(); in main()
A De820.c39 BUG(); in memory_map_setup()
52 BUG(); in memory_map_setup()
A Dxenbus.c60 BUG(); in xenbus_setup()
65 BUG(); in xenbus_setup()
A Dutil.c437 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/xen/drivers/char/
A Dcadence-uart.c95 BUG(); in cuart_suspend()
100 BUG(); in cuart_resume()
A Dmeson-uart.c120 BUG(); in meson_uart_suspend()
125 BUG(); in meson_uart_resume()
A Dmvebu-uart.c129 BUG(); in mvebu3700_uart_suspend()
134 BUG(); in mvebu3700_uart_resume()
/xen/xen/arch/x86/boot/
A Dx86_64.S62 BUG /* start_secondary() shouldn't return. */
68 BUG /* __start_xen() shouldn't return. */
/xen/xen/arch/x86/efi/
A Dstub.c64 BUG(); in efi_get_time()
/xen/xen/arch/arm/arm64/
A Dinsn.c246 BUG(); in aarch64_get_branch_offset()
269 BUG(); in aarch64_set_branch_offset()
/xen/xen/arch/x86/cpu/mcheck/
A Dmce_amd.c112 BUG(); in mc_ec2type()
165 BUG(); in mc_amd_addrcheck()
/xen/xen/arch/x86/
A Dpci.c38 BUG(); in pci_conf_read()
/xen/xen/arch/x86/mm/shadow/
A Dcommon.c184 BUG(); in sh_oos_audit()
231 BUG(); in oos_audit_hash_is_present()
363 BUG(); in oos_fixup_add()
515 BUG(); in oos_hash_remove()
540 BUG(); in oos_snapshot_lookup()
571 BUG(); in sh_resync()
587 BUG(); in sh_skip_sync()
911 BUG(); in shadow_unhook_mappings()
987 BUG(); in _shadow_prealloc()
1101 BUG(); in shadow_alloc()
[all …]
/xen/tools/tests/vpci/
A Demul.h109 #define BUG() assert(0) macro

Completed in 30 milliseconds

12345