Home
last modified time | relevance | path

Searched refs:tags (Results 1 – 25 of 30) sorted by relevance

12

/qemu/scripts/
H A Dfeature_to_c.py57 tags = ['feature'] variable
60 if element.tag != tags[len(tags) - 1]:
64 tags.pop()
68 if len(tags) < 2 and element.tag == 'reg':
76 tags.append(element.tag)
80 if len(tags):
H A Dmake-release61 (cd roms/seabios && git describe --tags --long --dirty > .version)
/qemu/target/arm/
H A Dgdbstub64.c450 uint8_t *tags; in handle_q_memtag() local
471 tags = allocation_tag_mem_probe(env, mmu_index, addr, MMU_DATA_LOAD, 1, in handle_q_memtag()
473 if (!tags) { in handle_q_memtag()
480 addr_tag = load_tag1(addr, tags); in handle_q_memtag()
494 uint8_t *tags; in handle_q_isaddresstagged() local
499 tags = allocation_tag_mem_probe(env, mmu_index, addr, MMU_DATA_LOAD, 1, in handle_q_isaddresstagged()
501 reply = tags ? "01" : "00"; in handle_q_isaddresstagged()
520 uint8_t *tags; in handle_Q_memtag() local
545 tags = allocation_tag_mem_probe(env, mmu_index, start_addr, MMU_DATA_STORE, in handle_Q_memtag()
547 if (!tags) { in handle_Q_memtag()
[all …]
/qemu/docs/devel/testing/
H A Dci-runners.rst.inc88 Following the registration, it's necessary to configure the runner tags,
99 the automatically created tags are consistent with the OS and
101 have tags set as::
109 tags:
/qemu/target/hexagon/
H A Dgen_trans_funcs.py31 for tag in iset.tags
80 for tag in sorted(encs.keys(), key=iset.tags.index):
H A Dgen_decodetree.py31 for tag in iset.tags
104 for tag in sorted(encs.keys(), key=iset.tags.index):
H A Dhex_common.py32 tags = [] # list of all tags variable
113 for tag in tags:
121 for tag in tags:
131 tags.append(tag) # dicts have no order, this is for order
195 return dict(zip(tags, list(map(compute_func, tags))))
198 return dict(zip(tags, list(map(compute_tag_immediates, tags))))
H A Dgen_opcodes_def.py40 for tag in hex_common.tags:
H A Dgen_op_attribs.py41 for tag in hex_common.tags:
H A Dgen_tcg_func_table.py44 for tag in hex_common.tags:
H A Dgen_helper_protos.py62 for tag in hex_common.tags:
H A Dgen_analyze_funcs.py91 for tag in hex_common.tags:
H A Dgen_idef_parser_funcs.py62 for tag in hex_common.tags:
H A Dgen_helper_funcs.py112 for tag in hex_common.tags:
H A Dgen_tcg_funcs.py123 for tag in hex_common.tags:
H A Dgen_printinsn.py111 for tag in hex_common.tags:
/qemu/
H A D.gitignore12 tags
/qemu/docs/interop/
H A Dvhost-user.json238 # @tags: An optional list of auxiliary strings associated with the
240 # latter's possible exposure to the end-user. @tags serves
265 '*tags': [ 'str' ]
H A Dfirmware.json475 # @tags: A list of auxiliary strings associated with the firmware for
477 # possible exposure to the end-user. @tags serves development and
689 'tags' : [ 'str' ] } }
/qemu/docs/
H A Dconf.py73 tags.add('sphinx4')
/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/
H A Dbuild-toolchain.sh13 GCC_PATCH0_URL=https://raw.githubusercontent.com/Xilinx/meta-xilinx/refs/tags/xlnx-rel-v2024.1/meta…
/qemu/target/loongarch/
H A DREADME9 …can get the latest loongarch documents at https://github.com/loongson/LoongArch-Documentation/tags.
/qemu/tests/qemu-iotests/
H A Dpylintrc44 # List of note tags to take in consideration, separated by a comma.
/qemu/contrib/gitdm/
H A Daliases37 # some broken DCO tags
/qemu/target/arm/tcg/
H A Dmte_helper.c68 uint8_t *tags; in allocation_tag_mem_probe() local
86 tags = page_get_target_data(clean_ptr, page_data_size); in allocation_tag_mem_probe()
90 return tags + index; in allocation_tag_mem_probe()

12