Searched refs:IVShmemState (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/misc/ |
H A D | ivshmem.c | 61 typedef struct IVShmemState IVShmemState; typedef 62 DECLARE_INSTANCE_CHECKER(IVShmemState, IVSHMEM_COMMON, 66 DECLARE_INSTANCE_CHECKER(IVShmemState, IVSHMEM_PLAIN, 70 DECLARE_INSTANCE_CHECKER(IVShmemState, IVSHMEM_DOORBELL, 74 DECLARE_INSTANCE_CHECKER(IVShmemState, IVSHMEM, 88 struct IVShmemState { struct 130 static inline uint32_t ivshmem_has_feature(IVShmemState *ivs, in ivshmem_has_feature() argument 135 static inline bool ivshmem_is_master(IVShmemState *s) in ivshmem_is_master() 141 static void ivshmem_IntrMask_write(IVShmemState *s, uint32_t val) in ivshmem_IntrMask_write() 148 static uint32_t ivshmem_IntrMask_read(IVShmemState *s) in ivshmem_IntrMask_read() [all …]
|