Home
last modified time | relevance | path

Searched refs:Environment (Results 1 – 25 of 58) sorted by relevance

123

/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
23 environment: Environment, node: _XdrDeclaration argument
38 environment: Environment, node: _XdrDeclaration argument
54 def emit_union_definition(environment: Environment, node: _XdrUnion) -> None: argument
72 environment: Environment, node: _XdrDeclaration argument
80 def emit_union_case_spec_decoder(environment: Environment, node: _XdrCaseSpec) -> None: argument
104 def emit_union_default_spec_decoder(environment: Environment, node: _XdrUnion) -> None: argument
131 def emit_union_decoder(environment: Environment, node: _XdrUnion) -> None: argument
148 environment: Environment, node: _XdrDeclaration argument
[all …]
Dprogram.py6 from jinja2 import Environment
13 environment: Environment, program: str, version: _RpcVersion argument
34 environment: Environment, program: str, version: _RpcVersion argument
59 environment: Environment, program: str, version: _RpcVersion argument
73 environment: Environment, program: str, version: _RpcVersion argument
87 environment: Environment, program: str, version: _RpcVersion argument
101 environment: Environment, program: str, version: _RpcVersion argument
Dstruct.py6 from jinja2 import Environment
18 def emit_struct_declaration(environment: Environment, node: _XdrStruct) -> None: argument
26 environment: Environment, field: _XdrDeclaration argument
81 def emit_struct_definition(environment: Environment, node: _XdrStruct) -> None: argument
94 environment: Environment, field: _XdrDeclaration argument
161 def emit_struct_decoder(environment: Environment, node: _XdrStruct) -> None: argument
174 environment: Environment, field: _XdrDeclaration argument
238 def emit_struct_encoder(environment: Environment, node: _XdrStruct) -> None: argument
Dpointer.py6 from jinja2 import Environment
18 def emit_pointer_declaration(environment: Environment, node: _XdrPointer) -> None: argument
26 environment: Environment, field: _XdrDeclaration argument
81 def emit_pointer_definition(environment: Environment, node: _XdrPointer) -> None: argument
94 environment: Environment, field: _XdrDeclaration argument
161 def emit_pointer_decoder(environment: Environment, node: _XdrPointer) -> None: argument
174 environment: Environment, field: _XdrDeclaration argument
238 def emit_pointer_encoder(environment: Environment, node: _XdrPointer) -> None: argument
D__init__.py6 from jinja2 import Environment, FileSystemLoader, Template
13 def create_jinja2_environment(language: str, xdr_type: str) -> Environment:
17 environment = Environment(
31 environment: Environment, template_type: str, template_name: str argument
Dtypedef.py6 from jinja2 import Environment
18 def emit_typedef_declaration(environment: Environment, node: _XdrDeclaration) -> None: argument
66 def emit_type_definition(environment: Environment, node: _XdrDeclaration) -> None: argument
112 def emit_typedef_decoder(environment: Environment, node: _XdrDeclaration) -> None: argument
173 def emit_typedef_encoder(environment: Environment, node: _XdrDeclaration) -> None: argument
/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/drivers/tee/
DKconfig2 # Generic Trusted Execution Environment Configuration
4 tristate "Trusted Execution Environment support"
12 Environment (TEE).
/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/drivers/tee/optee/
DKconfig2 # OP-TEE Trusted Execution Environment Configuration
9 This implements the OP-TEE Trusted Execution Environment (TEE)
/linux-6.12.1/Documentation/kbuild/
Dkconfig.rst39 Environment variables
42 Environment variables for ``*config``:
70 Environment variables for ``{allyes/allmod/allno/rand}config``:
108 Environment variables for ``randconfig``:
147 Environment variables for ``syncconfig``:
255 Environment variables:
/linux-6.12.1/drivers/firmware/qcom/
DKconfig49 Various Qualcomm SoCs have a Secure Execution Environment (SEE) running
68 (uefisecapp), residing in the Secure Execution Environment (SEE).
/linux-6.12.1/drivers/misc/mei/
DKconfig42 tristate "Intel Trusted Execution Environment with ME Interface"
44 MEI Support for Trusted Execution Environment device on Intel SoCs
/linux-6.12.1/scripts/package/
Dkernel.spec13 Group: System Environment/Kernel
42 Group: System Environment/Kernel
/linux-6.12.1/Documentation/tee/
Dtee.rst4 TEE (Trusted Execution Environment)
Damd-tee.rst4 AMD-TEE (AMD's Trusted Execution Environment)
12 software-based Trusted Execution Environment (TEE) designed to enable
/linux-6.12.1/security/keys/trusted-keys/
DKconfig29 Enable use of the Trusted Execution Environment (TEE) as trusted
/linux-6.12.1/drivers/peci/controller/
DKconfig30 Say Y here if you want support for the Platform Environment Control
/linux-6.12.1/drivers/peci/
DKconfig6 The Platform Environment Control Interface (PECI) is an interface
/linux-6.12.1/arch/powerpc/boot/dts/fsl/
Dp1010rdb.dtsi65 /* 512KB for u-boot Environment Variables */
119 /* 1MB for Environment */
/linux-6.12.1/arch/arm/boot/dts/nxp/ls/
Dls1021a-tqmls1021a.dtsi87 label = "U-Boot Environment";
/linux-6.12.1/drivers/crypto/ccp/
DKconfig46 along with software-based Trusted Execution Environment (TEE) to
/linux-6.12.1/Documentation/driver-api/
Dtee.rst4 TEE (Trusted Execution Environment) driver API
/linux-6.12.1/drivers/gpu/drm/i915/gt/shaders/
DREADME18 Environment
/linux-6.12.1/Documentation/userspace-api/
Dtee.rst5 TEE (Trusted Execution Environment) Userspace API

123