Searched refs:get_fpregs_ctx (Results 1 – 3 of 3) sorted by relevance
122 fpregs_context_save(get_fpregs_ctx(cm_get_context(security_state))); in trusty_context_switch()132 fpregs_context_restore(get_fpregs_ctx(cm_get_context(security_state))); in trusty_context_switch()323 fpregs_context_save(get_fpregs_ctx(cm_get_context(NON_SECURE))); in trusty_init()340 fpregs_context_restore(get_fpregs_ctx(cm_get_context(SECURE))); in trusty_init()349 fpregs_context_restore(get_fpregs_ctx(cm_get_context(NON_SECURE))); in trusty_init()
198 fpregs_context_save(get_fpregs_ctx(cm_get_context(NON_SECURE))); in spm_mm_sp_call()224 fpregs_context_restore(get_fpregs_ctx(cm_get_context(NON_SECURE))); in spm_mm_sp_call()
431 # define get_fpregs_ctx(h) (&((cpu_context_t *) h)->fpregs_ctx) macro