/xen/xen/include/asm-x86/ |
A D | bug.h | 46 #define _ASM_BUGFRAME_INFO(type, line, ptr, msg) \ argument 54 #define BUG_FRAME(type, line, ptr, second_frame, msg) do { \ argument 70 #define assert_failed(msg) do { \ argument 120 #define ASSERT_FAILED(msg) \ argument
|
A D | asm_defns.h | 43 #define ASSERT_INTERRUPT_STATUS(x, msg) \ argument 50 #define ASSERT_INTERRUPT_STATUS(x, msg) argument
|
/xen/tools/python/scripts/ |
A D | verify-stream-v2 | 24 def info(msg): argument 33 def err(msg): argument
|
A D | convert-legacy-stream | 38 def info(msg): argument 47 def err(msg): argument
|
/xen/xen/include/asm-arm/ |
A D | bug.h | 40 #define BUG_FRAME(type, line, file, has_msg, msg) do { \ argument 68 #define assert_failed(msg) do { \ argument
|
A D | asm_defns.h | 25 #define RODATA_STR(label, msg) \ argument
|
/xen/xen/common/ |
A D | decompress.c | 6 static void __init error(const char *msg) in error()
|
A D | gunzip.c | 40 # define Assert(cond, msg) do { if (!(cond)) error(msg); } while (0) argument 47 # define Assert(cond, msg) argument
|
/xen/tools/ocaml/xenstored/ |
A D | syslog_stubs.c | 35 value stub_syslog(value facility, value level, value msg) in stub_syslog()
|
/xen/tools/console/client/ |
A D | main.c | 216 char msg[60]; in console_loop() local 240 char msg[512]; in console_loop() local 485 static const char msg[] = { 0x00 }; in main() local
|
/xen/stubdom/vtpmmgr/ |
A D | log.c | 55 char * msg; member
|
/xen/tools/libxc/ |
A D | xc_dom_decompress_unsafe.c | 12 static void unsafe_error(const char *msg) in unsafe_error()
|
A D | xc_dom_decompress_lz4.c | 45 const char *msg; in xc_try_lz4_decode() local
|
A D | xc_dom_bzimageloader.c | 211 const char *msg; in _xc_try_lzma_decode() local 413 const char *msg; in xc_try_lzo1x_decode() local
|
/xen/xen/arch/arm/acpi/ |
A D | domain_build.c | 327 const char *msg = acpi_format_exception(status); in acpi_create_stao() local 366 const char *msg = acpi_format_exception(status); in acpi_create_madt() local 420 const char *msg = acpi_format_exception(status); in acpi_create_fadt() local
|
/xen/xen/drivers/passthrough/vtd/ |
A D | intremap.c | 539 struct vtd_iommu *iommu, struct msi_msg *msg, unsigned int index) in remap_entry_to_msi_msg() 602 struct msi_desc *msi_desc, struct msi_msg *msg) in msi_msg_to_remap_entry() 708 struct msi_desc *msi_desc, struct msi_msg *msg) in msi_msg_read_remap_rte() 722 struct msi_desc *msi_desc, struct msi_msg *msg) in msi_msg_write_remap_rte()
|
/xen/xen/arch/x86/ |
A D | hpet.c | 253 static int hpet_msi_write(struct hpet_event_channel *ch, struct msi_msg *msg) in hpet_msi_write() 272 hpet_msi_read(struct hpet_event_channel *ch, struct msi_msg *msg) in hpet_msi_read() 299 struct msi_msg msg = ch->msi.msg; in hpet_msi_set_affinity() local 328 struct msi_msg msg; in __hpet_setup_msi_irq() local
|
A D | msi.c | 153 void msi_compose_msg(unsigned vector, const cpumask_t *cpu_mask, struct msi_msg *msg) in msi_compose_msg() 188 static int write_msi_msg(struct msi_desc *entry, struct msi_msg *msg) in write_msi_msg() 249 struct msi_msg msg; in set_msi_affinity() local 542 struct msi_msg msg; in __setup_msi_irq() local 1314 struct msi_msg msg; in pci_restore_msi_state() local
|
A D | shutdown.c | 170 static const char *__initdata msg[] = in override_reboot() local
|
/xen/tools/libxl/ |
A D | libxlu_vif.c | 7 static void xlu__vif_err(XLU_Config *cfg, const char *msg, const char *rate) { in xlu__vif_err()
|
A D | libxl_psr.c | 25 char *msg; in libxl__psr_log_err_msg() local 51 char *msg; in libxl__psr_cmt_log_err_msg() local 90 char *msg; in libxl__psr_alloc_log_err_msg() local
|
A D | libxl_colo_proxy.c | 43 struct nlmsghdr msg; in colo_proxy_send() local
|
/xen/tools/xenstore/ |
A D | xs.c | 332 struct xs_stored_msg *msg, *tmsg; in close_free_msgs() local 452 struct xs_stored_msg *msg; in read_reply() local 494 struct xsd_sockmsg msg; in xs_talkv() local 895 struct xs_stored_msg *msg; in read_watch_internal() local 986 struct xs_stored_msg *msg, *tmsg; in xs_unwatch() local 1247 struct xs_stored_msg *msg = NULL; in read_message() local
|
/xen/tools/ocaml/libs/xentoollog/ |
A D | xentoollog_stubs.c | 94 char *msg; in stub_xtl_ocaml_vmessage() local
|
/xen/xen/drivers/passthrough/amd/ |
A D | iommu_intr.c | 507 int *remap_index, const struct msi_msg *msg, u32 *data) in update_intremap_entry_from_msi_msg() 619 struct msi_desc *msi_desc, struct msi_msg *msg) in amd_iommu_msi_msg_update_ire() 664 struct msi_desc *msi_desc, struct msi_msg *msg) in amd_iommu_read_msi_from_ire()
|