Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/virtualization/
Dvirt_ivshmem.c228 data->rw_section_size = pcie_conf_read_u64(data->pcie->bdf, cap_pos); in ivshmem_configure()
230 LOG_INF("RW section size 0x%zX", data->rw_section_size); in ivshmem_configure()
231 if (data->rw_section_size > 0) { in ivshmem_configure()
234 data->rw_section_size, in ivshmem_configure()
241 size_t output_section_offset = rw_section_offset + data->rw_section_size; in ivshmem_configure()
429 return data->rw_section_size; in ivshmem_api_get_rw_mem_section()
Dvirt_ivshmem.h59 size_t rw_section_size; member