Searched refs:seen (Results 1 – 25 of 26) sorted by relevance
12
/qemu/scripts/ |
H A D | cleanup-trace-events.pl | 20 my %seen = (); 27 %seen = (); 46 next if $seen{$fname} || $fname eq 'trace-events'; 47 $seen{$fname} = 1;
|
H A D | checkpatch.pl | 2958 my $seen = 0; 2981 $seen++ if ($spaced_block =~ /^\s*\{/); 3001 if ($seen != ($#chunks + 1) && !$allowed) {
|
/qemu/scripts/qapi/ |
H A D | schema.py | 144 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 D | mtree.py | 37 self.seen = set() 47 if int(ptr) in self.seen: 51 self.seen.add(int(ptr))
|
/qemu/tests/qemu-iotests/tests/ |
H A D | fuse-allow-other.out | 54 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 D | hcd-ehci.h | 235 uint32_t seen; member
|
H A D | host-libusb.c | 100 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 D | hcd-ehci.c | 642 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 D | css.rst | 46 The auto-assigned-properties in QEMU (as seen via e.g. ``info qtree``)
|
/qemu/target/hexagon/ |
H A D | hex_common.py | 39 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 D | mps2.rst | 11 details of the board as seen by the guest depend significantly on the
|
/qemu/docs/devel/ |
H A D | multiple-iothreads.rst | 34 can improve I/O latency and reduce jitter seen by the guest.
|
H A D | multi-thread-tcg.rst | 189 seen by the vCPU thread. 319 are often seen when code modification has taken place to ensure the
|
H A D | memory.rst | 25 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 D | build-system.rst | 513 go through any pre-processing as seen with autotools, where configure
|
/qemu/docs/ |
H A D | throttle.txt | 73 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 D | qcow2-cache.txt | 39 seen by the guest to the disk image in the host. These structures are
|
H A D | pcie.txt | 173 The PCI Express Root Ports and PCI Express Downstream ports are seen by
|
/qemu/docs/interop/ |
H A D | qed_spec.txt | 44 * ''image_size'' is the block device size seen by the guest and must be a multiple of 512 bytes.
|
H A D | qcow2.rst | 9 Likewise, the virtual disk as seen by the guest is divided into (guest)
|
H A D | live-block-operations.rst | 58 'top'. (This terminology can be seen in the QAPI schema file,
|
/qemu/docs/system/riscv/ |
H A D | virt.rst | 255 The TPM device can be seen in the memory tree and the generated device
|
/qemu/target/hexagon/idef-parser/ |
H A D | README.rst | 257 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 D | functional.rst | 356 usually expose real issues that are rarely seen on developer machines
|
/qemu/docs/tools/ |
H A D | qemu-img.rst | 921 its offset as seen by the guest, and some writes (specifically zero writes)
|
12