Home
last modified time | relevance | path

Searched refs:seen (Results 1 – 25 of 26) sorted by relevance

12

/qemu/scripts/
H A Dcleanup-trace-events.pl20 my %seen = ();
27 %seen = ();
46 next if $seen{$fname} || $fname eq 'trace-events';
47 $seen{$fname} = 1;
H A Dcheckpatch.pl2958 my $seen = 0;
2981 $seen++ if ($spaced_block =~ /^\s*\{/);
3001 if ($seen != ($#chunks + 1) && !$allowed) {
/qemu/scripts/qapi/
H A Dschema.py144 seen: Dict[str, QAPISchemaMember] = {}
146 f.check_clash(self.info, seen)
433 seen: Dict[str, QAPISchemaMember] = {}
435 m.check_clash(self.info, seen)
559 seen = {}
570 self.base.check_clash(self.info, seen)
573 m.check_clash(self.info, seen)
578 members = cast(List[QAPISchemaObjectTypeMember], list(seen.values()))
581 self.branches.check(schema, seen)
582 self.branches.check_clash(self.info, seen)
[all …]
/qemu/scripts/qemugdb/
H A Dmtree.py37 self.seen = set()
47 if int(ptr) in self.seen:
51 self.seen.add(int(ptr))
/qemu/tests/qemu-iotests/tests/
H A Dfuse-allow-other.out54 Permissions seen by nobody: 444
56 Permissions seen by nobody: 440
81 Permissions seen by nobody: 444
83 Permissions seen by nobody: 440
/qemu/hw/usb/
H A Dhcd-ehci.h235 uint32_t seen; member
H A Dhost-libusb.c100 int seen, errcount; member
1882 s->seen++; in usb_host_auto_check()
1899 if (s->seen == 0) { in usb_host_auto_check()
1905 s->seen = 0; in usb_host_auto_check()
H A Dhcd-ehci.c642 if (q->seen) { in ehci_queues_rip_unused()
643 q->seen = 0; in ehci_queues_rip_unused()
660 if (!q->seen) { in ehci_queues_rip_unseen()
1625 q->seen++; in ehci_state_fetchqh()
1626 if (q->seen > 1) { in ehci_state_fetchqh()
/qemu/docs/system/s390x/
H A Dcss.rst46 The auto-assigned-properties in QEMU (as seen via e.g. ``info qtree``)
/qemu/target/hexagon/
H A Dhex_common.py39 seen = set()
40 seen_add = seen.add
41 return [x for x in seq if x not in seen and not seen_add(x)]
/qemu/docs/system/arm/
H A Dmps2.rst11 details of the board as seen by the guest depend significantly on the
/qemu/docs/devel/
H A Dmultiple-iothreads.rst34 can improve I/O latency and reduce jitter seen by the guest.
H A Dmulti-thread-tcg.rst189 seen by the vCPU thread.
319 are often seen when code modification has taken place to ensure the
H A Dmemory.rst25 These represent memory as seen from the CPU or a device's viewpoint.
241 The regions that will be seen within this address range then are::
H A Dbuild-system.rst513 go through any pre-processing as seen with autotools, where configure
/qemu/docs/
H A Dthrottle.txt73 In addition to the basic limits we have just seen, QEMU allows the
165 In all the examples so far we have seen how to apply limits to the I/O
H A Dqcow2-cache.txt39 seen by the guest to the disk image in the host. These structures are
H A Dpcie.txt173 The PCI Express Root Ports and PCI Express Downstream ports are seen by
/qemu/docs/interop/
H A Dqed_spec.txt44 * ''image_size'' is the block device size seen by the guest and must be a multiple of 512 bytes.
H A Dqcow2.rst9 Likewise, the virtual disk as seen by the guest is divided into (guest)
H A Dlive-block-operations.rst58 'top'. (This terminology can be seen in the QAPI schema file,
/qemu/docs/system/riscv/
H A Dvirt.rst255 The TPM device can be seen in the memory tree and the generated device
/qemu/target/hexagon/idef-parser/
H A DREADME.rst257 pointer seen here. Writes to these registers then correspond to assignments
272 macros in ``macros.h`` are kept unexpanded to aid in parsing, as seen in the
/qemu/docs/devel/testing/
H A Dfunctional.rst356 usually expose real issues that are rarely seen on developer machines
/qemu/docs/tools/
H A Dqemu-img.rst921 its offset as seen by the guest, and some writes (specifically zero writes)

12