Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Driscv_htif.c98 HTIFState *s = opaque; in htif_recv()
127 HTIFState *s = opaque; in htif_be_change()
155 static void htif_handle_tohost_write(HTIFState *s, uint64_t val_written) in htif_handle_tohost_write()
279 HTIFState *s = opaque; in htif_mm_read()
299 HTIFState *s = opaque; in htif_mm_write()
329 HTIFState *htif_mm_init(MemoryRegion *address_space, Chardev *chr, in htif_mm_init()
349 HTIFState *s = g_new0(HTIFState, 1); in htif_mm_init()
/openbmc/qemu/include/hw/char/
H A Driscv_htif.h29 typedef struct HTIFState { struct
41 } HTIFState; argument
51 HTIFState *htif_mm_init(MemoryRegion *address_space, Chardev *chr,