Home
last modified time | relevance | path

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

12

/rk3399_ARM-atf/include/arch/aarch32/
H A Dasm_macros.S217 .macro softudiv div:req,top:req,bot:req,temp:req
220 cmp \temp, \top, lsr #1
223 cmp \temp, \top, lsr #1
228 cmp \top, \temp
229 subcs \top, \top,\temp
/rk3399_ARM-atf/plat/rockchip/common/drivers/parameter/
H 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()
/rk3399_ARM-atf/plat/rockchip/px30/drivers/secure/
H A Dsecure.h35 #define RG_MAP_SECURE(top, base) ((((top) - 1) << 16) | (base)) argument
/rk3399_ARM-atf/plat/rockchip/rk3588/drivers/secure/
H A Dsecure.h46 #define RG_MAP_SECURE(top, base) \ argument
47 (((((top) - 1) & 0x7fff) << 16) | ((base) & 0x7fff))
/rk3399_ARM-atf/drivers/renesas/common/emmc/
H 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()
H A Demmc_def.h51 uint32_t emmc_bit_field(uint8_t *data, uint32_t top, uint32_t bottom);
/rk3399_ARM-atf/plat/rockchip/rk3328/drivers/soc/
H A Dsoc.h102 #define RG_MAP_SECURE(top, base) ((((top) - 1) << 16) | (base)) argument
/rk3399_ARM-atf/fdts/
H A Dstm32mp15-fw-config.dtsi17 /* OP-TEE secure memory: located at DDR top */
H A Dn1sdp-single-chip.dts23 * In the first 2GB of DRAM bank the top 16MB are reserved by firmware as secure memory.
/rk3399_ARM-atf/docs/perf/
H 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.
/rk3399_ARM-atf/plat/arm/board/tc/fdts/
H A Dtc_spmc_manifest.dtsi25 /* filled in in top level .dts */
/rk3399_ARM-atf/docs/plat/
H 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
H A Dqemu-sbsa.rst42 Need to copy them into top directory for EDK2 compilation.
H A Dpoplar.rst9 of running any commercial set-top solution based on Linux or Android.
H A Dxilinx-zynqmp.rst131 common to the cluster are grouped in the power domain on the top.
/rk3399_ARM-atf/docs/components/
H A Dnuma-per-cpu.rst27 memory. From bottom to top: \`.text\`, \`.rodata\`, \`.data\`,
31 the top. The memory extends from the local memory start address at
32 the bottom to the end address at the top.
H A Dven-el3-service.rst65 Some ground rules when one should update top level version.
H 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
H A Dromlib-design.rst130 On Arm platforms a section of 1 page (0x1000) is allocated at the top of SRAM.
H A Dras.rst251 ``cookie``, and ``handle`` parameters from the :ref:`top-level exception handler
336 top-level RAS exception handler. ``ras_ea_handler`` is responsible for iterating
/rk3399_ARM-atf/plat/rockchip/rk3576/drivers/secure/
H A Dfirewall.h485 #define RG_MAP_SECURE(top, base) \ argument
486 (((((top) - 1) & 0x7fff) << 16) | ((base) & 0x7fff))
/rk3399_ARM-atf/docs/about/
H A Dfeatures.rst66 (fTPM) service implemneted on top of OP-TEE.
/rk3399_ARM-atf/docs/
H A Darchitecture_features.rst508 add it to the appropriate list at the top of the same file.
/rk3399_ARM-atf/docs/design_documents/
H A Dmeasured_boot_poc.rst20 a firmware TPM (fTPM) service implemented on top of OP-TEE.
34 The PoC is built on top of the `OP-TEE Toolkit`_, which has support to build
/rk3399_ARM-atf/docs/process/
H A Dmisra-compliance.csv54 …s in private header that are used/defined in separate translation units, which seems over the top."

12