Home
last modified time | relevance | path

Searched refs:drtm_memory_region_descriptor_table_t (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-a-latest/services/std_svc/drtm/
Ddrtm_res_address_map.c17 #define DRTM_ADDRESS_MAP_SIZE (sizeof(drtm_memory_region_descriptor_table_t) + \
26 drtm_memory_region_descriptor_table_t *drtm_build_address_map(void) in drtm_build_address_map()
29 drtm_memory_region_descriptor_table_t *map = in drtm_build_address_map()
30 (drtm_memory_region_descriptor_table_t *)drtm_address_map; in drtm_build_address_map()
79 drtm_address_map_size = sizeof(drtm_memory_region_descriptor_table_t); in drtm_build_address_map()
Ddrtm_main.h97 drtm_memory_region_descriptor_table_t *drtm_build_address_map(void);
Ddrtm_dma_prot.c248 drtm_memory_region_descriptor_table_t header; in drtm_dma_prot_serialise_table()
Ddrtm_main.c36 static drtm_memory_region_descriptor_table_t *plat_drtm_mem_map;
93 sizeof(drtm_memory_region_descriptor_table_t) + in drtm_setup()
/trusted-firmware-a-latest/include/plat/common/
Dplat_drtm.h37 } __attribute__((packed)) drtm_memory_region_descriptor_table_t; typedef