Searched refs:is_raw (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/hyperv/ |
H A D | syndbg.c | 100 uint32_t count, bool is_raw, in handle_send_msg() argument 117 if (is_raw && in handle_send_msg() 187 uint32_t count, bool is_raw, uint32_t options, in handle_recv_msg() argument 218 if (is_raw) { in handle_recv_msg() 226 if (is_raw && in handle_recv_msg() 232 } else if (!is_raw) { in handle_recv_msg() 237 if (is_raw) { in handle_recv_msg() 262 msg->u.send.is_raw, &msg->u.send.pending_count); in hv_syndbg_handler() 266 msg->u.recv.is_raw, msg->u.recv.options, in hv_syndbg_handler()
|
H A D | hyperv.c | 823 msg.u.recv.is_raw = true; in hyperv_hcall_retreive_dbg_data() 885 msg.u.send.is_raw = true; in hyperv_hcall_post_dbg_data() 919 msg.u.send.is_raw = false; in hyperv_syndbg_send() 941 msg.u.recv.is_raw = false; in hyperv_syndbg_recv()
|
/openbmc/qemu/include/hw/hyperv/ |
H A D | hyperv.h | 122 bool is_raw; member 130 bool is_raw; member
|
/openbmc/qemu/scripts/ |
H A D | compare-machine-types.py | 441 is_raw: bool) -> pd.DataFrame: 455 if is_raw:
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 040 | 560 def blkdebug_event(self, event, is_raw=False): argument 564 'sector': 512 if is_raw else 1024,
|
/openbmc/linux/drivers/media/cec/core/ |
H A D | cec-adap.c | 755 bool is_raw = msg_is_raw(msg); in cec_transmit_msg_fh() local 801 if (is_raw) { in cec_transmit_msg_fh()
|