Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/drtm/
H A Ddrtm_res_address_map.c18 #define DRTM_ADDRESS_MAP_SIZE (sizeof(drtm_memory_region_descriptor_table_t) + \
41 drtm_memory_region_descriptor_table_t *drtm_build_address_map(void) in drtm_build_address_map()
44 drtm_memory_region_descriptor_table_t *map = in drtm_build_address_map()
45 (drtm_memory_region_descriptor_table_t *)drtm_address_map; in drtm_build_address_map()
97 drtm_address_map_size = sizeof(drtm_memory_region_descriptor_table_t); in drtm_build_address_map()
H A Ddrtm_main.h110 drtm_memory_region_descriptor_table_t *drtm_build_address_map(void);
H A Ddrtm_dma_prot.c248 drtm_memory_region_descriptor_table_t header; in drtm_dma_prot_serialise_table()
H A 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()
/rk3399_ARM-atf/include/plat/common/
H A Dplat_drtm.h37 } __attribute__((packed)) drtm_memory_region_descriptor_table_t; typedef