Home
last modified time | relevance | path

Searched refs:pages (Results 1 – 15 of 15) sorted by relevance

/arm-trusted-firmware-2.8.0/services/std_svc/drtm/
A Ddrtm_dma_prot.h30 #define DRTM_MEM_REGION_PAGES_AND_TYPE(pages, type) \ argument
31 (((uint64_t)(pages) & (((uint64_t)1 << 52) - 1)) \
34 #define PAGES_AND_TYPE(pages, type) \ argument
35 .region_size_type = DRTM_MEM_REGION_PAGES_AND_TYPE(pages, type)
/arm-trusted-firmware-2.8.0/services/std_svc/rmmd/trp/
A Dlinker.lds9 /* Mapped using 4K pages, requires us to align different sections with
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/fdts/
A Doptee_sp_manifest.dts40 pages-count = <1>;
/arm-trusted-firmware-2.8.0/bl32/tsp/
A Dffa_helpers.c244 bool ffa_rxtx_map(uintptr_t send, uintptr_t recv, uint32_t pages) in ffa_rxtx_map() argument
248 ret = smc_helper(FFA_RXTX_MAP_SMC64, send, recv, pages, 0, 0, 0, 0); in ffa_rxtx_map()
A Dffa_helpers.h94 bool ffa_rxtx_map(uintptr_t send, uintptr_t recv, uint32_t pages);
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Ddocs-build.rst6 pages.
56 Documents can be built into HTML-formatted pages from project root directory by
A Dbuild-options.rst783 isolated on separate memory pages. This is a trade-off between security and
785 pages" section in :ref:`Firmware Design`. This flag is disabled by default
/arm-trusted-firmware-2.8.0/docs/components/
A Dffa-manifest-binding.rst185 - pages-count [mandatory]
187 - Count of pages of memory region as a multiple of the translation granule
222 - pages-count [mandatory]
224 - Count of pages of memory region as a multiple of the translation granule
A Dsecure-partition-manager.rst1372 Hafnium code pages are marked as guarded in the EL2 Stage-1 MMU descriptors
1374 triggered otherwise. VMs/SPs can (independently) mark their code pages as
1472 pages-count = <32>;
A Dxlat-tables-lib-v2-design.rst104 beginning; remapping some of these 4KB pages on the fly then becomes a
A Dsecure-partition-manager-mm.rst738 Number of pages starting from the Base Address whose memory attributes
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/scat/
A Dbl31.scat243 * to guarantee that the coherent data are stored on their own pages and
/arm-trusted-firmware-2.8.0/docs/plat/arm/fvp/
A Dindex.rst146 - ``FVP_GICR_REGION_PROTECTION``: Mark the redistributor pages of
148 is ``0``, which means the redistributor pages of all CPU cores are marked
/arm-trusted-firmware-2.8.0/docs/design/
A Dfirmware-design.rst2266 Isolating code and read-only data on separate memory pages
2273 memory regions then it needs to map them using different memory pages.
2311 read-only data on separate memory pages. This in turn allows independent control
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md6025 - Enabled support to isolate code and read-only data on separate memory pages,

Completed in 41 milliseconds