/tf-a-ffa_el3_spmc/lib/extensions/sve/ |
A D | sve.c | 22 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 D | spe.c | 25 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 D | index.rst | 9 features
|
A D | features.rst | 5 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 D | amu.c | 38 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 D | platform.mk | 7 $(warning Platform ${PLAT} is deprecated. Some of the features might not work as expected)
|
/tf-a-ffa_el3_spmc/ |
A D | Makefile | 208 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 D | amu.c | 39 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 D | tlk-dispatcher.rst | 29 TLK features include: 33 • Added TrustZone features
|
/tf-a-ffa_el3_spmc/docs/plat/arm/diphda/ |
A D | index.rst | 4 Some of the features of the Diphda platform referenced in TF-A include:
|
/tf-a-ffa_el3_spmc/include/drivers/ |
A D | raw_nand.h | 101 uint16_t features; member
|
/tf-a-ffa_el3_spmc/docs/plat/arm/tc/ |
A D | index.rst | 4 Some of the features of TC platform referenced in TF-A include:
|
/tf-a-ffa_el3_spmc/docs/design/ |
A D | trusted-board-boot-build.rst | 4 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 D | imx8m.rst | 61 In U-boot we turn on the UEFI secure boot features so it can verify
|
A D | socionext-uniphier.rst | 77 Optional features
|
A D | poplar.rst | 7 The board features the Hi3798C V200 with an integrated quad-core 64-bit
|
A D | nvidia-tegra.rst | 53 Denver also features new low latency power-state transitions, in addition
|
/tf-a-ffa_el3_spmc/docs/perf/ |
A D | performance-monitoring-unit.rst | 41 `Arm ARM`_ for a detailed description of ARMv8.5-PMU features.
|
/tf-a-ffa_el3_spmc/docs/ |
A D | index.rst | 56 The **About** chapter gives a high-level overview of |TF-A| features as well as
|
A D | change-log.rst | 2950 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 D | raw_nand.c | 320 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 D | index.rst | 7 this port ignores any power management features of the platform.
|
/tf-a-ffa_el3_spmc/docs/process/ |
A D | security-hardening.rst | 87 Depending on the implemented features, the Secure world can prohibit counting
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | build-options.rst | 96 ``-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 D | cmake_framework.rst | 52 Main features
|