Home
last modified time | relevance | path

Searched refs:ENABLE_SME_FOR_NS (Results 1 – 13 of 13) sorted by relevance

/trusted-firmware-a-latest/include/lib/extensions/
Dsve.h12 #if (ENABLE_SME_FOR_NS || ENABLE_SVE_FOR_NS)
Dsme.h23 #if ENABLE_SME_FOR_NS
/trusted-firmware-a-latest/services/std_svc/spm/spm_mm/
Dspm_mm.mk16 ifneq (${ENABLE_SME_FOR_NS},0)
/trusted-firmware-a-latest/lib/cpus/aarch64/
Dcortex_gelas.S37 #if ENABLE_SME_FOR_NS
Dtravis.S33 #if ENABLE_SME_FOR_NS
/trusted-firmware-a-latest/plat/qemu/common/
Dcommon.mk123 ENABLE_SME_FOR_NS := 0
126 ENABLE_SME_FOR_NS := 2
/trusted-firmware-a-latest/make_helpers/
Darch_features.mk293 ENABLE_SME_FOR_NS ?= 0
/trusted-firmware-a-latest/common/
Dfeat_detect.c226 check_feature(ENABLE_SME_FOR_NS, read_feat_sme_id_field(), in detect_arch_features()
/trusted-firmware-a-latest/
DMakefile952 ifeq (${ENABLE_SME_FOR_NS}, 0)
956 override ENABLE_SME_FOR_NS := 1
978 ifneq (${ENABLE_SME_FOR_NS},0)
998 ifneq (${ENABLE_SME_FOR_NS},0)
1006 ifeq (${ENABLE_SME_FOR_NS},0)
1023 ifneq (${ENABLE_SME_FOR_NS},0)
1286 ENABLE_SME_FOR_NS \
1342 ENABLE_SME_FOR_NS \
/trusted-firmware-a-latest/include/arch/aarch64/
Darch_features.h242 ENABLE_SME_FOR_NS) in CREATE_FEATURE_FUNCS() argument
/trusted-firmware-a-latest/bl31/
Dbl31.mk104 ifneq (${ENABLE_SME_FOR_NS},0)
/trusted-firmware-a-latest/plat/arm/board/fvp/
Dplatform.mk63 ENABLE_SME_FOR_NS := 2
/trusted-firmware-a-latest/docs/getting_started/
Dbuild-options.rst1226 - ``ENABLE_SME_FOR_NS``: Numeric value to enable Scalable Matrix Extension
1240 This should be set along with ENABLE_SME_FOR_NS=1, if not, the default SME
1246 ENABLE_SME_FOR_NS and ENABLE_SVE_FOR_SWD must also be set to use this.