Home
last modified time | relevance | path

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

12

/trusted-firmware-a-3.4.0/lib/extensions/sme/
Dsme.c18 uint64_t features; in feat_sme_supported() local
20 features = read_id_aa64pfr1_el1() >> ID_AA64PFR1_EL1_SME_SHIFT; in feat_sme_supported()
21 return (features & ID_AA64PFR1_EL1_SME_MASK) != 0U; in feat_sme_supported()
26 uint64_t features; in feat_sme_fa64_supported() local
28 features = read_id_aa64smfr0_el1(); in feat_sme_fa64_supported()
29 return (features & ID_AA64SMFR0_EL1_FA64_BIT) != 0U; in feat_sme_fa64_supported()
/trusted-firmware-a-3.4.0/lib/extensions/sys_reg_trace/aarch32/
Dsys_reg_trace.c15 uint32_t features; in sys_reg_trace_supported() local
17 features = read_id_dfr0() >> ID_DFR0_COPTRC_SHIFT; in sys_reg_trace_supported()
18 return ((features & ID_DFR0_COPTRC_MASK) == in sys_reg_trace_supported()
/trusted-firmware-a-3.4.0/lib/extensions/trf/aarch32/
Dtrf.c15 uint32_t features; in trf_supported() local
17 features = read_id_dfr0() >> ID_DFR0_TRACEFILT_SHIFT; in trf_supported()
18 return ((features & ID_DFR0_TRACEFILT_MASK) == in trf_supported()
/trusted-firmware-a-3.4.0/lib/extensions/trf/aarch64/
Dtrf.c15 uint64_t features; in trf_supported() local
17 features = read_id_aa64dfr0_el1() >> ID_AA64DFR0_TRACEFILT_SHIFT; in trf_supported()
18 return ((features & ID_AA64DFR0_TRACEFILT_MASK) == in trf_supported()
/trusted-firmware-a-3.4.0/lib/extensions/sys_reg_trace/aarch64/
Dsys_reg_trace.c15 uint64_t features; in sys_reg_trace_supported() local
17 features = read_id_aa64dfr0_el1() >> ID_AA64DFR0_TRACEVER_SHIFT; in sys_reg_trace_supported()
18 return ((features & ID_AA64DFR0_TRACEVER_MASK) == in sys_reg_trace_supported()
/trusted-firmware-a-3.4.0/lib/extensions/spe/
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()
/trusted-firmware-a-3.4.0/lib/extensions/sve/
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()
/trusted-firmware-a-3.4.0/docs/about/
Dindex.rst9 features
Dfeatures.rst5 description of these features and their implementation details, please see
11 Current features
114 - Ongoing support for new architectural features, CPUs and System IP.
/trusted-firmware-a-3.4.0/
DMakefile227 arch-features = ${ARM_ARCH_FEATURE}
236 ifeq ( ,$(findstring memtag,$(arch-features)))
237 arch-features := $(arch-features)+memtag
252 ifneq ($(arch-features), none)
254 arch-features := $(subst none+,,$(arch-features))
256 march32-directive := $(march32-directive)+$(arch-features)
258 march64-directive := $(march64-directive)+$(arch-features)
261 $(info Arm Architecture Features specified: $(subst +, ,$(arch-features)))
265 ENABLE_FEAT_RNG = $(if $(findstring rng,${arch-features}),1,0)
268 ENABLE_FEAT_SB = $(if $(findstring sb,${arch-features}),1,0)
/trusted-firmware-a-3.4.0/docs/components/spd/
Dtlk-dispatcher.rst29 TLK features include:
33 • Added TrustZone features
/trusted-firmware-a-3.4.0/docs/plat/arm/fvp_r/
Dindex.rst4 Some of the features of Armv8-R AArch64 FVP platform referenced in Trusted
/trusted-firmware-a-3.4.0/docs/plat/arm/corstone1000/
Dindex.rst4 Some of the features of the Corstone1000 platform referenced in TF-A include:
/trusted-firmware-a-3.4.0/include/drivers/
Draw_nand.h101 uint16_t features; member
/trusted-firmware-a-3.4.0/docs/plat/arm/tc/
Dindex.rst4 Some of the features of TC platform referenced in TF-A include:
/trusted-firmware-a-3.4.0/docs/design/
Dtrusted-board-boot-build.rst4 Trusted Board Boot primarily consists of the following two features:
10 images with support for these features:
/trusted-firmware-a-3.4.0/docs/plat/
Dimx8m.rst61 In U-boot we turn on the UEFI secure boot features so it can verify
Dpoplar.rst7 The board features the Hi3798C V200 with an integrated quad-core 64-bit
Dsocionext-uniphier.rst77 Optional features
Dallwinner.rst44 for optional features.
/trusted-firmware-a-3.4.0/docs/design_documents/
Dcontext_mgmt_rework.rst77 CPU features to select registers to save and restore. It also assumes that
79 EL3 at runtime and makes it hard to enable different features for each
109 helpers to initialize registers corresponding to certain features but
/trusted-firmware-a-3.4.0/docs/perf/
Dperformance-monitoring-unit.rst41 `Arm ARM`_ for a detailed description of ARMv8.5-PMU features.
/trusted-firmware-a-3.4.0/docs/
Dindex.rst56 The **About** chapter gives a high-level overview of |TF-A| features as well as
/trusted-firmware-a-3.4.0/drivers/mtd/nand/
Draw_nand.c317 if ((page.features & ONFI_FEAT_BUS_WIDTH_16) != 0U) { in nand_read_param_page()
/trusted-firmware-a-3.4.0/docs/plat/arm/arm_fpga/
Dindex.rst7 this port ignores any power management features of the platform.

12