Home
last modified time | relevance | path

Searched full:environment (Results 1 – 25 of 810) sorted by relevance

12345678910>>...33

/linux-6.12.1/tools/net/sunrpc/xdrgen/generators/
Dunion.py6 from jinja2 import Environment
15 def emit_union_declaration(environment: Environment, node: _XdrUnion) -> None: argument
18 template = get_jinja2_template(environment, "declaration", "close")
23 environment: Environment, node: _XdrDeclaration argument
27 template = get_jinja2_template(environment, "definition", "switch_spec")
38 environment: Environment, node: _XdrDeclaration argument
44 template = get_jinja2_template(environment, "definition", "case_spec")
54 def emit_union_definition(environment: Environment, node: _XdrUnion) -> None: argument
56 template = get_jinja2_template(environment, "definition", "open")
59 emit_union_switch_spec_definition(environment, node.discriminant)
[all …]
Dstruct.py6 from jinja2 import Environment
18 def emit_struct_declaration(environment: Environment, node: _XdrStruct) -> None: argument
21 template = get_jinja2_template(environment, "declaration", "close")
26 environment: Environment, field: _XdrDeclaration argument
30 template = get_jinja2_template(environment, "definition", field.template)
39 template = get_jinja2_template(environment, "definition", field.template)
47 template = get_jinja2_template(environment, "definition", field.template)
50 template = get_jinja2_template(environment, "definition", field.template)
53 template = get_jinja2_template(environment, "definition", field.template)
62 template = get_jinja2_template(environment, "definition", field.template)
[all …]
Dpointer.py6 from jinja2 import Environment
18 def emit_pointer_declaration(environment: Environment, node: _XdrPointer) -> None: argument
21 template = get_jinja2_template(environment, "declaration", "close")
26 environment: Environment, field: _XdrDeclaration argument
30 template = get_jinja2_template(environment, "definition", field.template)
39 template = get_jinja2_template(environment, "definition", field.template)
47 template = get_jinja2_template(environment, "definition", field.template)
50 template = get_jinja2_template(environment, "definition", field.template)
53 template = get_jinja2_template(environment, "definition", field.template)
62 template = get_jinja2_template(environment, "definition", field.template)
[all …]
Dtypedef.py6 from jinja2 import Environment
18 def emit_typedef_declaration(environment: Environment, node: _XdrDeclaration) -> None: argument
23 template = get_jinja2_template(environment, "declaration", node.template)
32 template = get_jinja2_template(environment, "declaration", node.template)
35 template = get_jinja2_template(environment, "declaration", node.template)
38 template = get_jinja2_template(environment, "declaration", node.template)
41 template = get_jinja2_template(environment, "declaration", node.template)
50 template = get_jinja2_template(environment, "declaration", node.template)
66 def emit_type_definition(environment: Environment, node: _XdrDeclaration) -> None: argument
69 template = get_jinja2_template(environment, "definition", node.template)
[all …]
Dprogram.py6 from jinja2 import Environment
13 environment: Environment, program: str, version: _RpcVersion argument
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 argument
43 template = environment.get_template("declaration/argument.j2")
53 template = environment.get_template("declaration/result.j2")
59 environment: Environment, program: str, version: _RpcVersion argument
67 template = environment.get_template("decoder/argument.j2")
[all …]
D__init__.py6 from jinja2 import Environment, FileSystemLoader, Template
13 def create_jinja2_environment(language: str, xdr_type: str) -> Environment:
17 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 argument
34 return environment.get_template(template_type + "/" + template_name + ".j2")
Denum.py15 self.environment = create_jinja2_environment(language, "enum")
21 template = self.environment.get_template("declaration/close.j2")
26 template = self.environment.get_template("definition/open.j2")
29 template = self.environment.get_template("definition/enumerator.j2")
33 template = self.environment.get_template("definition/close.j2")
38 template = self.environment.get_template("decoder/enum.j2")
43 template = self.environment.get_template("encoder/enum.j2")
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")
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")
/linux-6.12.1/Documentation/kbuild/
Dkconfig.rst39 Environment variables
42 Environment variables for ``*config``:
45 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
70 Environment variables for ``{allyes/allmod/allno/rand}config``:
74 use the environment variable KCONFIG_ALLCONFIG as a flag or a filename
108 Environment variables for ``randconfig``:
[all …]
/linux-6.12.1/Documentation/arch/powerpc/
Disa-versions.rst25 - PowerPC Virtual Environment Architecture Book II v2.02
26 - PowerPC Operating Environment Architecture Book III v2.02
28 - PowerPC Virtual Environment Architecture Book II v2.01
29 - PowerPC Operating Environment Architecture Book III v2.01
32 - PowerPC Virtual Environment Architecture Book II v2.01
33 - PowerPC Operating Environment Architecture Book III v2.01
35 - PowerPC Virtual Environment Architecture Book II v2.00
36 - PowerPC Operating Environment Architecture Book III v2.00
/linux-6.12.1/include/linux/
Dpsp-tee.h3 * AMD Trusted Execution Environment (TEE) interface
17 /* This file defines the Trusted Execution Environment (TEE) interface commands
25 * TEE environment
26 * @TEE_CMD_ID_UNLOAD_TA: Unload TA binary from TEE environment
45 * psp_tee_process_cmd() - Process command in Trusted Execution Environment
53 * TEE environment and waits for a response or until the command times out.
/linux-6.12.1/drivers/staging/media/atomisp/pci/
Dia_css_env.h27 * CSS-API host-code by the environment in which the CSS-API code runs.
38 /* Environment with function pointers for local IA memory allocation.
39 * This provides the CSS code with environment specific functionality
48 /* Environment with function pointers to access the CSS hardware. This includes
76 /* Environment with function pointers to print error and debug messages.
85 /* Environment structure. This includes function pointers to access several
86 * features provided by the environment in which the CSS API is used.
/linux-6.12.1/tools/perf/Documentation/
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.
68 IV. Environment settings for running perf
70 Some perf features need environment variables to run properly.
/linux-6.12.1/Documentation/tee/
Damd-tee.rst4 AMD-TEE (AMD's Trusted Execution Environment)
7 The AMD-TEE driver handles the communication with AMD's TEE environment. The
8 TEE environment is provided by AMD Secure Processor.
12 software-based Trusted Execution Environment (TEE) designed to enable
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.12.1/scripts/
Djobserver-exec6 # with PARALLELISM environment variable set, and releases the jobs back again.
13 # Extract and prepare jobserver file descriptors from environment.
17 # Fetch the make environment options.
61 # Any missing environment strings or bad fds should result in just
67 # environment variable and let the child figure out what is best.
/linux-6.12.1/Documentation/filesystems/
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.12.1/security/tomoyo/
Denviron.c11 * tomoyo_check_env_acl - Check permission for environment variable's name.
28 * tomoyo_audit_env_log - Audit environment variable name log.
41 * tomoyo_env_perm - Check permission for environment variable's name.
44 * @env: The name of environment variable.
112 * tomoyo_write_misc - Update environment variable list.
/linux-6.12.1/drivers/tee/
DKconfig2 # Generic Trusted Execution Environment Configuration
4 tristate "Trusted Execution Environment support"
12 Environment (TEE).
/linux-6.12.1/Documentation/ABI/testing/
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
/linux-6.12.1/drivers/misc/echo/
Decho.h64 - There is no signal being generated within the environment being
84 there is any signal from within the environment being cancelled it may upset
88 and the environment is not, things will be OK. Clearly, it is easy to tell when
89 we are sending a significant signal. Telling, if the environment is generating
93 The key problem in detecting when the environment is sourcing significant
/linux-6.12.1/Documentation/arch/x86/
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
/linux-6.12.1/tools/testing/selftests/rcutorture/bin/
Dfunctions.sh148 # architecture, unless overridden with the TORTURE_BOOT_IMAGE environment
175 # the kernel at hand. Override with the TORTURE_QEMU_CMD environment variable.
200 # Use TORTURE_QEMU_CMD environment variable or appropriate
209 # and the TORTURE_QEMU_INTERACTIVE environment variable.
233 # and TORTURE_QEMU_INTERACTIVE environment variables.
321 # environment variable is set, in which case the string that is be added is
/linux-6.12.1/drivers/tee/amdtee/
DKconfig2 # AMD-TEE Trusted Execution Environment Configuration
8 This implements AMD's Trusted Execution Environment (TEE) driver.
/linux-6.12.1/Documentation/devicetree/bindings/nvmem/layouts/
Du-boot,env.yaml7 title: U-Boot environment variables layout
10 U-Boot uses environment variables to store device parameters and
17 Environment data can be stored on various storage entities, e.g.:

12345678910>>...33