Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/kernel/
A Dstmm_sp.c580 spc->regs.r0 = svc_regs->r0; in save_sp_ctx()
581 spc->regs.r1 = svc_regs->r1; in save_sp_ctx()
582 spc->regs.r2 = svc_regs->r2; in save_sp_ctx()
583 spc->regs.r3 = svc_regs->r3; in save_sp_ctx()
584 spc->regs.r4 = svc_regs->r4; in save_sp_ctx()
585 spc->regs.r5 = svc_regs->r5; in save_sp_ctx()
586 spc->regs.r6 = svc_regs->r6; in save_sp_ctx()
587 spc->regs.r7 = svc_regs->r7; in save_sp_ctx()
588 spc->regs.pc = svc_regs->lr; in save_sp_ctx()
603 save_sp_ctx(spc, svc_regs); in return_from_sp_helper()
[all …]

Completed in 4 milliseconds