Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/lib/el3_runtime/
H A Dcontext_el1.h241 #define write_el1_ctx_s1poe(ctx, reg, val) ((((ctx)->s1poe).reg) \ macro
245 #define write_el1_ctx_s1poe(ctx, reg, val) macro
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c1805 write_el1_ctx_s1poe(ctx, por_el1, read_por_el1()); in el1_sysregs_context_save()