Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-stm32mp1/
H A Dplat_tzc400.c97 struct tzc_region_non_sec { struct
99 SLIST_ENTRY(tzc_region_non_sec) link; argument
102 static SLIST_HEAD(nsec_list_head, tzc_region_non_sec) nsec_region_list =
201 struct tzc_region_non_sec *reg = NULL; in exclude_region_from_nsec()
219 SLIST_REMOVE(&nsec_region_list, reg, tzc_region_non_sec, link); in exclude_region_from_nsec()
226 struct tzc_region_non_sec *new_nsec = in exclude_region_from_nsec()
382 struct tzc_region_non_sec *region = NULL; in add_carved_out_nsec()
383 struct tzc_region_non_sec *region_safe = NULL; in add_carved_out_nsec()
395 tzc_region_non_sec, link); in add_carved_out_nsec()
477 struct tzc_region_non_sec *nsec_region = NULL; in stm32mp1_tzc_probe()