Home
last modified time | relevance | path

Searched refs:halted (Results 1 – 20 of 20) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dcore.c432 if (p->ep->halted) { in usb_handle_packet()
434 p->ep->halted = false; in usb_handle_packet()
475 ep->halted = true; in usb_packet_complete_one()
495 if (ep->halted) { in usb_packet_complete()
802 void usb_ep_set_halted(USBDevice *dev, int pid, int ep, bool halted) in usb_ep_set_halted() argument
805 uep->halted = halted; in usb_ep_set_halted()
H A Dcombined-packet.c133 if (ep->halted) { in usb_ep_combine_input_packets()
H A Dhost-libusb.c1559 if (p->ep->halted) { in usb_host_handle_data()
/openbmc/u-boot/include/
H A Dusb.h118 unsigned int halted[2]; member
379 #define usb_endpoint_halt(dev, ep, out) ((dev)->halted[out] |= (1 << (ep)))
380 #define usb_endpoint_running(dev, ep, out) ((dev)->halted[out] &= ~(1 << (ep)))
381 #define usb_endpoint_halted(dev, ep, out) ((dev)->halted[out] & (1 << (ep)))
/openbmc/qemu/hw/sparc64/
H A Dsparc64.c43 cs->halted = 0; in cpu_kick_irq()
58 cs->halted = 0; in sparc64_cpu_set_ivec_irq()
/openbmc/qemu/target/mips/tcg/
H A Dexception.c71 cs->halted = 1; in helper_wait()
/openbmc/qemu/hw/misc/
H A Dmips_cpc.c41 cs->halted = 0; in mips_cpu_reset_async_work()
H A Dmips_itu.c175 if (cs->halted && (c->blocked_threads & (1ULL << cs->cpu_index))) { in wake_blocked_threads()
186 current_cpu->halted = 1; in block_thread_and_exit()
/openbmc/qemu/target/loongarch/tcg/
H A Dop_helper.c136 cs->halted = 1; in helper_idle()
/openbmc/qemu/include/hw/
H A Dusb.h214 bool halted; member
452 void usb_ep_set_halted(USBDevice *dev, int pid, int ep, bool halted);
/openbmc/qemu/target/xtensa/
H A Dhelper.c315 cpu->halted = runstall; in xtensa_runstall()
/openbmc/qemu/hw/ppc/
H A Dspapr_cpu_core.c101 CPU(cpu)->halted = 0; in spapr_cpu_set_entry_state()
/openbmc/qemu/target/rx/
H A Dop_helper.c451 cs->halted = 1; in helper_wait()
/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c44 return cpu->halted && mips_vpe_active(env); in mips_vpe_is_wfi()
52 return cpu->halted && mips_vp_active(env); in mips_vp_is_wfi()
75 cs->halted = 1; in mips_vpe_sleep()
/openbmc/qemu/docs/devel/testing/
H A Dblkdebug.rst168 concurrent requests. The "breakpoint" feature allows requests to be halted on
/openbmc/qemu/docs/devel/migration/
H A Dpostcopy.rst222 thread will be halted waiting for the page to be migrated, it means it can
223 be halted until the recovery is complete.
/openbmc/qemu/target/sh4/
H A Dop_helper.c91 cs->halted = 1; in helper_sleep()
/openbmc/qemu/docs/system/
H A Dgdb.rst129 * 2.1 Thread 2.2 (cortex-m33-arm-cpu cpu [halted ]) 0x00000000 in ?? ()
/openbmc/qemu/hw/arm/
H A Domap1.c1781 (cpu->halted << 6); /* Quite useless... */ in omap_clkdsp_read()
3747 if (cpu->halted) { in omap_mpu_wakeup()
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch818 - printk("halted\n");
841 + printk("halted\n"); X86EMU_trace_regs();}
869 Halts the system by setting the halted system flag.