Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 25 of 131) sorted by relevance

123456

/qemu/scripts/
H A Danalyse-9p-simpletrace.py84 def v9fs_rerror(self, tag, id, err): argument
87 def v9fs_version(self, tag, id, msize, version): argument
99 def v9fs_stat(self, tag, id, fid): argument
117 def v9fs_open(self, tag, id, fid, mode): argument
129 def v9fs_fsync(self, tag, id, fid, datasync): argument
132 def v9fs_clunk(self, tag, id, fid): argument
138 def v9fs_read_return(self, tag, id, count, err): argument
165 def v9fs_flush(self, tag, id, flush_tag): argument
171 def v9fs_remove(self, tag, id, fid): argument
183 def v9fs_lock_return(self, tag, id, status): argument
[all …]
/qemu/target/hexagon/
H A Dhex_common.py112 for tag in tags:
120 for tag in tags:
121 if is_cond_jump(tag) or is_cond_call(tag):
193 compute_func = lambda tag: compute_tag_regs(tag, full) argument
200 def need_p0(tag): argument
204 def need_sp(tag): argument
212 def need_env(tag): argument
220 def need_slot(tag): argument
236 def need_ea(tag): argument
240 def need_PC(tag): argument
[all …]
H A Dgen_idef_parser_funcs.py55 for tag in hex_common.tags:
74 if tag in {
89 if tag in {
100 if tag == "S2_cabacdecbin" or tag == "A5_ACS":
102 if tag.startswith("Y"):
104 if tag.startswith("V6_"):
107 tag not in {
124 if ( tag == 'S2_insert' or
127 tag == 'A2_swiz' ):
130 regs = tagregs[tag]
[all …]
H A Dgen_helper_funcs.py38 regs = tagregs[tag]
39 imms = tagimms[tag]
50 if hex_common.need_ea(tag):
55 if not hex_common.is_predicated(tag):
69 if hex_common.need_slot(tag):
78 if "A_FPOP" in hex_common.attribdict[tag]:
87 if "A_FPOP" in hex_common.attribdict[tag]:
111 for tag in hex_common.tags:
119 if tag == "Y6_diag":
121 if tag == "Y6_diag0":
[all …]
H A Dgen_tcg_funcs.py47 def gen_tcg_func(f, tag, regs, imms): argument
53 if hex_common.need_ea(tag):
60 reg.decl_tcg(f, tag, i)
98 reg.log_write(f, tag)
104 regs = tagregs[tag]
105 imms = tagimms[tag]
107 gen_tcg_func(f, tag, regs, imms)
122 for tag in hex_common.tags:
130 if tag == "Y6_diag":
132 if tag == "Y6_diag0":
[all …]
H A Dgen_helper_protos.py31 def gen_helper_prototype(f, tag, tagregs, tagimms): argument
32 regs = tagregs[tag]
33 imms = tagimms[tag]
39 for arg in hex_common.helper_args(tag, regs, imms):
47 if hex_common.need_env(tag) or hex_common.is_hvx_insn(tag):
61 for tag in hex_common.tags:
63 if "A_PRIV" in hex_common.attribdict[tag]:
69 if tag == "Y6_diag":
71 if tag == "Y6_diag0":
73 if tag == "Y6_diag1":
[all …]
H A Dgen_analyze_funcs.py41 def gen_analyze_func(f, tag, regs, imms): argument
46 if (hex_common.is_hvx_insn(tag)):
47 if hex_common.has_hvx_helper(tag):
60 reg = hex_common.get_register(tag, reg_type, reg_id)
66 reg = hex_common.get_register(tag, reg_type, reg_id)
73 reg = hex_common.get_register(tag, reg_type, reg_id)
75 reg.analyze_write(f, tag, regno)
89 for tag in hex_common.tags:
90 gen_analyze_func(f, tag, tagregs[tag], tagimms[tag])
H A Dgen_decodetree.py29 tag: "".join(reversed(iset.iset[tag]["enc"].replace(" ", "")))
30 for tag in iset.tags
31 if iset.iset[tag]["enc"] != "MISSING ENCODING"
83 def skip_tag(tag, class_to_decode): argument
84 enc_class = iset.iset[tag]["enc_class"]
103 for tag in sorted(encs.keys(), key=iset.tags.index):
104 if skip_tag(tag, class_to_decode):
107 enc = encs[tag]
108 enc_str = "".join(reversed(encs[tag]))
163 if tag in tags_with_unused_d_encoding:
[all …]
H A Dgen_trans_funcs.py29 tag: "".join(reversed(iset.iset[tag]["enc"].replace(" ", "")))
30 for tag in iset.tags
31 if iset.iset[tag]["enc"] != "MISSING ENCODING"
49 def mark_which_imm_extended(f, tag): argument
51 imm = immre.findall(hex_common.semdict[tag])
79 for tag in sorted(encs.keys(), key=iset.tags.index):
80 regs = ordered_unique(regre.findall(iset.iset[tag]["syntax"]))
81 imms = ordered_unique(immre.findall(iset.iset[tag]["syntax"]))
94 reg = hex_common.get_register(tag, reg_type, reg_id)
107 mark_which_imm_extended(f, tag)
H A Dgen_tcg_func_table.py37 for tag in hex_common.tags:
39 if "A_PRIV" in hex_common.attribdict[tag]:
42 if "A_GUEST" in hex_common.attribdict[tag]:
45 if tag == "Y6_diag":
47 if tag == "Y6_diag0":
49 if tag == "Y6_diag1":
H A Dgen_printinsn.py104 for tag in hex_common.tags:
105 if not hex_common.behdict[tag]:
109 m = immext_casere.search(hex_common.semdict[tag])
115 beh = hex_common.behdict[tag]
122 if "A_VECX" in hex_common.attribdict[tag]:
127 regs_or_imms = hex_common.reg_or_immre.findall(hex_common.behdict[tag])
/qemu/hw/9pfs/
H A Dtrace-events4 v9fs_rcancel(uint16_t tag, uint8_t id) "tag %d id %d"
5 v9fs_rerror(uint16_t tag, uint8_t id, int err) "tag %d id %d err %d"
6 v9fs_version(uint16_t tag, uint8_t id, int32_t msize, char* version) "tag %d id %d msize %d version…
10 v9fs_stat(uint16_t tag, uint8_t id, int32_t fid) "tag %d id %d fid %d"
21 v9fs_clunk(uint16_t tag, uint8_t id, int32_t fid) "tag %d id %d fid %d"
32 v9fs_flush(uint16_t tag, uint8_t id, int16_t flush_tag) "tag %d id %d flush_tag %d"
34 v9fs_remove(uint16_t tag, uint8_t id, int32_t fid) "tag %d id %d fid %d"
39 v9fs_lock_return(uint16_t tag, uint8_t id, int8_t status) "tag %d id %d status %d"
47 v9fs_readlink(uint16_t tag, uint8_t id, int32_t fid) "tag %d id %d fid %d"
48 v9fs_readlink_return(uint16_t tag, uint8_t id, char* target) "tag %d id %d name %s"
[all …]
/qemu/hw/misc/
H A Dmips_itu.c195 if (c->tag.FIFO) { in view_bypass_read()
204 if (c->tag.FIFO && (c->tag.FIFOPtr > 0)) { in view_bypass_write()
230 if (c->tag.E) { in view_control_write()
241 if (!c->tag.FIFO) { in view_ef_common_read()
245 c->tag.F = 0; in view_ef_common_read()
262 c->tag.E = 1; in view_ef_common_read()
281 if (!c->tag.FIFO) { in view_ef_common_write()
285 c->tag.E = 0; in view_ef_common_write()
302 c->tag.F = 1; in view_ef_common_write()
322 if (c->tag.FIFO) { in view_pv_common_read()
[all …]
/qemu/crypto/
H A Dder.c26 uint8_t tag; member
233 uint8_t tag; in qcrypto_der_decode_tlv() local
240 tag = qcrypto_der_cut_byte(data, dlen); in qcrypto_der_decode_tlv()
241 if (tag != expected_tag) { in qcrypto_der_decode_tlv()
243 expected_tag, tag); in qcrypto_der_decode_tlv()
319 node->tag = tag; in qcrypto_der_encode_prim()
345 node->tag = tag; in qcrypto_der_encode_cons_begin()
368 qcrypto_der_encode_cons_begin(ctx, tag); in qcrypto_der_encode_seq_begin()
399 qcrypto_der_encode_prim(ctx, tag, NULL, 0); in qcrypto_der_encode_null()
416 qcrypto_der_encode_cons_begin(ctx, tag); in qcrypto_der_encode_octet_str_begin()
[all …]
/qemu/hw/usb/
H A Ddev-uas.c64 uint16_t tag; member
140 uint16_t tag; member
350 st->status.hdr.tag = cpu_to_be16(tag); in usb_uas_alloc_status()
353 st->stream = tag; in usb_uas_alloc_status()
553 req->tag = be16_to_cpu(iu->hdr.tag); in usb_uas_alloc_request()
580 if (req->tag == tag) { in usb_uas_find_request()
701 uint16_t tag = be16_to_cpu(iu->hdr.tag); in usb_uas_command() local
712 req = usb_uas_find_request(uas, tag); in usb_uas_command()
726 req->data = uas->data3[req->tag]; in usb_uas_command()
728 uas->data3[req->tag] = NULL; in usb_uas_command()
[all …]
/qemu/hw/scsi/
H A Dtrace-events4 scsi_req_alloc(int target, int lun, int tag) "target %d lun %d tag %d"
5 scsi_req_cancel(int target, int lun, int tag) "target %d lun %d tag %d"
8 scsi_req_dequeue(int target, int lun, int tag) "target %d lun %d tag %d"
11 scsi_req_continue(int target, int lun, int tag) "target %d lun %d tag %d"
18 scsi_report_luns(int target, int lun, int tag) "target %d lun %d tag %d"
21 scsi_request_sense(int target, int lun, int tag) "target %d lun %d tag %d"
255 lsi_queue_command(uint32_t tag) "Queueing tag=0x%"PRIx32
260 lsi_queue_req(uint32_t tag) "Queueing IO tag=0x%"PRIx32
273 lsi_do_msgout_abort(uint32_t tag) "MSG: ABORT TAG tag=0x%"PRIx32
353 scsi_generic_read_data(uint32_t tag) "scsi_read_data tag=0x%x"
[all …]
H A Dsrp.h126 uint64_t tag; member
145 uint64_t tag; member
157 uint64_t tag; member
166 uint64_t tag; member
174 uint64_t tag; member
185 uint64_t tag; member
206 uint64_t tag; member
236 uint64_t tag; member
/qemu/hw/dma/
H A Dpl330.c135 uint8_t tag; member
163 uint8_t *tag; member
189 uint8_t tag; member
385 s->tag[push_idx] = tag; in pl330_fifo_push()
405 if (s->tag[s->head] == tag) { in pl330_fifo_get()
442 if (s->tag[i] == tag) { in pl330_fifo_has_tag()
458 if (s->tag[i] != tag) { in pl330_fifo_tagged_remove()
460 s->tag[t] = s->tag[i]; in pl330_fifo_tagged_remove()
535 entry->tag = tag; in pl330_queue_put_insn()
565 (s->queue[i].tag == tag || tag == PL330_UNTAGGED || in pl330_queue_find_insn()
[all …]
/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.h29 uint16_t tag; member
81 uint16_t tag; member
115 uint16_t tag; member
137 uint16_t tag; member
164 uint16_t tag; member
190 uint16_t tag; member
220 uint16_t tag; member
247 uint16_t tag; member
275 uint16_t tag; member
295 uint16_t tag; member
[all …]
/qemu/tests/docker/
H A Ddocker.py287 def inspect_tag(self, tag): argument
289 return self._output(["inspect", tag])
296 def get_image_dockerfile_checksum(self, tag): argument
297 resp = self.inspect_tag(tag)
301 def build_image(self, tag, docker_dir, dockerfile, argument
338 cache = "%s/%s" % (registry, tag)
346 def update_image(self, tag, tarball, quiet=True): argument
351 def image_matches_dockerfile(self, tag, dockerfile): argument
444 tag = args.tag
517 argv=["%s/%s" % (args.registry, args.tag), args.tag])
[all …]
/qemu/hw/virtio/
H A Dvhost-user-fs.c45 memcpy((char *)fscfg.tag, fs->conf.tag, in vuf_get_config()
46 MIN(strlen(fs->conf.tag) + 1, sizeof(fscfg.tag))); in vuf_get_config()
203 if (!fs->conf.tag) { in vuf_device_realize()
207 len = strlen(fs->conf.tag); in vuf_device_realize()
212 if (len > sizeof_field(struct virtio_fs_config, tag)) { in vuf_device_realize()
214 sizeof_field(struct virtio_fs_config, tag)); in vuf_device_realize()
318 fs->conf.tag ?: "<none>"); in vuf_save_state()
342 fs->conf.tag ?: "<none>"); in vuf_load_state()
364 fs->conf.tag ?: "<none>"); in vuf_check_migration_support()
407 DEFINE_PROP_STRING("tag", VHostUserFS, conf.tag),
/qemu/hw/xtensa/
H A Dbootparam.h17 uint16_t tag; member
35 static inline ram_addr_t put_tag(ram_addr_t addr, uint16_t tag, in put_tag() argument
39 .tag = tswap16(tag), in put_tag()
/qemu/hw/ide/
H A Dtrace-events92 ncq_finish(void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: NCQ transfer finished"
93 execute_ncq_command_read(void *s, int port, uint8_t tag, int count, int64_t lba) "ahci(%p)[%d][tag:…
94 execute_ncq_command_write(void *s, int port, uint8_t tag, int count, int64_t lba) "ahci(%p)[%d][tag
95 execute_ncq_command_unsup(void *s, int port, uint8_t tag, uint8_t cmd) "ahci(%p)[%d][tag:%d]: error…
96 …ch(void *s, int port, uint8_t tag, uint8_t slot) "ahci(%p)[%d][tag:%d]: Warning: NCQ slot (%d) did…
97 process_ncq_command_aux(void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Attempt to use…
98 process_ncq_command_prioicc(void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Unsupporte…
99 process_ncq_command_fua(void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Unsupported at…
100 process_ncq_command_rarc(void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Unsupported a…
101 …rocess_ncq_command_large(void *s, int port, uint8_t tag, size_t prdtl, size_t size) "ahci(%p)[%d][
[all …]
/qemu/block/
H A Dblkdebug.c73 char *tag; member
103 char *tag; member
251 rule->options.suspend.tag = in add_rule()
272 g_free(rule->options.suspend.tag); in remove_rule()
799 r->tag = g_strdup(rule->options.suspend.tag); in suspend_request()
881 .options.suspend.tag = g_strdup(tag), in blkdebug_debug_breakpoint()
903 if (!strcmp(r->tag, tag)) { in resume_req_by_tag()
911 g_free(r->tag); in resume_req_by_tag()
931 return resume_req_by_tag(s, tag, false); in blkdebug_debug_resume()
945 !strcmp(rule->options.suspend.tag, tag)) { in blkdebug_debug_remove_breakpoint()
[all …]
/qemu/chardev/
H A Dchar-fe.c194 int tag = 0; in qemu_chr_fe_init() local
209 tag = d->mux_cnt++; in qemu_chr_fe_init()
219 b->tag = tag; in qemu_chr_fe_init()
235 d->backends[b->tag] = NULL; in qemu_chr_fe_deinit()
316 mux_set_focus(b->chr, b->tag); in qemu_chr_fe_take_focus()
361 guint tag; in qemu_chr_fe_add_watch() local
373 tag = g_source_attach(src, s->gcontext); in qemu_chr_fe_add_watch()
376 return tag; in qemu_chr_fe_add_watch()

123456