Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 20 of 20) sorted by relevance

/arm-trusted-firmware-2.8.0/lib/extensions/ras/
A Dras_common.c127 struct ras_interrupt *selected = NULL; in ras_interrupt_handler() local
146 selected = &ras_inrs[mid]; in ras_interrupt_handler()
157 if (selected == NULL) { in ras_interrupt_handler()
162 if (selected->err_record->probe != NULL) { in ras_interrupt_handler()
163 ret = selected->err_record->probe(selected->err_record, &probe_data); in ras_interrupt_handler()
168 assert(selected->err_record->handler != NULL); in ras_interrupt_handler()
169 (void) selected->err_record->handler(selected->err_record, probe_data, in ras_interrupt_handler()
/arm-trusted-firmware-2.8.0/drivers/renesas/common/emmc/
A Demmc_init.c31 mmc_drv_obj.selected = FALSE; in rcar_emmc_memcard_power()
A Demmc_mount.c162 mmc_drv_obj.selected = TRUE; in emmc_card_init()
229 if (mmc_drv_obj.selected != TRUE) { in emmc_high_speed()
324 if (mmc_drv_obj.selected != TRUE) { in emmc_bus_width()
A Demmc_utility.c199 mmc_drv_obj.selected = FALSE; in emmc_send_idle_cmd()
A Demmc_std.h401 uint32_t selected; member
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dinitial-build.rst21 also select the clang or armclang assembler. Arm Compiler 6 will be selected
40 Clang will be selected when the base name of the path assigned to ``CC``
A Dporting-guide.rst579 chosen and the number of components selected to measure during the DRTM
2226 Depending on the GIC driver selected by the platform, the appropriate GICv2
A Dbuild-options.rst658 All log output up to and including the selected log level is compiled into
/arm-trusted-firmware-2.8.0/docs/design/
A Dtrusted-board-boot-build.rst77 FIP will include the certificates corresponding to the selected Chain of
114 selected Chain of Trust. These certificates can also be found in the output
A Dfirmware-design.rst486 a non-TF-A Boot ROM to load and jump directly to BL2. This mode is selected
906 The specific service for a SMC Function is selected based on the OEN and call
1323 GIC driver (either GICv2 or GICv3, as selected by the platform) with the
2659 - Branch Target Identification feature is selected by ``BRANCH_PROTECTION``
/arm-trusted-firmware-2.8.0/docs/design_documents/
A Dcmake_framework.rst113 using the selected generator backend (currently only the Makefile generator is
114 supported). After this we run the selected build tool which in turn calls the
/arm-trusted-firmware-2.8.0/docs/plat/arm/
A Darm-build-options.rst53 for Arm platforms. Depending on the selected option, the proper private key
101 SPMC Core manifest. Valid when ``SPD=spmd`` is selected.
/arm-trusted-firmware-2.8.0/docs/plat/arm/fvp/
A Dindex.rst116 - ``FVP_CCI`` : The CCI driver is selected. This is the default
118 - ``FVP_CCN`` : The CCN driver is selected. This is the default
130 - ``FVP_GICV2`` : The GICv2 only driver is selected
131 - ``FVP_GICV3`` : The GICv3 only driver is selected (default option)
144 the default HW_CONFIG selected by the build system.
/arm-trusted-firmware-2.8.0/docs/components/
A Ddebugfs-design.rst67 This interface is embedded into the BL31 run-time payload when selected by build
A Dexception-handling.rst17 The |EHF| is selected by setting the build option ``EL3_EXCEPTION_HANDLING`` to
A Dsecure-partition-manager-mm.rst12 Both implementations differ in their architectures and only one can be selected
A Dsecure-partition-manager.rst84 can be selected at build time. This document:
/arm-trusted-firmware-2.8.0/docs/plat/nxp/
A Dnxp-ls-tbbr.rst90 - This option is automatically selected when TRUSTED_BOARD_BOOT is set but MBEDTLS_DIR path is not …
A Dnxp-layerscape.rst326 -To compile additional fip-ddr for selected platforms(Refer above table if the platform needs fip-d…
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md5264 - The clang assembler/preprocessor is used when Clang is selected. However,
6285 All the mandatory APIs and selected optional APIs are supported. In

Completed in 43 milliseconds