Searched refs:IVState (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | ivshmem-test.c | 46 } IVState; typedef 70 static inline unsigned in_reg(IVState *s, enum Reg reg) in in_reg() 81 static inline void out_reg(IVState *s, enum Reg reg, unsigned v) in out_reg() 94 static inline void write_mem(IVState *s, uint64_t off, in write_mem() 100 static void cleanup_vm(IVState *s) in cleanup_vm() 134 static void setup_vm(IVState *s) in setup_vm() 147 IVState state, *s; in test_ivshmem_single() 199 IVState state1, state2, *s1, *s2; in test_ivshmem_pair() 292 static void setup_vm_with_server(IVState *s, int nvectors) in setup_vm_with_server() 308 IVState state1, state2, *s1, *s2; in test_ivshmem_server() [all …]
|