| /openbmc/qemu/hw/usb/ |
| H A D | core.c | 432 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 D | combined-packet.c | 133 if (ep->halted) { in usb_ep_combine_input_packets()
|
| H A D | host-libusb.c | 1559 if (p->ep->halted) { in usb_host_handle_data()
|
| /openbmc/u-boot/include/ |
| H A D | usb.h | 118 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 D | sparc64.c | 43 cs->halted = 0; in cpu_kick_irq() 58 cs->halted = 0; in sparc64_cpu_set_ivec_irq()
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | exception.c | 71 cs->halted = 1; in helper_wait()
|
| /openbmc/qemu/hw/misc/ |
| H A D | mips_cpc.c | 41 cs->halted = 0; in mips_cpu_reset_async_work()
|
| H A D | mips_itu.c | 175 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 D | op_helper.c | 136 cs->halted = 1; in helper_idle()
|
| /openbmc/qemu/include/hw/ |
| H A D | usb.h | 214 bool halted; member 452 void usb_ep_set_halted(USBDevice *dev, int pid, int ep, bool halted);
|
| /openbmc/qemu/target/xtensa/ |
| H A D | helper.c | 315 cpu->halted = runstall; in xtensa_runstall()
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_cpu_core.c | 101 CPU(cpu)->halted = 0; in spapr_cpu_set_entry_state()
|
| /openbmc/qemu/target/rx/ |
| H A D | op_helper.c | 451 cs->halted = 1; in helper_wait()
|
| /openbmc/qemu/target/mips/tcg/system/ |
| H A D | cp0_helper.c | 44 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 D | blkdebug.rst | 168 concurrent requests. The "breakpoint" feature allows requests to be halted on
|
| /openbmc/qemu/docs/devel/migration/ |
| H A D | postcopy.rst | 222 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 D | op_helper.c | 91 cs->halted = 1; in helper_sleep()
|
| /openbmc/qemu/docs/system/ |
| H A D | gdb.rst | 129 * 2.1 Thread 2.2 (cortex-m33-arm-cpu cpu [halted ]) 0x00000000 in ?? ()
|
| /openbmc/qemu/hw/arm/ |
| H A D | omap1.c | 1781 (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 D | Update-x86emu-from-X.org.patch | 818 - printk("halted\n"); 841 + printk("halted\n"); X86EMU_trace_regs();} 869 Halts the system by setting the halted system flag.
|