Lines Matching full:ivshmem
8 /* we piggyback the log level using ivshmem knob */
22 #include <zephyr/drivers/virtualization/ivshmem.h>
27 * Using the ivshmem API, we will receive a signal event + two integers (the
28 * interrupt itself is dealt in the internal ivshmem driver api)
40 /* virtual address to access shared memory of ivshmem */
44 /* my id for ivshmem protocol */
65 /* signal structure necessary for ivshmem API */
110 printf("Use write_shared_memory.sh and ivshmem-client to send a message\n"); in ivshmem_event_loop()
134 * setup ivshmem parameters
145 printf("Could not get ivshmem device\n"); in setup_ivshmem()
164 printf("ivshmem-doorbell must have vectors\n"); in setup_ivshmem()
252 printf("Could not get ivshmem device\n"); in ivshmem_sample_userspace_doorbell()