Searched refs:qti_ns_ctx (Results 1 – 1 of 1) sorted by relevance
130 void qtiseclib_cb_get_ns_ctx(qtiseclib_dbg_a64_ctxt_regs_type *qti_ns_ctx) in qtiseclib_cb_get_ns_ctx() argument140 qti_ns_ctx->spsr_el3 = in qtiseclib_cb_get_ns_ctx()142 qti_ns_ctx->elr_el3 = read_ctx_reg(get_el3state_ctx(ctx), CTX_ELR_EL3); in qtiseclib_cb_get_ns_ctx()144 qti_ns_ctx->spsr_el1 = in qtiseclib_cb_get_ns_ctx()146 qti_ns_ctx->elr_el1 = in qtiseclib_cb_get_ns_ctx()148 qti_ns_ctx->sp_el1 = read_el1_ctx_common(get_el1_sysregs_ctx(ctx), sp_el1); in qtiseclib_cb_get_ns_ctx()150 qti_ns_ctx->x0 = read_ctx_reg(get_gpregs_ctx(ctx), CTX_GPREG_X0); in qtiseclib_cb_get_ns_ctx()151 qti_ns_ctx->x1 = read_ctx_reg(get_gpregs_ctx(ctx), CTX_GPREG_X1); in qtiseclib_cb_get_ns_ctx()152 qti_ns_ctx->x2 = read_ctx_reg(get_gpregs_ctx(ctx), CTX_GPREG_X2); in qtiseclib_cb_get_ns_ctx()153 qti_ns_ctx->x3 = read_ctx_reg(get_gpregs_ctx(ctx), CTX_GPREG_X3); in qtiseclib_cb_get_ns_ctx()[all …]