Home
last modified time | relevance | path

Searched defs:split (Results 1 – 9 of 9) sorted by relevance

/qemu/monitor/
H A Dqmp-cmds-control.c141 GenericList *split = NULL, **split_tailp = &split; in split_off_generic_list() local
H A Dhmp-cmds.c48 char **split = g_strsplit(str ?: "", ",", -1); in hmp_split_at_comma() local
/qemu/linux-headers/linux/
H A Dvduse.h179 struct vduse_vq_state_split split; member
284 struct vduse_vq_state_split split; member
/qemu/disas/
H A Dcapstone.c149 int i, n, split; in cap_dump_insn() local
/qemu/include/system/
H A Ddump.h104 uint32_t split; /* header_version 2 and later */ member
123 uint32_t split; /* header_version 2 and later */ member
/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c46 static int split(const char *in, const char *delim, char ***out) in split() function
/qemu/hw/riscv/
H A Driscv-iommu.c948 const int split = depth * 9 + 6 + dc_fmt; in riscv_iommu_ctx_fetch() local
1039 const int split = depth * 9 + 8; in riscv_iommu_ctx_fetch() local
/qemu/block/
H A Dvmdk.c2453 bool flat, split, compress; in vmdk_co_do_create() local
2669 vmdk_co_create_opts_cb(int64_t size, int idx, bool flat, bool split, in vmdk_co_create_opts_cb()
2820 vmdk_co_create_cb(int64_t size, int idx, bool flat, bool split, bool compress, in vmdk_co_create_cb()
/qemu/ui/
H A Dvnc-enc-tight.c1544 bool split) in send_rect_simple()