Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/lib/extensions/amu/aarch32/
Damu.c18 struct amu_ctx { struct
23 static struct amu_ctx amu_ctxs[PLATFORM_CORE_COUNT]; argument
105 struct amu_ctx *ctx; in amu_context_save()
136 struct amu_ctx *ctx; in amu_context_restore()
/external/arm-trusted-firmware/lib/extensions/amu/aarch64/
Damu.c19 struct amu_ctx { struct
24 static struct amu_ctx amu_ctxs[PLATFORM_CORE_COUNT]; argument
122 struct amu_ctx *ctx = &amu_ctxs[plat_my_core_pos()]; in amu_context_save()
156 struct amu_ctx *ctx = &amu_ctxs[plat_my_core_pos()]; in amu_context_restore()