Home
last modified time | relevance | path

Searched refs:secure (Results 1 – 25 of 169) sorted by relevance

1234567

/linux/Documentation/devicetree/bindings/arm/
H A Dsecure.txt15 can be supported by prefixing the property name with "secure-". So for
16 instance "secure-foo" would override "foo". For property names with
18 "vendor,secure-foo". If there is no "secure-" property then the Secure
21 validly have "secure-" versions; this list will be enlarged on a
26 still be processed unmodified by existing Non-secure software (and in
32 secure- bindings only need to be used where both the Secure and Normal
38 - secure-status : specifies whether the device is present and usable
39 in the secure world. The combination of this with "status" allows
41 specified. If "secure-status" is not specified it defaults to the
47 secure-status = "okay"; /* visible in both */
[all …]
/linux/Documentation/arch/powerpc/
H A Dultravisor.rst56 process is running in secure mode, MSR(S) bit 41. MSR(S)=1, process
57 is in secure mode, MSR(s)=0 process is in normal mode.
63 the VM it is returning to is secure.
101 * Memory is partitioned into secure and normal memory. Only processes
102 that are running in secure mode can access secure memory.
104 * The hardware does not allow anything that is not running secure to
105 access secure memory. This means that the Hypervisor cannot access
110 * I/O systems are not allowed to directly address secure memory. This
117 * When a process is running in secure mode all hypercalls
120 * When a process is in secure mode all interrupts go to the
[all …]
/linux/Documentation/gpu/nova/core/
H A Ddevinit.rst19 FWSEC ucode. It is launched by FWSEC, which runs on the GSP in 'heavy-secure' mode, while
20 devinit runs on the PMU in 'light-secure' mode.
44 heavy-secure mode.
48 asserted by the FWSEC running on the GSP in heavy-secure mode.
59 masks. Some registers are only accessible after secure firmware (FWSEC) lowers the
60 privilege level to allow CPU (LS/low-secure) access. This is the case, for example,
H A Dfwsec.rst13 The role of FWSEC is to provide a secure boot process. It runs in
14 'Heavy-secure' mode, and performs firmware verification after a GPU reset
40 For Ampere, FWSEC is running on the GSP in Heavy-secure mode and runs FRTS.
177 loaded, the FWSEC image is running on the GSP in heavy-secure mode. After the devinit
/linux/arch/arm/mach-omap2/
H A DMakefile16 secure-common = omap-smc.o omap-secure.o
19 obj-$(CONFIG_ARCH_OMAP3) += $(omap-2-3-common) $(hwmod-common) $(secure-common)
20 obj-$(CONFIG_ARCH_OMAP4) += $(secure-common)
21 obj-$(CONFIG_SOC_AM33XX) += $(secure-common)
22 obj-$(CONFIG_SOC_OMAP5) += $(secure-common)
23 obj-$(CONFIG_SOC_AM43XX) += $(secure-common)
24 obj-$(CONFIG_SOC_DRA7XX) += $(secure-common)
/linux/Documentation/tee/
H A Dop-tee.rst23 separate secure co-processor.
56 RPC (Remote Procedure Call) are requests from secure world to kernel driver
74 There are two kinds of notifications that secure world can use to make
79 2. Asynchronous notifications delivered with a combination of a non-secure
80 edge-triggered interrupt and a fast call from the non-secure interrupt
84 this is only usable when secure world is entered with a yielding call via
85 ``OPTEE_SMC_CALL_WITH_ARG``. This excludes such notifications from secure
88 An asynchronous notification is delivered via a non-secure edge-triggered
98 building block for OP-TEE OS in secure world to implement the top half and
H A Dtee.rst12 A TEE is a trusted OS running in some secure environment, for example,
13 TrustZone on ARM CPUs, or a separate secure co-processor etc. A TEE driver
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-pci-host-bridge24 (RO) When a platform has established a secure connection, PCIe
41 establishing new end-to-end secure links. This attribute
42 decrements upon secure link setup, and increments upon secure
/linux/Documentation/driver-api/firmware/
H A Dother_interfaces.rst25 higher than the kernel is granted. Such secure features include
31 drivers to request access to the secure features. The requests are queued
33 of the requests on to a secure monitor (EL3).
/linux/arch/arm64/boot/dts/amlogic/
H A Damlogic-a4-common.dtsi71 sec_ao: ao-secure@10220 {
72 compatible = "amlogic,a4-ao-secure",
73 "amlogic,meson-gx-ao-secure",
H A Damlogic-s7d.dtsi47 sm: secure-monitor {
208 ao-secure@10220 {
209 compatible = "amlogic,s7d-ao-secure",
210 "amlogic,meson-gx-ao-secure",
H A Damlogic-s7.dtsi83 sm: secure-monitor {
235 ao-secure@10220 {
236 compatible = "amlogic,s7-ao-secure",
237 "amlogic,meson-gx-ao-secure",
/linux/Documentation/security/
H A Dsiphash.rst7 SipHash is a cryptographically secure PRF -- a keyed hash function -- that
15 indistinguishable from random. You may then use that integer as part of secure
16 sequence numbers, secure cookies, or mask it off for use in a hash table.
21 Keys should always be generated from a cryptographically secure source of
137 same as the siphash ones, or that they are secure; the hsiphash functions still
138 use a less secure reduced-round algorithm and truncate their outputs to 32
144 Keys should always be generated from a cryptographically secure source of
/linux/Documentation/core-api/real-time/
H A Dhardware.rst198 Execution flows from the normal world (Linux) into the secure world (OP-TEE)
199 through the secure monitor at EL3. The transition is initiated by the `smc`
207 interrupts from either the normal world or the secure world.
209 In addition, the secure world (EL3 and OP-TEE) can receive interrupts routed to
210 the secure world. While a secure world interrupt is being serviced,
213 The transition from normal world to secure monitor to OP-TEE and back introduces
218 It is worth noting that the normal world cannot mask secure interrupts, while
219 the secure world can mask normal-world interrupts during execution. How OP-TEE
220 affects real-time workloads depends on whether secure interrupts are enabled
226 drivers that issue RPC requests. An OP-TEE service in the secure world (RPMB
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dv1.c30 u32 size, u16 tag, u8 port, bool secure) in nvkm_falcon_v1_load_imem() argument
38 reg = start | BIT(24) | (secure ? BIT(28) : 0); in nvkm_falcon_v1_load_imem()
H A Dbase.c213 u32 size, u16 tag, u8 port, bool secure) in nvkm_falcon_load_imem() argument
215 if (secure && !falcon->secret) { in nvkm_falcon_load_imem()
222 secure); in nvkm_falcon_load_imem()
/linux/Documentation/userspace-api/
H A Dcheck_exec.rst54 In a secure environment, libraries and any executable dependencies should also
57 For such secure execution environment to make sense, only trusted code should
71 This secure bit may be set by user session managers, service managers,
98 This secure bit may be set by user session managers, service managers,
114 migration to a secure mode.
129 This use case may be useful for secure services (i.e. without interactive
/linux/drivers/pmdomain/amlogic/
H A DMakefile3 obj-$(CONFIG_MESON_SECURE_PM_DOMAINS) += meson-secure-pwrc.o
/linux/Documentation/arch/arm/samsung/
H A Dbootloader-interface.rst65 3. Other (regardless of secure/non-secure mode)
/linux/Documentation/arch/arm/
H A Dfirmware.rst7 Some boards are running with secure firmware running in TrustZone secure
/linux/arch/arm/boot/dts/st/
H A Dste-db9500.dtsi24 * to actually call into trustzone to run secure
/linux/arch/arm64/boot/dts/renesas/
H A Dr8a774a1-hihope-rzg2m.dts18 /* first 128MB is reserved for secure area. */
H A Dr8a774b1-hihope-rzg2n.dts18 /* first 128MB is reserved for secure area. */
H A Dr8a774e1-hihope-rzg2h.dts18 /* first 128MB is reserved for secure area. */
H A Dr8a774b1-hihope-rzg2n-rev2.dts18 /* first 128MB is reserved for secure area. */

1234567