Searched refs:get_fpregs_ctx (Results 1 – 2 of 2) sorted by relevance
110 fpregs_context_save(get_fpregs_ctx(cm_get_context(security_state))); in trusty_context_switch()122 fpregs_context_restore(get_fpregs_ctx(cm_get_context(security_state))); in trusty_context_switch()
251 #define get_fpregs_ctx(h) (&((cpu_context_t *) h)->fpregs_ctx) macro