Home
last modified time | relevance | path

Searched refs:ctx_cptr_el3 (Results 1 – 8 of 8) sorted by relevance

/rk3399_ARM-atf/lib/extensions/sys_reg_trace/aarch64/
H A Dsys_reg_trace.c19 uint64_t val = per_world_ctx->ctx_cptr_el3; in sys_reg_trace_enable_per_world()
21 per_world_ctx->ctx_cptr_el3 = val; in sys_reg_trace_enable_per_world()
31 uint64_t val = per_world_ctx->ctx_cptr_el3; in sys_reg_trace_disable_per_world()
33 per_world_ctx->ctx_cptr_el3 = val; in sys_reg_trace_disable_per_world()
/rk3399_ARM-atf/lib/extensions/sve/
H A Dsve.c36 cptr_el3 = per_world_ctx->ctx_cptr_el3; in sve_enable_per_world()
38 per_world_ctx->ctx_cptr_el3 = cptr_el3; in sve_enable_per_world()
63 reg = per_world_ctx->ctx_cptr_el3; in sve_disable_per_world()
65 per_world_ctx->ctx_cptr_el3 = reg; in sve_disable_per_world()
/rk3399_ARM-atf/lib/extensions/sme/
H A Dsme.c36 reg = per_world_ctx->ctx_cptr_el3; in sme_enable_per_world()
38 per_world_ctx->ctx_cptr_el3 = reg; in sme_enable_per_world()
97 reg = per_world_ctx->ctx_cptr_el3; in sme_disable_per_world()
100 per_world_ctx->ctx_cptr_el3 = reg; in sme_disable_per_world()
/rk3399_ARM-atf/lib/extensions/amu/aarch64/
H A Damu.c54 uint64_t cptr_el3 = per_world_ctx->ctx_cptr_el3; in amu_enable_per_world()
57 per_world_ctx->ctx_cptr_el3 = cptr_el3; in amu_enable_per_world()
/rk3399_ARM-atf/services/arm_arch_svc/
H A Darm_arch_svc_setup.c218 bitmask = caller_per_world_context->ctx_cptr_el3; in smccc_arch_feature_availability()
/rk3399_ARM-atf/include/lib/el3_runtime/aarch64/
H A Dcontext.h316 uint64_t ctx_cptr_el3; member
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c735 per_world_ctx->ctx_cptr_el3 = CPTR_EL3_RESET_VAL; in cm_el3_arch_init_per_world()
/rk3399_ARM-atf/docs/components/
H A Dcontext-management-library.rst515 uint64_t ctx_cptr_el3;