Lines Matching defs:resp
110 u_register_t resp;
154 resp = read_ctx_reg(gpregs_ctx, CTX_GPREG_X0);
155 if (resp != FFA_MSG_SEND_DIRECT_RESP_SMC32) {
156 ERROR("%s invalid SP response (%lx).\n", __func__, resp);
162 resp = read_ctx_reg(gpregs_ctx, CTX_GPREG_X1);
163 if (!(ffa_endpoint_source(resp) == sp->sp_id &&
164 ffa_endpoint_destination(resp) == FFA_SPMC_ID)) {
165 ERROR("%s invalid src/dst response (%lx).\n", __func__, resp);
171 resp = read_ctx_reg(gpregs_ctx, CTX_GPREG_X2);
172 if ((resp & FFA_FWK_MSG_BIT) == 0U ||
173 ((resp & FFA_FWK_MSG_MASK) != FFA_PM_MSG_PM_RESP)) {
174 ERROR("%s invalid PM response (%lx).\n", __func__, resp);