Home
last modified time | relevance | path

Searched refs:features (Results 1 – 25 of 35) sorted by relevance

12

/tf-a-ffa_el3_spmc/lib/extensions/sve/
A Dsve.c22 uint64_t features; in sve_supported() local
24 features = read_id_aa64pfr0_el1() >> ID_AA64PFR0_SVE_SHIFT; in sve_supported()
25 return (features & ID_AA64PFR0_SVE_MASK) == 1U; in sve_supported()
/tf-a-ffa_el3_spmc/lib/extensions/spe/
A Dspe.c25 uint64_t features; in spe_supported() local
27 features = read_id_aa64dfr0_el1() >> ID_AA64DFR0_PMS_SHIFT; in spe_supported()
28 return (features & ID_AA64DFR0_PMS_MASK) > 0ULL; in spe_supported()
/tf-a-ffa_el3_spmc/docs/about/
A Dindex.rst9 features
A Dfeatures.rst5 description of these features and their implementation details, please see
11 Current features
116 - Ongoing support for new architectural features, CPUs and System IP.
/tf-a-ffa_el3_spmc/lib/extensions/amu/aarch32/
A Damu.c38 uint32_t features = read_amcfgr() >> AMCFGR_NCG_SHIFT; in amu_group1_supported() local
40 return (features & AMCFGR_NCG_MASK) == 1U; in amu_group1_supported()
/tf-a-ffa_el3_spmc/plat/arm/board/sgm775/
A Dplatform.mk7 $(warning Platform ${PLAT} is deprecated. Some of the features might not work as expected)
/tf-a-ffa_el3_spmc/
A DMakefile208 arch-features = ${ARM_ARCH_FEATURE}
217 ifeq ( ,$(findstring memtag,$(arch-features)))
218 arch-features := $(arch-features)+memtag
233 ifneq ($(arch-features), none)
235 arch-features := $(subst none+,,$(arch-features))
237 march32-directive := $(march32-directive)+$(arch-features)
239 march64-directive := $(march64-directive)+$(arch-features)
242 $(info Arm Architecture Features specified: $(subst +, ,$(arch-features)))
246 ENABLE_FEAT_RNG = $(if $(findstring rng,${arch-features}),1,0)
249 ENABLE_FEAT_SB = $(if $(findstring sb,${arch-features}),1,0)
/tf-a-ffa_el3_spmc/lib/extensions/amu/aarch64/
A Damu.c39 uint64_t features = read_amcfgr_el0() >> AMCFGR_EL0_NCG_SHIFT; in amu_group1_supported() local
41 return (features & AMCFGR_EL0_NCG_MASK) == 1U; in amu_group1_supported()
/tf-a-ffa_el3_spmc/docs/components/spd/
A Dtlk-dispatcher.rst29 TLK features include:
33 • Added TrustZone features
/tf-a-ffa_el3_spmc/docs/plat/arm/diphda/
A Dindex.rst4 Some of the features of the Diphda platform referenced in TF-A include:
/tf-a-ffa_el3_spmc/include/drivers/
A Draw_nand.h101 uint16_t features; member
/tf-a-ffa_el3_spmc/docs/plat/arm/tc/
A Dindex.rst4 Some of the features of TC platform referenced in TF-A include:
/tf-a-ffa_el3_spmc/docs/design/
A Dtrusted-board-boot-build.rst4 Trusted Board Boot primarily consists of the following two features:
10 images with support for these features:
/tf-a-ffa_el3_spmc/docs/plat/
A Dimx8m.rst61 In U-boot we turn on the UEFI secure boot features so it can verify
A Dsocionext-uniphier.rst77 Optional features
A Dpoplar.rst7 The board features the Hi3798C V200 with an integrated quad-core 64-bit
A Dnvidia-tegra.rst53 Denver also features new low latency power-state transitions, in addition
/tf-a-ffa_el3_spmc/docs/perf/
A Dperformance-monitoring-unit.rst41 `Arm ARM`_ for a detailed description of ARMv8.5-PMU features.
/tf-a-ffa_el3_spmc/docs/
A Dindex.rst56 The **About** chapter gives a high-level overview of |TF-A| features as well as
A Dchange-log.rst2950 New features
3236 New features
3527 New features
3749 New features
3902 New features
4064 New features
4244 New features
4326 FVPs (see **New features**).
4329 features**).
4374 New features
[all …]
/tf-a-ffa_el3_spmc/drivers/mtd/nand/
A Draw_nand.c320 if ((page.features & ONFI_FEAT_BUS_WIDTH_16) != 0U) { in nand_read_param_page()
/tf-a-ffa_el3_spmc/docs/plat/arm/arm_fpga/
A Dindex.rst7 this port ignores any power management features of the platform.
/tf-a-ffa_el3_spmc/docs/process/
A Dsecurity-hardening.rst87 Depending on the implemented features, the Secure world can prohibit counting
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dbuild-options.rst96 ``-mbranch-protection``. Selects the branch protection features to use:
98 - 1: Enables all types of branch protection features
104 and resulting PAuth/BTI features.
383 This allows GICv2 platforms to enable features requiring EL3 interrupt type.
532 - ``RAS_EXTENSION``: When set to ``1``, enable Armv8.2 RAS features. RAS features
/tf-a-ffa_el3_spmc/docs/design_documents/
A Dcmake_framework.rst52 Main features

Completed in 32 milliseconds

12