Home
last modified time | relevance | path

Searched refs:environment (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/linux-6.15/tools/net/sunrpc/xdrgen/generators/
H A Dunion.py23 environment: Environment, node: _XdrDeclaration
38 environment: Environment, node: _XdrDeclaration
72 environment: Environment, node: _XdrDeclaration
145 environment,
150 emit_union_default_spec_decoder(environment, node)
157 environment: Environment, node: _XdrDeclaration
226 environment,
263 emit_union_definition(self.environment, node)
267 emit_union_decoder(self.environment, node)
271 emit_union_encoder(self.environment, node)
[all …]
H A Dstruct.py26 environment: Environment, field: _XdrDeclaration
87 emit_struct_member_definition(environment, field)
94 environment: Environment, field: _XdrDeclaration
167 emit_struct_member_decoder(environment, field)
174 environment: Environment, field: _XdrDeclaration
244 emit_struct_member_encoder(environment, field)
272 emit_struct_declaration(self.environment, node)
276 emit_struct_definition(self.environment, node)
280 emit_struct_decoder(self.environment, node)
284 emit_struct_encoder(self.environment, node)
[all …]
H A Dpointer.py26 environment: Environment, field: _XdrDeclaration
87 emit_pointer_member_definition(environment, field)
94 environment: Environment, field: _XdrDeclaration
167 emit_pointer_member_decoder(environment, field)
174 environment: Environment, field: _XdrDeclaration
244 emit_pointer_member_encoder(environment, field)
272 emit_pointer_declaration(self.environment, node)
276 emit_pointer_definition(self.environment, node)
280 emit_pointer_decoder(self.environment, node)
284 emit_pointer_encoder(self.environment, node)
[all …]
H A Dtypedef.py23 template = get_jinja2_template(environment, "declaration", node.template)
32 template = get_jinja2_template(environment, "declaration", node.template)
115 template = get_jinja2_template(environment, "decoder", node.template)
123 template = get_jinja2_template(environment, "decoder", node.template)
236 template = get_jinja2_template(environment, "maxsize", node.template)
250 self.environment = create_jinja2_environment(language, "typedef")
255 emit_typedef_declaration(self.environment, node.declaration)
259 emit_type_definition(self.environment, node.declaration)
263 emit_typedef_decoder(self.environment, node.declaration)
267 emit_typedef_encoder(self.environment, node.declaration)
[all …]
H A Dprogram.py13 environment: Environment, program: str, version: _RpcVersion
16 template = environment.get_template("definition/open.j2")
19 template = environment.get_template("definition/procedure.j2")
29 template = environment.get_template("definition/close.j2")
34 environment: Environment, program: str, version: _RpcVersion
81 template = environment.get_template("decoder/result.j2")
109 template = environment.get_template("encoder/result.j2")
146 self.environment, program, version,
151 self.environment, program, version,
162 self.environment, program, version,
[all …]
H A Denum.py15 self.environment = create_jinja2_environment(language, "enum")
21 template = self.environment.get_template("declaration/enum.j2")
26 template = self.environment.get_template("definition/open.j2")
29 template = self.environment.get_template("definition/enumerator.j2")
34 template = self.environment.get_template("definition/close_be.j2")
36 template = self.environment.get_template("definition/close.j2")
42 template = self.environment.get_template("decoder/enum_be.j2")
44 template = self.environment.get_template("decoder/enum.j2")
50 template = self.environment.get_template("encoder/enum_be.j2")
52 template = self.environment.get_template("encoder/enum.j2")
[all …]
H A D__init__.py17 environment = Environment(
22 environment.globals["annotate"] = get_xdr_annotate()
23 environment.globals["public_apis"] = public_apis
24 environment.globals["pass_by_reference"] = pass_by_reference
25 return environment
31 environment: Environment, template_type: str, template_name: str
34 return environment.get_template(template_type + "/" + template_name + ".j2")
H A Dheader_bottom.py19 self.environment = create_jinja2_environment(language, "header_bottom")
24 template = get_jinja2_template(self.environment, "declaration", "header")
29 template = get_jinja2_template(self.environment, "definition", "header")
H A Dheader_top.py19 self.environment = create_jinja2_environment(language, "header_top")
24 template = get_jinja2_template(self.environment, "declaration", "header")
35 template = get_jinja2_template(self.environment, "definition", "header")
H A Dconstant.py14 self.environment = create_jinja2_environment(language, "constants")
19 template = self.environment.get_template("definition.j2")
H A Dsource_top.py19 self.environment = create_jinja2_environment(language, "source_top")
25 template = self.environment.get_template(self.peer + ".j2")
/linux-6.15/tools/perf/Documentation/
H A Dandroid.txt4 I. Set the Android NDK environment
13 2. Set cross-compiling environment variables for NDK toolchain and sysroot.
28 Set the environment for the target you want using:
33 NDK sysroot environment variable.
42 3. Set the NDK toolchain environment variable.
70 Some perf features need environment variables to run properly.
/linux-6.15/Documentation/tee/
H A Damd-tee.rst7 The AMD-TEE driver handles the communication with AMD's TEE environment. The
8 TEE environment is provided by AMD Secure Processor.
56 TEE environment.
57 * TEE_CMD_ID_UNLOAD_TA - unloads TA binary from TEE environment.
79 talk to AMD's TEE. AMD's TEE provides a secure environment for loading, opening
/linux-6.15/Documentation/filesystems/
H A Dgfs2-uevents.rst22 The ADD uevent has two environment variables: SPECTATOR=[0|1]
31 has the same environment variables as the ADD uevent. The ONLINE
32 uevent, along with the two environment variables for spectator and
46 two environment variables, JID= which specifies the journal id which
54 without checking the environment variables to discover the state, we
78 Information common to all GFS2 uevents (uevent environment variables)
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-driver-ppi31 executed in the pre-OS environment. It is the only input from
32 the OS to the pre-OS environment. The request should be an
60 operation to be executed in the pre-OS environment by the BIOS
71 operation to be executed in the pre-OS environment by the BIOS
H A Dsysfs-uevent25 ``SYNTH_UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx`` environment
29 ``SYNTH_UUID=0`` environment variable automatically.
/linux-6.15/Documentation/userspace-api/
H A Dcheck_exec.rst16 environment, and whether the kernel can check if a script is trustworthy or
21 sandboxed and then should not be able to harm the user's environment.
49 execution environment to ensure that direct file execution (e.g.
52 trustworthy according to the caller's environment.
54 In a secure environment, libraries and any executable dependencies should also
57 For such secure execution environment to make sense, only trusted code should
82 environment variables as long as it is not a way to disable the securebits
/linux-6.15/drivers/nvmem/layouts/
H A DKconfig30 tristate "U-Boot environment variables layout"
34 U-Boot stores its setup as environment variables. This driver adds
/linux-6.15/Documentation/devicetree/bindings/mtd/partitions/
H A Du-boot.yaml13 Device configuration is stored as a set of environment variables that are
27 Broadcom stores environment variables inside a U-Boot partition. They
/linux-6.15/Documentation/kbuild/
H A Dkconfig.rst45 This environment variable can be used to specify a default kernel config
49 This environment variable specifies a list of config files which can be
55 If you set KCONFIG_OVERWRITECONFIG in the environment, Kconfig will not
59 This environment variable makes Kconfig warn about all unrecognized
66 If you set ``CONFIG_`` in the environment, Kconfig will prefix all symbols
74 use the environment variable KCONFIG_ALLCONFIG as a flag or a filename
154 This environment variable can be set to specify the path & name of the
158 This environment variable can be set to specify the path & name of the
/linux-6.15/tools/testing/ktest/examples/
H A DREADME2 The configs still need to be customized for your environment, but it
30 given environment.
/linux-6.15/arch/arm/boot/dts/marvell/
H A Darmada-370-synology-ds213j.dts265 * Synology u-boot uses its compiled-in environment
268 * modified environment at a sensible location. So,
270 * environment will be saved at 1MB after the start
273 * change the default environment, unless you know
/linux-6.15/tools/perf/tests/shell/lib/
H A Dsetup_python.sh14 echo Skipping test, python not detected please set environment variable PYTHON.
/linux-6.15/Documentation/arch/arm64/
H A Darm-cca.rst23 The RMM defines an environment for guests where the address space (IPA)
33 Realm Services Interface (RSI) to request changes in its environment or
34 to perform attestation about its environment. In particular it may
/linux-6.15/Documentation/arch/x86/
H A Dintel_txt.rst15 - Measurement and verification of launched environment
112 tboot then verifies certain aspects of the environment (e.g. TPM NV
119 in the TXT environment, it is necessary to create a small VT-x
169 - Tboot will clean up the environment and disable TXT, then use the
174 measured environment upon resume. Once the TXT environment
182 and once the measured environment has been re-established, tboot

12345678910>>...12