Home
last modified time | relevance | path

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

12

/arm-trusted-firmware-2.8.0/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
/arm-trusted-firmware-2.8.0/plat/rockchip/px30/drivers/secure/
A Dsecure.h35 #define RG_MAP_SECURE(top, base) ((((top) - 1) << 16) | (base)) argument
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/plat/rockchip/rk3328/drivers/soc/
A Dsoc.h102 #define RG_MAP_SECURE(top, base) ((((top) - 1) << 16) | (base)) argument
/arm-trusted-firmware-2.8.0/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);
/arm-trusted-firmware-2.8.0/fdts/
A Dn1sdp-single-chip.dts23 * In the first 2GB of DRAM bank the top 16MB are reserved by firmware as secure memory.
A Dstm32mp15-fw-config.dtsi17 /* OP-TEE reserved shared memory: located at DDR top or null size */
/arm-trusted-firmware-2.8.0/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.
/arm-trusted-firmware-2.8.0/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 Dqemu-sbsa.rst42 Need to copy them into top directory for EDK2 compilation.
A Dxilinx-zynqmp.rst73 common to the cluster are grouped in the power domain on the top.
A Dpoplar.rst9 of running any commercial set-top solution based on Linux or Android.
/arm-trusted-firmware-2.8.0/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.rst114 ``cookie``, and ``handle`` parameters from the :ref:`top-level exception handler
208 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
A Dxlat-tables-lib-v2-design.rst395 directly maps regions by "base" and "limit" (bottom and top) addresses.
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Ddocs-build.rst73 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
/arm-trusted-firmware-2.8.0/
A Dchangelog.yaml8 # The following block describes the top-level sections of the changelog. Commits are categorized
9 # into these top-level sections based on the commit message "type":
71 # any of the top-level sections, and describe the individual components that a change may relate to.
/arm-trusted-firmware-2.8.0/docs/design_documents/
A Dmeasured_boot_poc.rst18 a firmware TPM (fTPM) service implemented on top of OP-TEE.
32 The PoC is built on top of the `OP-TEE Toolkit`_, which has support to build
/arm-trusted-firmware-2.8.0/docs/plat/nxp/
A Dnxp-layerscape.rst213 The following diagram is default DRAM0 memory layout in which secure memory is at top of DRAM0.
/arm-trusted-firmware-2.8.0/docs/process/
A Dcoding-guidelines.rst30 ``.checkpatch.conf`` file in the top-level directory.
/arm-trusted-firmware-2.8.0/docs/design/
A Dfirmware-design.rst147 to the top of trusted SRAM as defined by the constant ``BL1_RW_BASE``.
1709 data are relocated to the top of Trusted SRAM at runtime.
1714 is loaded at the top of the Trusted SRAM, such that its NOBITS sections will
1727 - Secure region of DRAM (top 16MB of DRAM configured by the TrustZone

Completed in 38 milliseconds

12