Lines Matching refs:IVState
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()
89 static inline void read_mem(IVState *s, uint64_t off, void *buf, size_t len) in read_mem()
94 static inline void write_mem(IVState *s, uint64_t off, in write_mem()
100 static void cleanup_vm(IVState *s) in cleanup_vm()
106 static void setup_vm_cmd(IVState *s, const char *cmd, bool msix) in setup_vm_cmd()
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()
421 IVState state; in test_ivshmem_memdev()