Home
last modified time | relevance | path

Searched refs:allow_tohost (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/char/
H A Driscv_htif.c295 s->allow_tohost = 1; in htif_mm_write()
298 s->allow_tohost = 0; in htif_mm_write()
301 if (s->allow_tohost) { in htif_mm_write()
346 s->allow_tohost = 0; in htif_mm_init()
/openbmc/qemu/include/hw/char/
H A Driscv_htif.h30 int allow_tohost; member