Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 57) sorted by relevance

123

/qemu/qapi/
H A Duefi.json8 # The QEMU efi variable store implementation (hw/uefi/) uses this to
22 # @guid: variable namespace GUID
24 # @name: variable name, in UTF-8 encoding.
26 # @attr: variable attributes.
28 # @data: variable value, encoded as hex string.
30 # @time: variable modification time. EFI_TIME struct, encoded as hex
35 # @digest: variable certificate digest. Used to verify the signature
40 # of the signing certificate at variable creation time, and any
/qemu/docs/devel/testing/
H A Dci-jobs.rst.inc8 Set variable globally in the user's CI namespace
15 https://docs.gitlab.com/ee/ci/variables/#add-a-cicd-variable-to-a-project
17 Set variable manually when pushing a branch or tag to the user's repository
23 Example setting the QEMU_CI_EXAMPLE_VAR variable:
27 git push -o ci.variable="QEMU_CI_EXAMPLE_VAR=value" myrepo mybranch
41 git config --local alias.push-ci "push -o ci.variable=QEMU_CI=1"
42 git config --local alias.push-ci-now "push -o ci.variable=QEMU_CI=2"
146 Set this variable to 1 to create the pipelines, but leave all
149 Set this variable to 2 to create the pipelines and run all
156 might cause a lot of network traffic). Set this variable to have the tests
[all …]
H A Dfunctional.rst69 variable. Any preserved files will be deleted the next time the test is run
70 without this variable set.
193 be the result the QEMU_TEST_QEMU_BINARY environment variable.
201 by setting the ``QEMU_TEST_QMP_BACKDOOR`` env variable to refer
227 variable.
313 ``QEMU_TEST_CACHE_DIR`` environment variable.
377 the QEMU_TEST_ALLOW_SLOW environment variable has been set.
H A Dqtest.rst46 executable name to an appropriate ``qtests_*`` variable. There is
47 one variable per architecture, plus ``qtests_generic`` for tests
/qemu/hw/uefi/
H A Dtrace-events11 # variable protocol
15 # variable policy protocol
/qemu/docs/devel/
H A Duefi-vars.rst5 Guest UEFI variable management
13 Secure boot support comes with the requirement that the UEFI variable
27 Host UEFI variable service
H A Dtcg-ops.rst51 variable operands, input variable operands and constant operands.
54 a variable number of outputs and inputs.
69 There is one TCG *fixed global* variable, ``cpu_env``, which is
71 This variable is held in a host cpu register at all times in all
76 A TCG *global* is a variable which is live in all translation blocks,
87 A TCG *constant* is a variable which is live throughout the entire
90 there is exactly one variable holding a given value.
94 A TCG *translation block temporary* is a variable which is live
100 A TCG *extended basic block temporary* is a variable which is live
198 information is used to suppress moves from a dead variable to
H A Datomics.rst323 ``pthread_mutex_unlock`` and signaling of the condition variable).
374 same variable: that is, a store-release on a variable ``x`` *synchronizes
375 with* a load-acquire on a variable ``x``, while a release barrier
449 ``atomic_OP_return`` returns new value of the variable
450 ``atomic_fetch_OP`` returns the old value of the variable
451 ``atomic_cmpxchg`` returns the old value of the variable
H A Dlockcnt.rst51 the place of the walking_handlers global variable. Indeed,
129 to increment the ``walking_handlers`` variable. And of course
186 Setting a variable to a non-NULL value can be done between
H A Dkconfig.rst53 defines a Makefile variable whose name starts with ``CONFIG_``.
69 above, Makefiles will have access to a variable named ``CONFIG_ARM_VIRT``,
84 evaluate an expression and force the value of the variable to false
325 variable::
H A Dstyle.rst128 is often held as a ``cs`` pointer variable, whereas the concrete
225 When comparing a variable for (in)equality with a constant, list the
334 If a variable is counting something, it should be declared with an
384 conflicts with the signedness of a related variable, sometimes
575 automatically running a cleanup function when a stack variable goes
587 * g_autofree - will invoke g_free() on the variable going out of scope
637 * If a variable declared with g_auto* holds a value which must
639 and the original variable NULL'd out. This can be simpler using
/qemu/target/hexagon/idef-parser/
H A DREADME.rst38 not access any global variable, because all the accessed data structures will be
156 this expression is not a variable in the strict C sense since it is not
237 local variable EA
239 Note, the only local variable allowed to be used as an argument is the effective
241 variable declaration such as ``int a;``, a code block, which is just a
249 to simplify parsing. For instance, variable names such as ``RdV``, ``RssV``,
258 ``PC = ...``, and reads correspond to uses of the variable ``PC``.
284 ``int var1;`` which declares an uninitialized variable ``var1``. Initialization
328 In idef-parser, variable names are matched by a generic ``VARID`` token,
329 which will feature the variable name as a decoration. For a variable declaration
[all …]
/qemu/target/xtensa/
H A Dmmu_helper.c298 if (entry->variable) { in xtensa_tlb_set_entry()
346 entry[wi][ei].variable = true; in reset_tlb_mmu_all_ways()
362 .variable = false, in reset_tlb_mmu_ways56()
368 .variable = false, in reset_tlb_mmu_ways56()
377 .variable = false, in reset_tlb_mmu_ways56()
383 .variable = false, in reset_tlb_mmu_ways56()
409 entry[0][ei].variable = true; in reset_tlb_region_way0()
529 if (entry && entry->variable && entry->asid) { in HELPER()
/qemu/docs/interop/
H A Dfirmware.json156 # @enrolled-keys: The variable store (NVRAM) template associated with
173 # variable store must be restricted to code that executes
218 # variable store. qemu supports that via
275 # Describes how the firmware build handles code versus variable
279 # template provides variable storage. The executable
285 # variable storage. The executable must be cloned
289 # @stateless: the executable file contains code and variable
306 # @mode: Describes how the firmware build handles code versus variable
H A Dqcow2.rst462 refcount table and has a variable size (which is stored in the header). The
517 The L1 table has a variable size (stored in the header) and may use multiple
697 have variable length, depending on the length of ID, name and extra data.
729 variable: Extra data for future extensions. Unknown fields must be
747 variable: Unique ID string for the snapshot (not null terminated)
749 variable: Name of the snapshot (not null terminated)
751 variable: Padding to round up the snapshot table entry size to the
780 ``bitmap_directory_size``. The entries of the bitmap directory have variable
850 variable: extra_data
855 variable: name
[all …]
H A Dparallels.rst191 variable: data (data_size bytes)
219 variable: L1 offset table (l1_table), size: 8 * l1_size bytes
/qemu/scripts/coccinelle/
H A Dremove_local_err.cocci1 // Replace unnecessary usage of local_err variable with
/qemu/docs/config/
H A Dmach-virt-serial.cfg79 # guests, and a read/write variable store that is owned
83 # For any new guest, its permanent, private variable store
89 # binary and variable store template, as well as the paths
H A Dmach-virt-graphical.cfg73 # guests, and a read/write variable store that is owned
77 # For any new guest, its permanent, private variable store
83 # binary and variable store template, as well as the paths
/qemu/docs/tools/
H A Dqemu-trace-stap.rst40 the directories listed in the ``$PATH`` environment variable.
69 the directories listed in the ``$PATH`` environment variable.
/qemu/scripts/qapi/
H A Dpylintrc35 # Good variable names regexes, separated by a comma. If names match any regex,
/qemu/python/
H A Dsetup.cfg150 # Good variable names which should always be accepted, separated by a comma.
156 _, # By convention: Unused variable
H A DREADME.rst46 1. Set your PYTHONPATH environment variable to include this source
/qemu/.gitlab-ci.d/cirrus/
H A DREADME.rst40 This variable **must** be marked as *Masked*, because anyone with knowledge
/qemu/docs/spin/
H A Dtcg-exclusive.promela54 // process-local "cond_t saved;" variable.

123