Searched refs:stimer (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/target/riscv/ |
| H A D | time_helper.c | 182 riscv_timer_write_timecmp(env, env->stimer, env->stimecmp, 0, MIP_STIP); in riscv_timer_stce_changed() 184 riscv_timer_disable_timecmp(env, env->stimer, MIP_STIP); in riscv_timer_stce_changed() 198 env->stimer = timer_new_ns(QEMU_CLOCK_VIRTUAL, &riscv_stimer_cb, cpu); in riscv_timer_init()
|
| H A D | cpu.h | 492 QEMUTimer *stimer; /* Internal timer for S-mode interrupt */ member
|
| H A D | csr.c | 1742 riscv_timer_write_timecmp(env, env->stimer, env->stimecmp, 0, MIP_STIP); in write_stimecmp() 1758 riscv_timer_write_timecmp(env, env->stimer, env->stimecmp, 0, MIP_STIP); in write_stimecmph()
|
| /openbmc/qemu/docs/system/i386/ |
| H A D | hyperv.rst | 58 hv-synic, hv-stimer and other enlightenments which require the guest to know its 96 ``hv-stimer`` 171 ``hv-stimer-direct`` 175 use synthetic timers in direct mode and thus ``hv-stimer-direct`` needs to be 178 Requires: ``hv-vpindex``, ``hv-synic``, ``hv-time``, ``hv-stimer`` 226 …v-relaxed``, ``hv_time``, ``hv-vapic``, ``hv-vpindex``, ``hv-synic``, ``hv-runtime``, ``hv-stimer``
|
| /openbmc/qemu/hw/intc/ |
| H A D | riscv_aclint.c | 244 riscv_timer_write_timecmp(env, env->stimer, env->stimecmp, 0, MIP_STIP); in riscv_aclint_mtimer_write()
|