/qemu/hw/usb/ |
H A D | dev-wacom.c | 53 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 D | u2f.c | 180 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 D | u2f.h | 60 uint8_t idle; member
|
H A D | dev-hid.c | 638 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 D | sdl2.c | 658 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 D | hid.c | 98 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 D | sigp.c | 305 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 D | sockets.json | 67 # @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 D | ctucan_core.c | 205 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 D | ctu_can_fd_regs.h | 228 uint32_t idle : 1; member 232 uint32_t idle : 1;
|
/qemu/tests/tcg/loongarch64/system/ |
H A D | boot.S | 28 idle 0
|
/qemu/include/hw/input/ |
H A D | hid.h | 44 uint8_t idle; member
|
/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 113 [ 112] = 0, /* idle */
|
H A D | syscall_o32.tbl | 126 112 o32 idle sys_ni_syscall
|
/qemu/docs/devel/ |
H A D | replay.rst | 104 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 D | tcg-plugins.rst | 133 chance for the CPU to idle.
|
/qemu/hw/sd/ |
H A D | trace-events | 71 pl181_data_engine_idle(void) "data engine idle"
|
/qemu/docs/devel/migration/ |
H A D | qatzip-compression.rst | 19 VM Workload: all vCPUs are idle and 54G memory is filled with Silesia data.
|
/qemu/qga/ |
H A D | commands-linux.c | 2056 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 D | trans_privileged.c.inc | 41 GEN_FALSE_TRANS(idle)
|
/qemu/docs/ |
H A D | rdma.txt | 76 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 D | syscall.tbl | 122 # 112 was idle
|
/qemu/linux-user/microblaze/ |
H A D | syscall.tbl | 122 112 common idle sys_ni_syscall
|
/qemu/linux-user/m68k/ |
H A D | syscall.tbl | 122 # 112 was idle
|
/qemu/linux-user/i386/ |
H A D | syscall_32.tbl | 127 112 i386 idle
|