Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/drtm/
H A Ddrtm_res_address_map.c19 (sizeof(drtm_mem_region_t) * \
29 const drtm_mem_region_t *region_a = (const drtm_mem_region_t *)a; in compare_regions()
30 const drtm_mem_region_t *region_b = (const drtm_mem_region_t *)b; in compare_regions()
93 qsort(map->region, map->num_regions, sizeof(drtm_mem_region_t), in drtm_build_address_map()
98 drtm_address_map_size += (i * sizeof(drtm_mem_region_t)); in drtm_build_address_map()
H A Ddrtm_dma_prot.c90 drtm_mem_region_t p) in drtm_dma_prot_check_args()
249 drtm_mem_region_t regions[1]; in drtm_dma_prot_serialise_table()
H A Ddrtm_dma_prot.h43 drtm_mem_region_t p);
H A Ddrtm_main.c94 sizeof(drtm_mem_region_t); in drtm_setup()
/rk3399_ARM-atf/include/plat/common/
H A Dplat_drtm.h26 } __attribute__((packed)) drtm_mem_region_t; typedef
36 drtm_mem_region_t region[];