Home
last modified time | relevance | path

Searched refs:idle (Results 1 – 25 of 38) sorted by relevance

12

/qemu/hw/usb/
H A Ddev-wacom.c53 uint8_t idle; member
359 data[0] = s->idle; in usb_wacom_handle_control()
363 s->idle = (uint8_t) (value >> 8); in usb_wacom_handle_control()
380 if (!(s->changed || s->idle)) { in usb_wacom_handle_data()
H A Du2f.c180 data[0] = key->idle; in u2f_key_handle_control()
184 key->idle = (uint8_t)(value >> 8); in u2f_key_handle_control()
310 VMSTATE_UINT8(idle, U2FKeyState),
H A Du2f.h60 uint8_t idle; member
H A Ddev-hid.c638 data[0] = hs->idle; in usb_hid_handle_control()
642 hs->idle = (uint8_t) (value >> 8); in usb_hid_handle_control()
/qemu/ui/
H A Dsdl2.c658 int idle = 1; in sdl2_poll_events() local
668 idle = 0; in sdl2_poll_events()
672 idle = 0; in sdl2_poll_events()
676 idle = 0; in sdl2_poll_events()
689 idle = 0; in sdl2_poll_events()
694 idle = 0; in sdl2_poll_events()
698 idle = 0; in sdl2_poll_events()
709 if (idle) { in sdl2_poll_events()
/qemu/hw/input/
H A Dhid.c98 if (hs->idle) { in hid_set_next_idle()
100 NANOSECONDS_PER_SECOND * hs->idle * 4 / 1000; in hid_set_next_idle()
502 hs->idle = 0; in hid_reset()
604 VMSTATE_UINT8(idle, HIDState),
623 VMSTATE_UINT8(idle, HIDState),
/qemu/target/s390x/
H A Dsigp.c305 bool idle; in sigp_cond_emergency() local
314 idle = CPU(dst_cpu)->halted; in sigp_cond_emergency()
323 (idle && psw_addr != 0) || in sigp_cond_emergency()
324 (!idle && (asn == p_asn || asn == s_asn))) { in sigp_cond_emergency()
/qemu/qapi/
H A Dsockets.json67 # @keep-alive-idle: time in seconds the connection needs to be idle before
91 '*keep-alive-idle': { 'type': 'uint32', 'if': 'HAVE_TCP_KEEPIDLE' },
/qemu/hw/net/can/
H A Dctucan_core.c205 s->status.s.idle = 1; in ctucan_hardware_reset()
273 s->status.s.idle = 0; in ctucan_send_ready_buffers()
276 s->status.s.idle = 1; in ctucan_send_ready_buffers()
488 s->status.s.idle = 1; in ctucan_mem_read()
558 s->status.s.idle = 0; in ctucan_receive()
H A Dctu_can_fd_regs.h228 uint32_t idle : 1; member
232 uint32_t idle : 1;
/qemu/tests/tcg/loongarch64/system/
H A Dboot.S28 idle 0
/qemu/include/hw/input/
H A Dhid.h44 uint8_t idle; member
/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc113 [ 112] = 0, /* idle */
H A Dsyscall_o32.tbl126 112 o32 idle sys_ni_syscall
/qemu/docs/devel/
H A Dreplay.rst104 While the virtual machine is idle, the virtual clock increments at
109 soon as the timer fires or the CPUs need to go out of the idle state.
112 checkpoint. ``icount_start_warp_timer`` checks if the CPUs are idle and if so
H A Dtcg-plugins.rst133 chance for the CPU to idle.
/qemu/hw/sd/
H A Dtrace-events71 pl181_data_engine_idle(void) "data engine idle"
/qemu/docs/devel/migration/
H A Dqatzip-compression.rst19 VM Workload: all vCPUs are idle and 54G memory is filled with Silesia data.
/qemu/qga/
H A Dcommands-linux.c2056 unsigned long user, system, idle, iowait, irq, softirq, steal, guest; in qmp_guest_get_cpustats() local
2061 name, &user, &nice, &system, &idle, &iowait, &irq, &softirq, in qmp_guest_get_cpustats()
2082 linuxcpustat->idle = idle * 1000 / clk_tck; in qmp_guest_get_cpustats()
/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_privileged.c.inc41 GEN_FALSE_TRANS(idle)
/qemu/docs/
H A Drdma.txt76 Example performance of this using an idle VM in the previous example
120 active use and the VM itself is completely idle using the same 40 gbps
/qemu/linux-user/sh4/
H A Dsyscall.tbl122 # 112 was idle
/qemu/linux-user/microblaze/
H A Dsyscall.tbl122 112 common idle sys_ni_syscall
/qemu/linux-user/m68k/
H A Dsyscall.tbl122 # 112 was idle
/qemu/linux-user/i386/
H A Dsyscall_32.tbl127 112 i386 idle

12