Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 25 of 69) sorted by relevance

123

/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py8 from typing import IO, Match, NamedTuple, Optional, Literal, Iterable, Type, Dict, List, Any, TypeV…
184 …def group_finditer(self, klass: Type['FileMatch'], group: Union[str, int]) -> Iterable['FileMatch'…
191 …def try_group_match(self, klass: Type['FileMatch'], group: Union[str, int]) -> Optional['FileMatch…
216 def all_subclasses(c: Type[FileMatch]) -> Iterable[Type[FileMatch]]:
221 def match_class_dict() -> Dict[str, Type[FileMatch]]:
266 self.match_index: Dict[Type[Any], List[FileMatch]] = {}
267 self.match_name_index: Dict[Tuple[Type[Any], str, str], Optional[FileMatch]] = {}
269 def _matches_of_type(self, klass: Type[Any]) -> Iterable[FileMatch]:
272 def matches_of_type(self, t: Type[T]) -> List[T]:
277 def find_matches(self, t: Type[T], name: str, group: str='name') -> List[T]:
[all …]
/qemu/qapi/
H A Dcxl.json53 # @type: Type of memory event that occurred. See CXL r3.0 Table 8-43
54 # General Media Event Record, Memory Event Type for possible
57 # @transaction-type: Type of first transaction that caused the event
59 # Transaction Type for possible values.
104 # @type: Type of memory event that occurred. See CXL r3.0 Table 8-44
105 # DRAM Event Record, Memory Event Type for possible values.
107 # @transaction-type: Type of first transaction that caused the event
109 # Transaction Type for possible values.
157 # @type: Device Event Type. See CXL r3.0 Table 8-45 Memory Module
220 # Type of uncorrectable CXL error to inject. These errors are
[all …]
/qemu/docs/system/devices/
H A Dcxl.rst49 **Type 1:** These support coherent caching of host memory. Example might
53 **Type 2:** These support coherent caching of host memory and host
58 **Type 3 Memory devices:** These devices act as a means of attaching
61 number of Type 3 memory devices using HDM Decoders in the host, host
142 CXL Memory Devices - Type 3
197 | CXL Type3 0 | | CXL Type3 1 | | CXL type3 2| | CLX Type 3 3 |
222 of CXL Type 3 1. HDM2 routes yet another PA range from within
225 CXL Type 3 1. HDM3 routes those interleaved accesses from
227 CXL Type 3 0 (as part of a 2 way interleave at the system level
237 (3) **Four CXL Root Ports.** In this case the CXL Type 3 devices are
[all …]
/qemu/scripts/
H A Dcheckpatch.pl275 our $Type;
432 $Type = qr{
437 $Declare = qr{(?:$Storage\s+)?$Type};
1080 } elsif ($cur =~ /^(\(\s*$Type\s*)\)/ && $av_pending eq '_') {
1085 } elsif ($cur =~ /^($Type)\s*(?:$Ident|,|\)|\(|\s*$)/) {
1266 $Type|
1288 $possible =~ s/\s*(?:$Type|\#\#)\s*//g;
2107 …if ($prev_values eq 'E' && $s =~ /^(.(?:typedef\s*)?(?:(?:$Storage|$Inline)\s*)*\s*$Type\s*(?:\b$I…
2355 if ($line =~ /^.$Type\s*$Ident\s*(?:\s+$Modifier)*\s*=\s*(0|NULL|false)\s*;/) {
2403 if (($line=~/$Type\s*$Ident\(.*\).*\s\{/) and
[all …]
/qemu/python/qemu/utils/
H A Dqom_common.py26 Type,
150 cls: Type[CommandT],
/qemu/hw/i386/
H A Dtdvf.c31 uint32_t Type; member
99 entry->type = le32_to_cpu(src->Type); in tdvf_parse_and_check_section_entry()
/qemu/tests/qapi-schema/
H A Dtype-case.json1 # Type names should use CamelCase
/qemu/docs/sphinx/
H A Dcompat.py11 Type,
88 innernode: Type[TextlikeNode] = addnodes.literal_emphasis,
/qemu/ui/
H A Dqemu.desktop5 Type=Application
/qemu/contrib/systemd/
H A Dqemu-pr-helper.service6 Type=simple key
H A Dqemu-vmsr-helper.service6 Type=simple key
/qemu/qga/vss-win32/
H A Dqga-vss.idl7 helpstring("QGAVSSProvider Type Library")
/qemu/python/qemu/qmp/
H A Dlegacy.py33 Type,
117 exc_type: Optional[Type[BaseException]],
/qemu/docs/system/loongarch/
H A Dvirt.rst23 * CPU device. Type: la464.
25 CPU and machine Type
/qemu/include/qom/
H A Dobject.h21 typedef struct TypeImpl *Type; typedef
131 Type type;
586 Type interface_type;
890 Type type_register_static(const TypeInfo *info);
/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py278 '''Dumps structure of given Type if present'''
92 print "Failure: Type {} - not found".format(num)
710 0x1D: 'Mini-Centronics Type-14',
711 0x1E: 'Mini-Centronics Type-26',
745 0x12: 'PCMCIA Type I2',
746 0x13: 'PCMCIA Type II',
747 0x14: 'PCMCIA Type III',
1011 1: 'Type 1 log header',
1052 …0x0E: 'Logging disabled for a specific Event Type - too many errors of the same type received in a…
1073 0x05: 'System Management Type',
[all …]
/qemu/po/
H A Duk.po15 "Content-Type: text/plain; charset=UTF-8\n"
H A Dzh_CN.po15 "Content-Type: text/plain; charset=UTF-8\n"
H A Dbg.po16 "Content-Type: text/plain; charset=UTF-8\n"
H A Dde_DE.po15 "Content-Type: text/plain; charset=UTF-8\n"
H A Dit.po15 "Content-Type: text/plain; charset=UTF-8\n"
H A Dfr_FR.po15 "Content-Type: text/plain; charset=UTF-8\n"
H A Dsv.po15 "Content-Type: text/plain; charset=UTF-8\n"
H A Dtr.po16 "Content-Type: text/plain; charset=UTF-8\n"
/qemu/contrib/elf2dmp/
H A Dpe.h110 uint32_t Type; member

123