Lines Matching refs:buf
495 uint32_t buf[RET_PAYLOAD_ARG_CNT] = {0}; in eemi_handler() local
498 pm_arg[2], pm_arg[3], pm_arg[4], buf); in eemi_handler()
509 SMC_RET2(handle, (uint64_t)buf[0] | ((uint64_t)buf[1] << 32U), in eemi_handler()
510 (uint64_t)buf[2] | ((uint64_t)buf[3] << 32U)); in eemi_handler()
514 SMC_RET2(handle, (uint64_t)ret | ((uint64_t)buf[0] << 32U), in eemi_handler()
515 (uint64_t)buf[1] | ((uint64_t)buf[2] << 32U)); in eemi_handler()
538 uint32_t buf[RET_PAYLOAD_ARG_CNT] = {0U}; in eemi_api_handler() local
548 ret = pm_ipi_send_sync(primary_proc, payload, (uint32_t *)buf, in eemi_api_handler()
551 SMC_RET4(handle, (uint64_t)ret | ((uint64_t)buf[0] << 32U), in eemi_api_handler()
552 (uint64_t)buf[1] | ((uint64_t)buf[2] << 32U), in eemi_api_handler()
553 (uint64_t)buf[3] | ((uint64_t)buf[4] << 32U), in eemi_api_handler()
554 (uint64_t)buf[5]); in eemi_api_handler()