/qemu/scripts/ |
H A D | feature_to_c.py | 57 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 D | make-release | 61 (cd roms/seabios && git describe --tags --long --dirty > .version)
|
/qemu/target/arm/ |
H A D | gdbstub64.c | 450 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 D | ci-runners.rst.inc | 88 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 D | gen_trans_funcs.py | 31 for tag in iset.tags 80 for tag in sorted(encs.keys(), key=iset.tags.index):
|
H A D | gen_decodetree.py | 31 for tag in iset.tags 104 for tag in sorted(encs.keys(), key=iset.tags.index):
|
H A D | hex_common.py | 32 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 D | gen_opcodes_def.py | 40 for tag in hex_common.tags:
|
H A D | gen_op_attribs.py | 41 for tag in hex_common.tags:
|
H A D | gen_tcg_func_table.py | 44 for tag in hex_common.tags:
|
H A D | gen_helper_protos.py | 62 for tag in hex_common.tags:
|
H A D | gen_analyze_funcs.py | 91 for tag in hex_common.tags:
|
H A D | gen_idef_parser_funcs.py | 62 for tag in hex_common.tags:
|
H A D | gen_helper_funcs.py | 112 for tag in hex_common.tags:
|
H A D | gen_tcg_funcs.py | 123 for tag in hex_common.tags:
|
H A D | gen_printinsn.py | 111 for tag in hex_common.tags:
|
/qemu/ |
H A D | .gitignore | 12 tags
|
/qemu/docs/interop/ |
H A D | vhost-user.json | 238 # @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 D | firmware.json | 475 # @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 D | conf.py | 73 tags.add('sphinx4')
|
/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/ |
H A D | build-toolchain.sh | 13 GCC_PATCH0_URL=https://raw.githubusercontent.com/Xilinx/meta-xilinx/refs/tags/xlnx-rel-v2024.1/meta…
|
/qemu/target/loongarch/ |
H A D | README | 9 …can get the latest loongarch documents at https://github.com/loongson/LoongArch-Documentation/tags.
|
/qemu/tests/qemu-iotests/ |
H A D | pylintrc | 44 # List of note tags to take in consideration, separated by a comma.
|
/qemu/contrib/gitdm/ |
H A D | aliases | 37 # some broken DCO tags
|
/qemu/target/arm/tcg/ |
H A D | mte_helper.c | 68 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()
|