Home
last modified time | relevance | path

Searched full:sig_data (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/char/
H A Driscv_htif.c174 char *sig_data = g_malloc(sig_len); in htif_handle_tohost_write() local
176 sig_data, sig_len, MEMTXATTRS_UNSPECIFIED); in htif_handle_tohost_write()
188 sig_data[i + j - 1] & 0xff); in htif_handle_tohost_write()
197 g_free(sig_data); in htif_handle_tohost_write()