Searched refs:NS (Results 1 – 17 of 17) sorted by relevance
/tf-a-ffa_el3_spmc/docs/components/ |
A D | debugfs-design.rst | 75 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 D | secure-partition-manager.rst | 88 - The term Hypervisor refers to the NS-EL2 component managing Virtual Machines 445 the use of two root keys namely S-ROTPK and NS-ROTPK: 448 - BL33 may be signed by the OEM using NS-ROTPK. 449 - An SP may be signed either by SiP (using S-ROTPK) or by OEM (using NS-ROTPK). 622 - Hypervisor or OS kernel in NS-EL1/EL2: the SPMD returns the SPMC version 647 SPMC EL2 Stage-1 translation regime and marked as NS buffers in the MMU 740 NS/S IPA translations. 743 - Stage-2 translations for the NS IPA space access the NS PA space. 744 - Stage-2 translation table walks for the NS IPA space are to the secure PA space.
|
A D | arm-sip-service.rst | 36 Exception Level (either EL2, or NS EL1 if EL2 isn't implemented) to request to
|
/tf-a-ffa_el3_spmc/docs/threat_model/ |
A D | threat_model_spm.rst | 23 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 D | threat_model.rst | 120 | | world, including NS-EL0 NS-EL1 and NS-EL2 levels |
|
/tf-a-ffa_el3_spmc/include/lib/xlat_tables/ |
A D | xlat_tables_defs.h | 144 #define NS (U(0x1) << 3) macro
|
/tf-a-ffa_el3_spmc/docs/resources/diagrams/plantuml/ |
A D | spm_dfd.puml | 22 nsec [label="NS Client"]
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | image-terminology.rst | 137 it's in so it makes sense to encode "NS" in the normal world images. The absence 138 of "NS" implies a secure world image.
|
A D | psci-lib-integration-guide.rst | 156 for AArch32 and in EL3 for AArch64. The NS bit in SCR (in AArch32) or SCR_EL3
|
A D | porting-guide.rst | 2605 NS-EL0/1/2 context. 2607 in the NS-EL0/1/2 context. 2608 - The EL3 interrupts are signaled as FIQ in both S-EL0/1 and NS-EL0/1/2 2760 as Group 0 secure interrupt, Group 1 secure interrupt or Group 1 NS interrupt.
|
/tf-a-ffa_el3_spmc/lib/xlat_tables/ |
A D | xlat_tables_common.c | 204 desc |= ((attr & MT_NS) != 0U) ? LOWER_ATTRS(NS) : 0U; in mmap_desc()
|
/tf-a-ffa_el3_spmc/lib/xlat_tables_v2/ |
A D | xlat_tables_utils.c | 98 printf(((LOWER_ATTRS(NS) & desc) != 0ULL) ? "-NS" : "-S"); in xlat_desc_print()
|
A D | xlat_tables_core.c | 132 desc |= ((attr & MT_NS) != 0U) ? LOWER_ATTRS(NS) : 0U; in xlat_desc()
|
/tf-a-ffa_el3_spmc/docs/plat/ |
A D | nvidia-tegra.rst | 119 memory controller driver programs this base/size in order to restrict NS
|
/tf-a-ffa_el3_spmc/docs/plat/arm/fvp/ |
A D | index.rst | 158 that have to be loaded, the Non-Secure FWU ROM (NS-BL1U), and the
|
/tf-a-ffa_el3_spmc/docs/design/ |
A D | firmware-design.rst | 310 - Configure the system timer and program the `CNTFRQ_EL0` for use by NS-BL1U 311 and NS-BL2U firmware update images.
|
/tf-a-ffa_el3_spmc/docs/ |
A D | change-log.rst | 2791 - Determine client EL from NS context's SCR_EL3
|
Completed in 33 milliseconds