Home
last modified time | relevance | path

Searched refs:top (Results 1 – 23 of 23) sorted by relevance

/tf-a-ffa_el3_spmc/include/arch/aarch32/
A Dasm_macros.S219 .macro softudiv div:req,top:req,bot:req,temp:req
222 cmp \temp, \top, lsr #1
225 cmp \temp, \top, lsr #1
230 cmp \top, \temp
231 subcs \top, \top,\temp
/tf-a-ffa_el3_spmc/plat/rockchip/px30/drivers/secure/
A Dsecure.h35 #define RG_MAP_SECURE(top, base) ((((top) - 1) << 16) | (base)) argument
/tf-a-ffa_el3_spmc/plat/rockchip/common/drivers/parameter/
A Dddr_parameter.c53 uint64_t base, top; in ddr_region_usage_parse() local
77 top = base + mmio_read_64(addr + size_offset); in ddr_region_usage_parse()
83 p.ns_top[i] = RG_SIZE_MB(top); in ddr_region_usage_parse()
/tf-a-ffa_el3_spmc/plat/rockchip/rk3328/drivers/soc/
A Dsoc.h102 #define RG_MAP_SECURE(top, base) ((((top) - 1) << 16) | (base)) argument
/tf-a-ffa_el3_spmc/drivers/renesas/common/emmc/
A Demmc_utility.c79 uint32_t emmc_bit_field(uint8_t *data, uint32_t top, uint32_t bottom) in emmc_bit_field() argument
83 uint32_t index_top = (uint32_t) (15 - (top >> 3)); in emmc_bit_field()
104 value = ((value >> (bottom & 0x07)) & ((1 << (top - bottom + 1)) - 1)); in emmc_bit_field()
A Demmc_def.h51 uint32_t emmc_bit_field(uint8_t *data, uint32_t top, uint32_t bottom);
/tf-a-ffa_el3_spmc/fdts/
A Dn1sdp-single-chip.dts23 * In the first 2GB of DRAM bank the top 16MB are reserved by firmware as secure memory.
/tf-a-ffa_el3_spmc/docs/perf/
A Dperformance-monitoring-unit.rst120 - The effects of ``PMEVTYPER<n>`` are applied on top of this.
145 - The effects of ``PMCNTENSET`` and ``PMCR.DP`` are applied on top of this.
/tf-a-ffa_el3_spmc/docs/plat/
A Dwarp7.rst50 The following commands assume that a directory exits in the top-level TFA build
159 arm-trusted-firmware top-level directory.
187 # Copy signed BL2 to top-level directory
A Dxilinx-zynqmp.rst73 common to the cluster are grouped in the power domain on the top.
A Dqemu-sbsa.rst42 Need to copy them into top directory for EDK2 compilation.
A Dpoplar.rst9 of running any commercial set-top solution based on Linux or Android.
/tf-a-ffa_el3_spmc/docs/getting_started/
A Ddocs-build.rst76 top-level Makefile for |TF-A| itself.
A Dpsci-lib-integration-guide.rst252 This function is the top level handler for SMCs which fall within the
278 mentioned at top of this section. This function must be called with Data cache
A Dbuild-options.rst417 bottom, higher addresses at the top. This build flag can be set to '1' to
418 invert this behavior. Lower addresses will be printed at the top and higher
A Dporting-guide.rst2861 are received from the top-level exception handler.
3027 other drivers. For example, file-system drivers may be implemented on top of
/tf-a-ffa_el3_spmc/docs/components/
A Dexception-handling.rst143 top-level handler for interrupts that target EL3, as described in the
187 to use the top *n* of the 7 remaining bits to identify and assign interrupts
199 that at least ``n+1`` top bits of GIC priority are writeable.
279 The parameters are as obtained from the top-level :ref:`EL3 interrupt handler
535 #. The |EHF|, during its initialisation, registers a top-level interrupt handler
542 #. The top-level EL3 interrupt handler executes. The handler acknowledges the
A Dras.rst113 ``cookie``, and ``handle`` parameters from the :ref:`top-level exception handler
207 top-level RAS exception handler. ``ras_ea_handler`` is responsible for iterating
A Dromlib-design.rst121 On Arm platforms a section of 1 page (0x1000) is allocated at the top of SRAM.
A Dsdei.rst337 To work this around, it's advised that the top-level event handlers are
/tf-a-ffa_el3_spmc/docs/
A Dchange-log.rst869 top of Hafnium in S-EL2
892 - The top-level Makefile now supports building FipTool on Windows
3991 DDR-DRAM memory at 0x80000000 excluding the top 16MB. The top 16MB is
3994 - BL3-2 can now reside in the top 16MB of DRAM which is accessible only to
4011 the BL3-1/BL3-2 NOBITS sections on top of them has been added to the
4014 - The top 16MB of the 2GB DDR-DRAM memory at 0x80000000 is configured
4103 overlaying the BL3-1/BL3-2 NOBITS sections on top of these at runtime.
4189 - Removed the concept of top/bottom image loading. The image loader now
/tf-a-ffa_el3_spmc/docs/process/
A Dcoding-guidelines.rst30 ``.checkpatch.conf`` file in the top-level directory.
/tf-a-ffa_el3_spmc/docs/design/
A Dfirmware-design.rst137 to the top of trusted SRAM as defined by the constant ``BL1_RW_BASE``.
1698 data are relocated to the top of Trusted SRAM at runtime.
1703 is loaded at the top of the Trusted SRAM, such that its NOBITS sections will
1716 - Secure region of DRAM (top 16MB of DRAM configured by the TrustZone

Completed in 43 milliseconds