Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/lib/el3_runtime/
H A Dcontext_el2.h324 #define read_el2_ctx_hcx(ctx, reg) (((ctx)->hcx).reg) macro
328 #define read_el2_ctx_hcx(ctx, reg) ULL(0) macro
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c1669 write_hcrx_el2(read_el2_ctx_hcx(el2_sysregs_ctx, hcrx_el2)); in cm_el2_sysregs_context_restore()