Lines Matching refs:shared
68 The ivshmem shared memory can be manipulated to crash QEMU and bring down
74 to use the default shared memory size of ivshmem (4MB) for this platform.
79 shared memory size are decided at run-time (when the server is executed).
80 For Zephyr, the number of vectors and shared memory size of ivshmem are
92 - (x86_64) The default shared memory size is bigger than the memory
97 # n = number of vectors, l = shared memory size
126 #. Write a message in the shared memory. The shared memory size *must* be kept
128 ``write_shared_memory`` script; failing to respect the shared memory size
144 # ./write_shared_memory.sh -m "your message" -s <size of shared memory>
169 #. The sample will print the text in the shared memory whenever an interrupt is
195 This sample assumes that the shared memory region size is constant; therefore,
199 the shared memory as a file, and overwrite the shared memory size to the input
202 One way to ensure proper consistency is: (i) restrict access to the shared
206 (ii) make sure writes always respect the shared memory region size.