Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/lib/el3_runtime/
H A Dcontext_el1.h285 #define read_el1_ctx_step2(ctx, reg) (((ctx)->step2).reg) macro
289 #define read_el1_ctx_step2(ctx, reg) ULL(0) macro
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c2026 write_mdstepop_el1(read_el1_ctx_step2(ctx, mdstepop_el1)); in el1_sysregs_context_restore()