Home
last modified time | relevance | path

Searched refs:seen (Results 1 – 25 of 27) 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.pl2714 my $seen = 0;
2737 $seen++ if ($spaced_block =~ /^\s*\{/);
2757 if ($seen != ($#chunks + 1) && !$allowed) {
/qemu/scripts/qapi/
H A Dschema.py146 f.check_clash(self.info, seen)
435 m.check_clash(self.info, seen)
559 seen = OrderedDict()
573 m.check_clash(self.info, seen)
593 seen: Dict[str, QAPISchemaMember],
597 m.check_clash(info, seen)
673 v.check_clash(self.info, seen)
801 if seen:
839 super().check(schema, seen)
870 if cname in 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
1884 s->seen++; in usb_host_auto_check()
1901 if (s->seen == 0) { in usb_host_auto_check()
1907 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.py38 seen = set()
39 seen_add = seen.add
40 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.txt30 can improve I/O latency and reduce jitter seen by the guest.
H A Dmulti-thread-tcg.rst188 seen by the vCPU thread.
318 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.rst523 go through any pre-processing as seen with autotools, where configure
H A Dtesting.rst1252 Parameter values can be easily seen in the log files, and will look
1389 usually expose real issues that are rarely seen on developer machines
/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.txt7 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.rst225 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/about/
H A Ddeprecated.rst318 momentum. The proxy backend is much slower than the local backend, hasn't seen

12