Home
last modified time | relevance | path

Searched full:definition (Results 1 – 25 of 197) sorted by relevance

12345678

/qemu/include/qemu/
H A Dtarget-info-impl.h2 * QEMU TargetInfo structure definition
15 /* runtime equivalent of TARGET_NAME definition */
17 /* runtime equivalent of TARGET_LONG_BITS definition */
19 /* runtime equivalent of CPU_RESOLVING_TYPE definition */
28 * Returns: The TargetInfo structure definition for this target binary.
/qemu/include/hw/acpi/
H A Daml-build.h115 * _RNG field definition
125 * _MEM field definition
136 * _RW field definition
144 * ACPI 5.0: Table 6-187 Extended Interrupt Descriptor Definition
153 * ACPI 5.0: Table 6-187 Extended Interrupt Descriptor Definition
154 * _HE field definition
162 * ACPI 5.0: Table 6-187 Extended Interrupt Descriptor Definition
163 * _LL field definition
171 * ACPI 5.0: Table 6-187 Extended Interrupt Descriptor Definition
172 * _SHR field definition
[all …]
/qemu/scripts/codeconverter/codeconverter/
H A Dqom_macros.py164 """Split into struct definition + typedef in-place"""
823 u.warn("definition of %s %s not found in file", i.type, i.name)
832 # symbol defined. check if all users are after its definition:
834 definition = ul.definitions[0]
835 DBG("handling repositioning of %r", definition)
837 if earliest.start() > definition.start():
838 DBG("%r is OK", definition)
841 DBG("%r needs to be moved", definition)
842 if isinstance(definition, SimpleTypedefMatch) \
843 or isinstance(definition, ConstantDefine):
[all …]
/qemu/docs/tools/
H A Dqemu-storage-daemon.rst66 is a block node definition. See the :manpage:`qemu(1)` manual page for a
72 is a character device definition. See the :manpage:`qemu(1)` manual page for
74 definition configures a UNIX domain socket::
84 is a block export definition. ``node-name`` is the block node that should be
139 is a QMP monitor definition. See the :manpage:`qemu(1)` manual page for
140 a description of QMP monitor properties. A common QMP monitor definition
163 is a QEMU user creatable object definition. List object types with ``help``.
/qemu/include/qom/
H A Dobject_interfaces.h92 * @options: the object definition
102 * @str: the object definition string as passed on the command line
117 * @str: the object definition string as passed on the command line
133 * @cmdline: the object definition string as passed on the command line
/qemu/docs/devel/
H A Dqapi-code-gen.rst95 documentation is generated in schema definition order. Code order
98 A top-level expressions is either a directive or a definition::
100 TOP-LEVEL-EXPR = DIRECTIVE | DEFINITION
105 DEFINITION = ENUM | STRUCT | UNION | ALTERNATE | COMMAND | EVENT
420 'data': { 'definition': 'BlockdevOptions',
546 the command definition includes the optional member 'success-response'
796 The C code generated for the definition will then be guarded by an #if
867 it documents the definition of SYMBOL, else it's free-form
870 See below for more on `Definition documentation`_.
963 Definition documentation
[all …]
H A Dqapi-domain.rst125 Document a feature attached to a QAPI definition.
492 namespace association of a given definition.
494 you to override the module association of a given definition.
501 advertises that this definition is deprecated and should be avoided.
503 advertises that this definition is unstable and should not be used in
513 the definition's "fully qualified name", allowing two different
514 namespaces to create an otherwise identically named definition.
/qemu/scripts/qapi/
H A Dparser.py176 cur_doc.info, "definition documentation required")
191 "documentation for '%s' is not followed by the definition"
489 # Definition documentation
493 # provided *must* match the following definition,
590 "unexpected '=' markup in definition documentation")
624 A documentation comment block, either definition or free-form
626 Definition documentation blocks consist of
628 * a body section: one line naming the definition, followed by an
694 # definition doc's symbol, None for free-form doc
H A Dexpr.py159 Ensure that ``name`` is a valid definition name.
446 Normalize and validate this expression as an ``enum`` definition.
485 Normalize and validate this expression as a ``struct`` definition.
501 Normalize and validate this expression as a ``union`` definition.
529 Normalize and validate this expression as an ``alternate`` definition.
555 Normalize and validate this expression as a ``command`` definition.
577 Normalize and validate this expression as an ``event`` definition.
/qemu/target/s390x/
H A Dcpu_features.h50 /* Definition of a CPU feature */
75 /* Definition of a CPU feature group */
/qemu/linux-headers/asm-loongarch/
H A Dkvm.h119 /* definition of registers in kvm_run */
123 /* dummy definition */
/qemu/docs/sphinx/
H A Dqapidoc_legacy.py73 """Return a dlitem node with the specified term and definition.
85 dldef = nodes.definition()
124 'term' part of a definition list item.
141 the 'branches' part of a definition list.
279 sections is a list of nodes for sections to add to the definition.
/qemu/tests/qapi-schema/
H A Ddoc-no-symbol.err1 doc-no-symbol.json:3: definition documentation required
H A Ddoc-bad-section.err1 doc-bad-section.json:5:1: unexpected '=' markup in definition documentation
H A Ddoc-before-pragma.err1 doc-before-pragma.json:3: documentation for 'foo' is not followed by the definition
H A Ddoc-before-include.err1 doc-before-include.json:3: documentation for 'foo' is not followed by the definition
H A Ddoc-missing-expr.err1 doc-missing-expr.json:3: documentation for 'bar' is not followed by the definition
H A Dstruct-member-invalid-dict.json2 # definition, not inline complex type
H A Dredefined-command.err4 redefined-command.json:2: previous definition
H A Dredefined-type.err4 redefined-type.json:2: previous definition
H A Dredefined-event.err4 redefined-event.json:2: previous definition
H A Devent-member-invalid-dict.json2 # definition, not inline complex type
H A Dnested-struct-data-invalid-dict.json2 # definition, not inline complex type
/qemu/include/hw/ppc/
H A Dxive_regs.h25 * Trigger data definition
27 * The trigger definition is used for triggers both for HW source
153 * interrupts on P9, we use the P10 definition for the group level so
182 * Use a single 64-bit definition to make it easier to perform
/qemu/docs/devel/testing/
H A Dci-runners.rst.inc16 The GitLab CI jobs definition for the custom runners are located under::
105 Because the job definition at ``.gitlab-ci.d/custom-runners.yml``

12345678