Searched defs:buf_rx (Results 1 – 3 of 3) sorted by relevance
/qemu/tests/qtest/ |
H A D | xlnx-can-test.c | 72 static void match_rx_tx_data(const uint32_t *buf_tx, const uint32_t *buf_rx, in match_rx_tx_data() 89 static void read_data(QTestState *qts, uint64_t can_base_addr, uint32_t *buf_rx) in read_data() 136 uint32_t buf_rx[4] = { 0x00, 0x00, 0x00, 0x00 }; in test_can_bus() local 174 uint32_t buf_rx[4] = { 0x00, 0x00, 0x00, 0x00 }; in test_can_loopback() local 221 uint32_t buf_rx[4] = { 0x00, 0x00, 0x00, 0x00 }; in test_can_filter() local 269 uint32_t buf_rx[4] = { 0x00, 0x00, 0x00, 0x00 }; in test_can_sleepmode() local 315 uint32_t buf_rx[4] = { 0x00, 0x00, 0x00, 0x00 }; in test_can_snoopmode() local
|
H A D | xlnx-canfd-test.c | 183 static void read_data(QTestState *qts, uint64_t can_base_addr, uint32_t *buf_rx, in read_data() 253 static void match_rx_tx_data(const uint32_t *buf_tx, const uint32_t *buf_rx, in match_rx_tx_data() 285 uint32_t buf_rx[CAN_FRAME_SIZE] = { 0x00, 0x00, 0x00, 0x00 }; in test_can_data_transfer() local 325 uint32_t buf_rx[CANFD_FRAME_SIZE] = { 0x00, 0x00, 0x00, 0x00 }; in test_canfd_data_transfer() local 364 uint32_t buf_rx[CANFD_FRAME_SIZE] = { 0x00, 0x00, 0x00, 0x00 }; in test_can_loopback() local
|
/qemu/tcg/ |
H A D | region.c | 578 void *buf_rw = NULL, *buf_rx = MAP_FAILED; in alloc_code_gen_buffer_splitwx_memfd() local 630 mach_vm_address_t buf_rw, buf_rx; in alloc_code_gen_buffer_splitwx_vmremap() local
|