Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/lib/el3_runtime/
H A Dcontext_el1.h268 #define write_el1_ctx_trf(ctx, reg, val) ((((ctx)->trf).reg) \ macro
272 #define write_el1_ctx_trf(ctx, reg, val) macro
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c1817 write_el1_ctx_trf(ctx, trfcr_el1, read_trfcr_el1()); in el1_sysregs_context_save()