Lines Matching +full:shared +full:- +full:interrupt
1 Inter-VM Shared Memory Flat Device
2 ----------------------------------
4 The ivshmem-flat device is meant to be used on machines that lack a PCI bus,
6 a PCI device. Machines like those with a Cortex-M MCU are good candidates to use
7 the ivshmem-flat device. Also, since the flat version maps the control and
12 Similar to the ivshmem device, the ivshmem-flat device supports both peer
13 notification via HW interrupts and Inter-VM shared memory. This allows the
16 running Linux), and an arm VM (using the ivshmem-flat device and running Zephyr
19 The ivshmem-flat device does not support the use of a ``memdev`` option (see
21 distribute the proper shared memory file descriptor and the eventfd(s) to notify
22 (interrupt) the peers. Therefore, to use this device, it is always necessary to
25 Although the ivshmem-flat supports both peer notification (interrupts) and
26 shared memory, the interrupt mechanism is optional. If no input IRQ is
29 the IRQ mechanism is disabled). The shared memory region is always present.
33 exactly as in the ivshmem PCI device (see ./specs/ivshmem-spec.txt).