Home
last modified time | relevance | path

Searched refs:hcall_dprintf (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_vio.c168 hcall_dprintf("Unit 0x" TARGET_FMT_lx " does not exist\n", reg); in h_reg_crq()
174 hcall_dprintf("Queue size too small or too big (0x" TARGET_FMT_lx in h_reg_crq()
181 hcall_dprintf("Queue not aligned (0x" TARGET_FMT_lx ")\n", queue_addr); in h_reg_crq()
187 hcall_dprintf("Device does not support CRQ\n"); in h_reg_crq()
193 hcall_dprintf("CRQ already registered\n"); in h_reg_crq()
222 hcall_dprintf("Unit 0x" TARGET_FMT_lx " does not exist\n", reg); in h_free_crq()
239 hcall_dprintf("Unit 0x" TARGET_FMT_lx " does not exist\n", reg); in h_send_crq()
259 hcall_dprintf("Unit 0x" TARGET_FMT_lx " does not exist\n", reg); in h_enable_crq()
H A Dspapr_iommu.c52 hcall_dprintf("Request for out-of-bounds LIOBN 0x" TARGET_FMT_lx "\n", in spapr_tce_find_by_liobn()
458 hcall_dprintf("spapr_vio_put_tce on out-of-bounds IOBA 0x" in put_tce_emu()
592 hcall_dprintf("spapr_iommu_get_tce on out-of-bounds IOBA 0x" in get_tce_emu()
H A Dspapr_hcall.c328 hcall_dprintf("Can't cope with registering a VPA at logical 0\n"); in register_vpa()
379 hcall_dprintf("Can't cope with SLB shadow at logical 0\n"); in register_slb_shadow()
417 hcall_dprintf("Can't cope with DTL at logical 0\n"); in register_dtl()
H A Dspapr_rtas.c528 hcall_dprintf("Unknown RTAS token 0x%x\n", token); in spapr_rtas_call()
H A Dspapr.c1384 hcall_dprintf("Hypercall made with MSR[PR]=1\n"); in emulate_spapr_hypercall()
/openbmc/qemu/hw/net/
H A Dspapr_llan.c454 hcall_dprintf("H_REGISTER_LOGICAL_LAN called twice without " in h_register_logical_lan()
461 hcall_dprintf("Bad buf_list 0x" TARGET_FMT_lx "\n", buf_list); in h_register_logical_lan()
467 hcall_dprintf("Bad filter_list 0x" TARGET_FMT_lx "\n", filter_list); in h_register_logical_lan()
473 hcall_dprintf("Bad receive queue\n"); in h_register_logical_lan()
515 hcall_dprintf("H_FREE_LOGICAL_LAN called without " in h_free_logical_lan()
644 hcall_dprintf("Bad device\n"); in h_add_logical_lan_buffer()
650 hcall_dprintf("Bad buffer enqueued\n"); in h_add_logical_lan_buffer()
774 hcall_dprintf("H_CHANGE_LOGICAL_LAN_MAC called when " in h_change_logical_lan_mac()
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h638 #define hcall_dprintf(fmt, ...) \ macro