Home
last modified time | relevance | path

Searched full:matching (Results 1 – 25 of 169) sorted by relevance

1234567

/qemu/target/sh4/
H A Dhelper.c333 tlb_t *matching = NULL; in get_mmu_address() local
340 matching = &env->itlb[n]; in get_mmu_address()
341 if (!(env->sr & (1u << SR_MD)) && !(matching->pr & 2)) { in get_mmu_address()
350 matching = &env->itlb[n]; in get_mmu_address()
351 if (!(env->sr & (1u << SR_MD)) && !(matching->pr & 2)) { in get_mmu_address()
355 if ((matching->pr & 1) && matching->d) { in get_mmu_address()
368 matching = &env->utlb[n]; in get_mmu_address()
369 if (!(env->sr & (1u << SR_MD)) && !(matching->pr & 2)) { in get_mmu_address()
372 } else if ((access_type == MMU_DATA_STORE) && !(matching->pr & 1)) { in get_mmu_address()
374 } else if ((access_type == MMU_DATA_STORE) && !matching->d) { in get_mmu_address()
[all …]
/qemu/docs/tools/
H A Dqemu-trace-stap.rst44 matching multiple probes without listing each one explicitly. Multiple
66 executing *BINARY* triggers a probe matching *PATTERN*.
73 facilitate matching multiple probes without listing each one explicitly.
74 Multiple *PATTERN* arguments may be given, causing all matching probes
/qemu/roms/
H A Dedk2-build.py342 help = 'only run builds matching INCLUDE (substring)',
346 help = 'skip builds matching EXCLUDE (substring)',
414 matching = False
417 matching = True
418 if not matching:
419 print(f'# skipping "{build}" (not matching "{"|".join(options.match)}")')
425 print(f'# skipping "{build}" (matching "{item}")')
/qemu/include/system/
H A Ddevice_tree.h29 * qemu_fdt_node_path: return the paths of nodes matching a given
39 * NULL. If there is no error but no matching node was found, the
50 * qemu_fdt_node_unit_path: return the paths of nodes matching a given
59 * NULL. If there is no error but no matching node was found, the
/qemu/target/s390x/tcg/
H A Dvec_string_helper.c129 return 1; /* matching elements, no match for zero */ in vfae()
131 return 2; /* matching elements before match for zero */ in vfae()
190 return 1; /* matching elements, no match for zero */ in vfee()
192 return 2; /* matching elements before match for zero */ in vfee()
413 return 1; /* matching elements, no match for zero */ in vstrc()
415 return 2; /* matching elements before match for zero */ in vstrc()
/qemu/pc-bios/dtb/
H A Dpetalogix-s3adsp1800.dts135 xlnx,include-datawidth-matching-0 = <0x01>;
136 xlnx,include-datawidth-matching-1 = <0x00>;
137 xlnx,include-datawidth-matching-2 = <0x00>;
138 xlnx,include-datawidth-matching-3 = <0x00>;
H A Dpetalogix-ml605.dts251 xlnx,include-datawidth-matching-0 = < 0x01 >;
252 xlnx,include-datawidth-matching-1 = < 0x00 >;
253 xlnx,include-datawidth-matching-2 = < 0x00 >;
254 xlnx,include-datawidth-matching-3 = < 0x00 >;
/qemu/util/
H A Ddefer-call.c109 * caller must ensure that each defer_call_begin() has a matching
127 * There must have been a matching defer_call_begin() call in the same thread
H A Dpath.c1 /* Code to mangle pathnames into those matching a given prefix.
/qemu/trace/
H A Dcontrol.h41 * with non-matching names.
189 * Enable or disable matching events.
/qemu/block/
H A Dsnapshot.c86 * This function will traverse snapshot list in @bs to search the matching
87 * one, @id and @name are the matching condition:
95 * when error or not found. If all operation succeed but no matching one is
348 * specified, return -EINVAL. If @bs can't find one matching @id and @name,
426 * internal snapshot, return -ENOTSUP. If qemu can't find a matching @id and
/qemu/docs/
H A Dqemu-option-trace.rst.inc6 Immediately enable events matching *PATTERN*
/qemu/scripts/
H A Dqemu-trace-stap137 To only watch the trace points matching the qio* and qcrypto* patterns
156 To only list the trace points matching the qio* and qcrypto* patterns
H A Dqemu-plugin-symbols.py24 # Find last word between QEMU_PLUGIN_API and (, matching on several lines.
/qemu/docs/devel/testing/
H A Dblkdebug.rst78 matching request
125 observed from outside but rules can interact with it for powerful matching
/qemu/include/qemu/
H A Ddatadir.h26 * Returns: a path that can access @name, or NULL if no matching file exists.
/qemu/include/hw/xen/interface/
H A Dxen-compat.h16 /* Xen is built with matching headers and implements the latest interface. */
/qemu/include/hw/core/
H A Dcpu.h775 * Looks up a concrete CPU #ObjectClass matching name @cpu_model.
777 * Returns: A concrete #CPUClass or %NULL if no matching class is found
778 * or if the matching class is abstract.
907 * Gets a CPU matching @index.
909 * Returns: The CPU or %NULL if there is no matching CPU.
927 * Get a CPU with matching @id.
929 * Returns: The CPU or %NULL if there is no matching CPU.
/qemu/hw/vfio/
H A Dpci-quirks.h22 * pass reads and writes through to hardware until a value matching the
/qemu/tests/qemu-iotests/
H A D082.out691 encrypt.new-secret=<str> - New secret to set in the matching keyslots. Empty string to erase
707 encrypt.new-secret=<str> - New secret to set in the matching keyslots. Empty string to erase
723 encrypt.new-secret=<str> - New secret to set in the matching keyslots. Empty string to erase
739 encrypt.new-secret=<str> - New secret to set in the matching keyslots. Empty string to erase
755 encrypt.new-secret=<str> - New secret to set in the matching keyslots. Empty string to erase
771 encrypt.new-secret=<str> - New secret to set in the matching keyslots. Empty string to erase
787 encrypt.new-secret=<str> - New secret to set in the matching keyslots. Empty string to erase
803 encrypt.new-secret=<str> - New secret to set in the matching keyslots. Empty string to erase
840 encrypt.new-secret=<str> - New secret to set in the matching keyslots. Empty string to erase
/qemu/include/hw/
H A Delf_ops.h.inc272 * for a note matching type 'elf_note_type' and return a pointer to
273 * the matching ELF note.
301 * supplied size, we are done and no matching note was found.
600 * Search the ELF notes to find one with a type matching the
/qemu/include/authz/
H A Dlist.h39 * for granting access by matching user names against a
H A Dpamacct.h39 * for granting access by matching user names against a
/qemu/qapi/
H A Dtrace.json50 # Returns: a list of @TraceEventInfo for the matching events
/qemu/tests/tcg/multiarch/gdbstub/
H A Dmemory.py26 # manually matching PC to symbol address is a bit flaky thanks to

1234567