HomeSort by relevance Sort by last modified time
    Searched full:fiq_sp_el1 (Results 1 - 1 of 1) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/services/spd/trusty/
trusty.c 42 uint64_t fiq_sp_el1; member in struct:trusty_cpu_ctx
154 ctx->fiq_sp_el1 = read_ctx_reg(get_sysregs_ctx(handle), CTX_SP_EL1);
185 SMC_RET4(handle, ctx->fiq_pc, ctx->fiq_cpsr, sp_el0, ctx->fiq_sp_el1);
215 write_ctx_reg(get_sysregs_ctx(handle), CTX_SP_EL1, ctx->fiq_sp_el1);

Completed in 72 milliseconds