Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 52) sorted by relevance

123

/xen/xen/include/asm-x86/
A Dbug.h46 #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 Dasm_defns.h43 #define ASSERT_INTERRUPT_STATUS(x, msg) \ argument
50 #define ASSERT_INTERRUPT_STATUS(x, msg) argument
/xen/tools/python/scripts/
A Dverify-stream-v224 def info(msg): argument
33 def err(msg): argument
A Dconvert-legacy-stream38 def info(msg): argument
47 def err(msg): argument
/xen/xen/include/asm-arm/
A Dbug.h40 #define BUG_FRAME(type, line, file, has_msg, msg) do { \ argument
68 #define assert_failed(msg) do { \ argument
A Dasm_defns.h25 #define RODATA_STR(label, msg) \ argument
/xen/xen/common/
A Ddecompress.c6 static void __init error(const char *msg) in error()
A Dgunzip.c40 # define Assert(cond, msg) do { if (!(cond)) error(msg); } while (0) argument
47 # define Assert(cond, msg) argument
/xen/tools/ocaml/xenstored/
A Dsyslog_stubs.c35 value stub_syslog(value facility, value level, value msg) in stub_syslog()
/xen/tools/console/client/
A Dmain.c216 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 Dlog.c55 char * msg; member
/xen/tools/libxc/
A Dxc_dom_decompress_unsafe.c12 static void unsafe_error(const char *msg) in unsafe_error()
A Dxc_dom_decompress_lz4.c45 const char *msg; in xc_try_lz4_decode() local
A Dxc_dom_bzimageloader.c211 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 Ddomain_build.c327 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 Dintremap.c539 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 Dhpet.c253 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 Dmsi.c153 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 Dshutdown.c170 static const char *__initdata msg[] = in override_reboot() local
/xen/tools/libxl/
A Dlibxlu_vif.c7 static void xlu__vif_err(XLU_Config *cfg, const char *msg, const char *rate) { in xlu__vif_err()
A Dlibxl_psr.c25 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 Dlibxl_colo_proxy.c43 struct nlmsghdr msg; in colo_proxy_send() local
/xen/tools/xenstore/
A Dxs.c332 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 Dxentoollog_stubs.c94 char *msg; in stub_xtl_ocaml_vmessage() local
/xen/xen/drivers/passthrough/amd/
A Diommu_intr.c507 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()

Completed in 31 milliseconds

123