Home
last modified time | relevance | path

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

12345678910>>...27

/linux/tools/net/sunrpc/xdrgen/generators/
H A 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
51 template = get_jinja2_template(environment, "definitio
61 emit_union_definition(environment: Environment, node: _XdrUnion) global() argument
79 emit_union_switch_spec_decoder( environment: Environment, node: _XdrDeclaration ) global() argument
88 emit_union_case_spec_decoder( environment: Environment, node: _XdrCaseSpec, big_endian_discriminant: bool ) global() argument
122 emit_union_default_spec_decoder(environment: Environment, node: _XdrUnion) global() argument
149 emit_union_decoder(environment: Environment, node: _XdrUnion) global() argument
170 emit_union_switch_spec_encoder( environment: Environment, node: _XdrDeclaration ) global() argument
179 emit_union_case_spec_encoder( environment: Environment, node: _XdrCaseSpec, big_endian_discriminant: bool ) global() argument
208 emit_union_default_spec_encoder(environment: Environment, node: _XdrUnion) global() argument
233 emit_union_encoder(environment, node: _XdrUnion) global() argument
253 emit_union_maxsize(environment: Environment, node: _XdrUnion) global() argument
[all...]
H A Dprogram.py6 from jinja2 import Environment
14 environment: Environment, program: str, version: _RpcVersion
17 template = environment.get_template("definition/open.j2")
20 template = environment.get_template("definition/procedure.j2")
30 template = environment.get_template("definition/close.j2")
35 environment: Environment, program: str, version: _RpcVersion
44 template = environment.get_template("declaration/argument.j2")
54 template = environment
13 emit_version_definitions( environment: Environment, program: str, version: _RpcVersion ) global() argument
34 emit_version_declarations( environment: Environment, program: str, version: _RpcVersion ) global() argument
59 emit_version_argument_decoders( environment: Environment, program: str, version: _RpcVersion ) global() argument
73 emit_version_result_decoders( environment: Environment, program: str, version: _RpcVersion ) global() argument
87 emit_version_argument_encoders( environment: Environment, program: str, version: _RpcVersion ) global() argument
101 emit_version_result_encoders( environment: Environment, program: str, version: _RpcVersion ) global() argument
[all...]
H A D__init__.py6 from jinja2 import Environment, FileSystemLoader, Template
13 def create_jinja2_environment(language: str, xdr_type: str) -> Environment:
20 environment = Environment(
25 environment.globals["annotate"] = get_xdr_annotate()
26 environment.globals["public_apis"] = public_apis
27 environment.globals["pass_by_reference"] = pass_by_reference
28 environment.globals["structs"] = structs
29 return environment
35 environment
34 get_jinja2_template( environment: Environment, template_type: str, template_name: str ) global() argument
[all...]
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/Documentation/kbuild/
H A 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/alldef/rand}config``:
74 can also use the environment variable KCONFIG_ALLCONFIG as a flag or a
108 Environment variables for ``randconfig``:
[all …]
/linux/Documentation/arch/powerpc/
H A 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/include/linux/
H A 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/Documentation/tee/
H A 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
H A Dtee.rst4 TEE (Trusted Execution Environment)
12 A TEE is a trusted OS running in some secure environment, for example,
/linux/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/security/tomoyo/
H A Denviron.c11 * tomoyo_check_env_acl - Check permission for environment variable's name.
28 * tomoyo_audit_env_log - Audit environment variable name log.
42 * tomoyo_env_perm - Check permission for environment variable's name.
45 * @env: The name of environment variable.
113 * tomoyo_write_misc - Update environment variable list.
/linux/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
/linux/Documentation/devicetree/bindings/nvmem/layouts/
H A 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.:
51 Size in bytes of the environment data used by U-Boot for CRC
/linux/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
/linux/tools/testing/selftests/rcutorture/bin/
H A 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/drivers/tee/amdtee/
H A DKconfig2 # AMD-TEE Trusted Execution Environment Configuration
8 This implements AMD's Trusted Execution Environment (TEE) driver.
/linux/arch/x86/boot/compressed/
H A Defi.c13 * efi_get_type - Given a pointer to boot_params, determine the type of EFI environment.
33 debug_putstr("No EFI environment detected.\n"); in efi_get_type()
109 * environment to the caller, but print them for debugging. in get_kexec_setup_data()
112 debug_putstr("kexec EFI environment missing valid configuration table.\n"); in get_kexec_setup_data()
/linux/drivers/s390/net/
H A Dsmsgiucv_app.c31 /* SMSG related uevent environment variables */
83 /* setting up environment pointers into buf */ in smsg_app_event_alloc()
89 /* setting up environment: sender, prefix name, and message text */ in smsg_app_event_alloc()
138 /* allocate event list element and its environment */ in smsg_app_callback()
/linux/Documentation/dev-tools/
H A Dcontainer.rst31 Path to an environment file to load in the container.
102 Environment Variables
105 Environment variables are not propagated to the container so they have to be
107 environment file. In some cases it makes more sense to have them defined in
111 The local environment file is more useful for user-specific variables added
/linux/drivers/tee/qcomtee/
H A DKconfig2 # Qualcomm Trusted Execution Environment Configuration
10 This option enables the Qualcomm Trusted Execution Environment (QTEE)
/linux/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/scripts/dummy-tools/
H A Dgcc9 # build environment (typically this happens when you package the kernel for
11 # CONFIG options than the real build environment. So, you probably want to make
13 # super-set of CONFIG options that cover any build environment. If some of the

12345678910>>...27