Searched refs:pages (Results 1 – 15 of 15) sorted by relevance
/arm-trusted-firmware-2.8.0/services/std_svc/drtm/ |
A D | drtm_dma_prot.h | 30 #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 D | linker.lds | 9 /* Mapped using 4K pages, requires us to align different sections with
|
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/fdts/ |
A D | optee_sp_manifest.dts | 40 pages-count = <1>;
|
/arm-trusted-firmware-2.8.0/bl32/tsp/ |
A D | ffa_helpers.c | 244 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 D | ffa_helpers.h | 94 bool ffa_rxtx_map(uintptr_t send, uintptr_t recv, uint32_t pages);
|
/arm-trusted-firmware-2.8.0/docs/getting_started/ |
A D | docs-build.rst | 6 pages. 56 Documents can be built into HTML-formatted pages from project root directory by
|
A D | build-options.rst | 783 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 D | ffa-manifest-binding.rst | 185 - 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 D | secure-partition-manager.rst | 1372 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 D | xlat-tables-lib-v2-design.rst | 104 beginning; remapping some of these 4KB pages on the fly then becomes a
|
A D | secure-partition-manager-mm.rst | 738 Number of pages starting from the Base Address whose memory attributes
|
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/scat/ |
A D | bl31.scat | 243 * to guarantee that the coherent data are stored on their own pages and
|
/arm-trusted-firmware-2.8.0/docs/plat/arm/fvp/ |
A D | index.rst | 146 - ``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 D | firmware-design.rst | 2266 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 D | change-log.md | 6025 - Enabled support to isolate code and read-only data on separate memory pages,
|
Completed in 31 milliseconds