Home
last modified time | relevance | path

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

/qemu/hw/sparc64/
H A Dsparc64.c118 cpu_timer_reset(env->stick); in main_cpu_reset()
156 CPUTimer *timer = env->stick; in stick_irq()
285 env->stick = cpu_timer_create("stick", cpu, stick_irq, in sparc64_cpu_devinit()
/qemu/docs/system/devices/
H A Dusb.rst123 -drive if=none,id=stick,format=raw,file=/path/to/file.img \\
125 -device usb-storage,bus=xhci.0,drive=stick
235 Plugging a virtual USB stick into port 4 of the hub just plugged works
/qemu/target/sparc/
H A Dmachine.c268 VMSTATE_CPU_TIMER(env.stick, SPARCCPU),
H A Dcpu.h528 CPUTimer *tick, *stick; member
H A Dtranslate.c2971 tcg_gen_ld_ptr(r_tickptr, tcg_env, env64_field_offsetof(stick)); in do_rdstick()
3384 tcg_gen_ld_ptr(r_tickptr, tcg_env, offsetof(CPUSPARCState, stick)); in do_wrstick()
3401 tcg_gen_ld_ptr(r_tickptr, tcg_env, env64_field_offsetof(stick)); in do_wrstick_cmpr()
/qemu/docs/system/arm/
H A Dorangepi.rst159 -drive if=none,id=stick,file=myimage.img \
160 -device usb-storage,bus=usb-bus.0,drive=stick
/qemu/docs/devel/
H A Dstyle.rst277 For variadic macros, stick with this C99-like syntax: