Home
last modified time | relevance | path

Searched refs:matching (Results 1 – 25 of 48) sorted by relevance

12

/qemu/target/sh4/
H A Dhelper.c332 tlb_t *matching = NULL; in get_mmu_address() local
339 matching = &env->itlb[n]; in get_mmu_address()
340 if (!(env->sr & (1u << SR_MD)) && !(matching->pr & 2)) { in get_mmu_address()
349 matching = &env->itlb[n]; in get_mmu_address()
350 if (!(env->sr & (1u << SR_MD)) && !(matching->pr & 2)) { in get_mmu_address()
354 if ((matching->pr & 1) && matching->d) { in get_mmu_address()
367 matching = &env->utlb[n]; in get_mmu_address()
368 if (!(env->sr & (1u << SR_MD)) && !(matching->pr & 2)) { in get_mmu_address()
377 if ((matching->pr & 1) && matching->d) { in get_mmu_address()
388 *physical = ((matching->ppn << 10) & ~(matching->size - 1)) 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/pc-bios/
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 >;
H A DREADME49 - The "edk2-*.fd.bz2" images are platform firmware binaries and matching UEFI
/qemu/scripts/ci/setup/
H A Dgitlab-runner.yml52 - name: Download the matching gitlab-runner (DEB)
59 - name: Download the matching gitlab-runner (RPM)
/qemu/roms/
H A Dedk2-build.py414 matching = False
417 matching = True
418 if not matching:
/qemu/docs/
H A Dqemu-option-trace.rst.inc6 Immediately enable events matching *PATTERN*
/qemu/qapi/
H A Dtrace.json50 # Returns: a list of @TraceEventInfo for the matching events
H A Dauthz.json64 # @rules: Authorization rules based on matching user
H A Dacpi.json28 # String fields are copied into the matching ACPI member from lowest
H A Dtransaction.json222 # snapshot's name. If an internal snapshot matching name already
/qemu/tests/qemu-iotests/
H A Dcommon.qemu146 echo "Wrong response matching ${failure_match} on handle ${h}"
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/docs/devel/
H A Dblkdebug.txt71 matching request
113 observed from outside but rules can interact with it for powerful matching
/qemu/docs/system/devices/
H A Divshmem.rst29 # Then start your qemu instances with matching arguments
/qemu/target/arm/tcg/
H A Dvfp-uncond.decode22 # generally anything matching A32
H A Dvfp.decode22 # generally anything matching A32
/qemu/docs/specs/
H A Dppc-xive.rst30 routing by matching an event source number with an Event
197 to a CPU. These contexts are scanned by the IVPE to find a matching VP
/qemu/.gitlab-ci.d/
H A Dbase.yml111 # Stage 3: catch all logic applying to any job not matching
/qemu/docs/system/
H A Dtarget-riscv.rst18 For most boards the CPU type is fixed (matching what the hardware has),
H A Dtarget-arm.rst28 embedded boards). For most boards the CPU type is fixed (matching what
H A Dauthz.rst97 access by matching identities against a list of permitted one. Each match
/qemu/hw/virtio/
H A Dvhost-user.c581 bool matching; in scrub_shadow_regions() local
591 matching = false; in scrub_shadow_regions()
599 matching = true; in scrub_shadow_regions()
623 if (!matching) { in scrub_shadow_regions()

12