Searched refs:nsec_ctx (Results 1 – 2 of 2) sorted by relevance
99 nsec_ctx->ub_regs.usr_sp = plat_boot_args->nsec_ctx.usr_sp; in init_sec_mon()100 nsec_ctx->ub_regs.usr_lr = plat_boot_args->nsec_ctx.usr_lr; in init_sec_mon()102 nsec_ctx->ub_regs.irq_sp = plat_boot_args->nsec_ctx.irq_sp; in init_sec_mon()103 nsec_ctx->ub_regs.irq_lr = plat_boot_args->nsec_ctx.irq_lr; in init_sec_mon()105 nsec_ctx->ub_regs.svc_sp = plat_boot_args->nsec_ctx.svc_sp; in init_sec_mon()106 nsec_ctx->ub_regs.svc_lr = plat_boot_args->nsec_ctx.svc_lr; in init_sec_mon()108 nsec_ctx->ub_regs.abt_sp = plat_boot_args->nsec_ctx.abt_sp; in init_sec_mon()109 nsec_ctx->ub_regs.abt_lr = plat_boot_args->nsec_ctx.abt_lr; in init_sec_mon()111 nsec_ctx->ub_regs.und_sp = plat_boot_args->nsec_ctx.und_sp; in init_sec_mon()113 nsec_ctx->mon_lr = plat_boot_args->nsec_ctx.mon_lr; in init_sec_mon()[all …]
160 struct sm_nsec_ctx *nsec_ctx; in init_sec_mon() local165 nsec_ctx = sm_get_nsec_ctx(); in init_sec_mon()166 nsec_ctx->mon_lr = nsec_entry; in init_sec_mon()167 nsec_ctx->mon_spsr = CPSR_MODE_SVC | CPSR_I; in init_sec_mon()169 nsec_ctx->mon_spsr |= CPSR_T; in init_sec_mon()
Completed in 5 milliseconds