Home
last modified time | relevance | path

Searched refs:NS (Results 1 – 25 of 33) sorted by relevance

12

/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Ddebugfs-design.rst.txt75 non-secure layers, or for which no support exists in the NS side).
81 (`SMC Calling Convention`_), using a specific SiP Function Id. An NS
112 The SMC interface is accessible from an NS environment, that is:
114 - a test payload, bootloader or hypervisor running at NS-EL2
115 - a Linux kernel driver running at NS-EL1
A Dsecure-partition-manager.rst.txt88 - The term Hypervisor refers to the NS-EL2 component managing Virtual Machines
449 the use of two root keys namely S-ROTPK and NS-ROTPK:
452 - BL33 may be signed by the OEM using NS-ROTPK.
453 - An SP may be signed either by SiP (using S-ROTPK) or by OEM (using NS-ROTPK).
697 - Hypervisor or OS kernel in NS-EL1/EL2: the SPMD returns the SPMC version
722 SPMC EL2 Stage-1 translation regime and marked as NS buffers in the MMU
846 The call emitted at NS and secure physical FF-A instances returns the SPM ID
890 NS/S IPA translations.
893 - Stage-2 translations for the NS IPA space access the NS PA space.
1013 | Runtime Model | NS-Int | Self S-Int | Other S-Int |
[all …]
A Darm-sip-service.rst.txt36 Exception Level (either EL2, or NS EL1 if EL2 isn't implemented) to request to
/trusted-firmware-a/docs/components/
A Ddebugfs-design.rst75 non-secure layers, or for which no support exists in the NS side).
81 (`SMC Calling Convention`_), using a specific SiP Function Id. An NS
112 The SMC interface is accessible from an NS environment, that is:
114 - a test payload, bootloader or hypervisor running at NS-EL2
115 - a Linux kernel driver running at NS-EL1
A Dsecure-partition-manager.rst88 - The term Hypervisor refers to the NS-EL2 component managing Virtual Machines
449 the use of two root keys namely S-ROTPK and NS-ROTPK:
452 - BL33 may be signed by the OEM using NS-ROTPK.
453 - An SP may be signed either by SiP (using S-ROTPK) or by OEM (using NS-ROTPK).
697 - Hypervisor or OS kernel in NS-EL1/EL2: the SPMD returns the SPMC version
722 SPMC EL2 Stage-1 translation regime and marked as NS buffers in the MMU
846 The call emitted at NS and secure physical FF-A instances returns the SPM ID
890 NS/S IPA translations.
893 - Stage-2 translations for the NS IPA space access the NS PA space.
1013 | Runtime Model | NS-Int | Self S-Int | Other S-Int |
[all …]
A Darm-sip-service.rst36 Exception Level (either EL2, or NS EL1 if EL2 isn't implemented) to request to
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/threat_model/
A Dthreat_model_spm.rst.txt23 is prevented to map an arbitrary NS physical memory region such as the kernel
74 | ``DF3`` | SPMD to NS forwarding. |
134 - NS-Endpoint identifies a non-secure endpoint: normal world client at NS-EL2
135 (Hypervisor) or NS-EL1 (VM or OS kernel).
175 | ``Threat Agent`` | NS-Endpoint, S-Endpoint |
225 | ``Threat Agent`` | NS-Endpoint, S-Endpoint |
276 | ``Threat Agent`` | NS-Endpoint, S-Endpoint |
348 | ``Threat Agent`` | NS-Endpoint, S-Endpoint |
392 | ``Threat Agent`` | NS-Endpoint, S-Endpoint |
424 | ``Threat Agent`` | NS-Endpoint, S-Endpoint |
[all …]
A Dthreat_model.rst.txt127 | | world, including NS-EL0 NS-EL1 and NS-EL2 levels |
/trusted-firmware-a/docs/threat_model/
A Dthreat_model_spm.rst23 is prevented to map an arbitrary NS physical memory region such as the kernel
74 | ``DF3`` | SPMD to NS forwarding. |
134 - NS-Endpoint identifies a non-secure endpoint: normal world client at NS-EL2
135 (Hypervisor) or NS-EL1 (VM or OS kernel).
175 | ``Threat Agent`` | NS-Endpoint, S-Endpoint |
225 | ``Threat Agent`` | NS-Endpoint, S-Endpoint |
276 | ``Threat Agent`` | NS-Endpoint, S-Endpoint |
348 | ``Threat Agent`` | NS-Endpoint, S-Endpoint |
392 | ``Threat Agent`` | NS-Endpoint, S-Endpoint |
424 | ``Threat Agent`` | NS-Endpoint, S-Endpoint |
[all …]
A Dthreat_model.rst127 | | world, including NS-EL0 NS-EL1 and NS-EL2 levels |
/trusted-firmware-a/lib/xlat_tables_v2/aarch64/
A Dxlat_tables_arch.c71 return LOWER_ATTRS(EL3_S1_NSE | NS); in xlat_arch_get_pas()
77 return LOWER_ATTRS(NS); in xlat_arch_get_pas()
/trusted-firmware-a/lib/xlat_tables_v2/
A Dxlat_tables_utils.c99 switch (desc & LOWER_ATTRS(EL3_S1_NSE | NS)) { in xlat_desc_print()
103 case LOWER_ATTRS(NS): in xlat_desc_print()
113 printf(((LOWER_ATTRS(NS) & desc) != 0ULL) ? "-NS" : "-S"); in xlat_desc_print()
/trusted-firmware-a/lib/xlat_tables_v2/aarch32/
A Dxlat_tables_arch.c53 return LOWER_ATTRS(NS); in xlat_arch_get_pas()
/trusted-firmware-a/include/lib/xlat_tables/
A Dxlat_tables_defs.h144 #define NS (U(0x1) << 3) macro
/trusted-firmware-a/docs/resources/diagrams/plantuml/
A Dspm_dfd.puml22 nsec [label="NS Client"]
/trusted-firmware-a/docs/getting_started/
A Dbuild-options.rst819 control registers from NS ELs, NS-EL2 or NS-EL1(when NS-EL2 is implemented
825 registers access from NS ELs, NS-EL2 or NS-EL1 (when NS-EL2 is implemented
830 access from NS ELs, NS-EL2 or NS-EL1 (when NS-EL2 is implemented but unused),
A Dimage-terminology.rst145 it's in so it makes sense to encode "NS" in the normal world images. The absence
146 of "NS" implies a secure world image.
A Dpsci-lib-integration-guide.rst156 for AArch32 and in EL3 for AArch64. The NS bit in SCR (in AArch32) or SCR_EL3
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dbuild-options.rst.txt819 control registers from NS ELs, NS-EL2 or NS-EL1(when NS-EL2 is implemented
825 registers access from NS ELs, NS-EL2 or NS-EL1 (when NS-EL2 is implemented
830 access from NS ELs, NS-EL2 or NS-EL1 (when NS-EL2 is implemented but unused),
A Dimage-terminology.rst.txt145 it's in so it makes sense to encode "NS" in the normal world images. The absence
146 of "NS" implies a secure world image.
/trusted-firmware-a/lib/xlat_tables/
A Dxlat_tables_common.c204 desc |= ((attr & MT_NS) != 0U) ? LOWER_ATTRS(NS) : 0U; in mmap_desc()
/trusted-firmware-a/docs/plat/
A Dnvidia-tegra.rst119 memory controller driver programs this base/size in order to restrict NS
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/
A Dnvidia-tegra.rst.txt119 memory controller driver programs this base/size in order to restrict NS
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/fvp/
A Dindex.rst.txt157 that have to be loaded, the Non-Secure FWU ROM (NS-BL1U), and the
/trusted-firmware-a/docs/plat/arm/fvp/
A Dindex.rst157 that have to be loaded, the Non-Secure FWU ROM (NS-BL1U), and the

Completed in 32 milliseconds

12