Searched refs:XN (Results 1 – 10 of 10) sorted by relevance
/tf-a-ffa_el3_spmc/lib/xlat_tables_v2/aarch32/ |
A D | xlat_tables_arch.c | 82 return UPPER_ATTRS(XN) | UPPER_ATTRS(PXN); in xlat_arch_regime_get_xn_desc() 85 return UPPER_ATTRS(XN); in xlat_arch_regime_get_xn_desc()
|
/tf-a-ffa_el3_spmc/docs/security_advisories/ |
A D | security-advisory-tfv-3.rst | 57 translation tables. The EL3 translation regime uses a single ``XN`` bit to 60 The ``xlat_tables`` library only handles the ``XN`` bit, which maps to ``UXN`` 68 of the ``XN``, ``UXN`` or ``PXN`` bits in the translation tables. See the 76 - AArch32 configurations are unaffected. Here the ``XN`` bit controls execution
|
/tf-a-ffa_el3_spmc/lib/xlat_tables/aarch32/ |
A D | xlat_tables.c | 51 return UPPER_ATTRS(XN); in xlat_arch_get_xn_desc()
|
/tf-a-ffa_el3_spmc/lib/xlat_tables/aarch64/ |
A D | xlat_tables.c | 111 return UPPER_ATTRS(XN); in xlat_arch_get_xn_desc()
|
/tf-a-ffa_el3_spmc/include/lib/xlat_tables/ |
A D | xlat_tables_defs.h | 52 #define XN (ULL(1) << 2) macro
|
/tf-a-ffa_el3_spmc/lib/xlat_tables_v2/aarch64/ |
A D | xlat_tables_arch.c | 156 return UPPER_ATTRS(XN); in xlat_arch_regime_get_xn_desc()
|
/tf-a-ffa_el3_spmc/lib/xlat_tables_v2/ |
A D | xlat_tables_utils.c | 69 printf(((desc & UPPER_ATTRS(XN)) != 0ULL) ? "-XN" : "-EXEC"); in xlat_desc_print()
|
/tf-a-ffa_el3_spmc/docs/threat_model/ |
A D | threat_model_spm.rst | 440 | | hardening techniques (XN, WXN, BTI, pointer | 444 | | stack protector, pointer authentication, BTI, XN, |
|
A D | threat_model.rst | 719 | | be read-only XN, and so on. |
|
/tf-a-ffa_el3_spmc/docs/ |
A D | change-log.rst | 1432 - st: stm32mp1: Use stm32mp_get_ddr_ns_size() function, set XN attribute for
|
Completed in 19 milliseconds