Home
last modified time | relevance | path

Searched refs:rxtx (Results 1 – 4 of 4) sorted by relevance

/hafnium-2.8-rc0/src/
A Dmanifest.c450 uint16_t *count, struct rx_tx *rxtx) in parse_ffa_memory_region_node() argument
514 if (rxtx->available) { in parse_ffa_memory_region_node()
518 if (phandle == rxtx->rx_phandle) { in parse_ffa_memory_region_node()
520 rxtx->rx_buffer = &mem_regions[i]; in parse_ffa_memory_region_node()
521 } else if (phandle == rxtx->tx_phandle) { in parse_ffa_memory_region_node()
523 rxtx->tx_buffer = &mem_regions[i]; in parse_ffa_memory_region_node()
531 if (rxtx->available && in parse_ffa_memory_region_node()
532 (rxtx->rx_buffer->page_count != rxtx->tx_buffer->page_count)) { in parse_ffa_memory_region_node()
864 &vm->partition.rxtx.rx_phandle)); in parse_ffa_manifest()
867 &vm->partition.rxtx.tx_phandle)); in parse_ffa_manifest()
[all …]
A Dload.c106 struct vm_locked vm_locked, struct rx_tx rxtx, in link_rxtx_to_mailbox() argument
114 send = ipa_init(rxtx.tx_buffer->base_address); in link_rxtx_to_mailbox()
115 recv = ipa_init(rxtx.rx_buffer->base_address); in link_rxtx_to_mailbox()
116 page_count = rxtx.tx_buffer->page_count; in link_rxtx_to_mailbox()
193 if (manifest_vm->partition.rxtx.available) { in load_common()
195 manifest_vm->partition.rxtx, in load_common()
A Dmanifest_test.cc1371 ASSERT_EQ(vm->partition.rxtx.available, true); in TEST_F()
1372 ASSERT_EQ(vm->partition.rxtx.rx_buffer->base_address, 0x7300000); in TEST_F()
1373 ASSERT_EQ(vm->partition.rxtx.rx_buffer->page_count, 1); in TEST_F()
1374 ASSERT_EQ(vm->partition.rxtx.rx_buffer->attributes, 1); in TEST_F()
1375 ASSERT_EQ(vm->partition.rxtx.tx_buffer->base_address, 0x7301000); in TEST_F()
1376 ASSERT_EQ(vm->partition.rxtx.tx_buffer->page_count, 1); in TEST_F()
1377 ASSERT_EQ(vm->partition.rxtx.tx_buffer->attributes, 3); in TEST_F()
/hafnium-2.8-rc0/inc/hf/
A Dmanifest.h148 struct rx_tx rxtx; member

Completed in 10 milliseconds