Lines Matching full:thread
19 /* SEC PROXY RT THREAD STATUS */
27 /* SEC PROXY SCFG THREAD CTRL */
40 * @data_start_offset: Offset of the First data register of the thread
41 * @data_end_offset: Offset of the Last data register of the thread
55 * struct k3_sec_proxy_thread - Description of a secure proxy Thread
56 * @id: Thread ID
57 * @data: Thread Data path region for target
58 * @scfg: Secure Config Region for Thread
59 * @rt: RealTime Region for Thread
74 * @chans: Array for valid thread instances
127 dev_err(chan->dev, "%s: Invalid Thread ID %d\n", __func__, ind); in k3_sec_proxy_of_xlate()
154 * k3_sec_proxy_verify_thread() - Verify thread status before
156 * @spt: pointer to secure proxy thread description
157 * @dir: Direction of the thread
167 printf("%s: Thread %d is corrupted, cannot send data.\n", in k3_sec_proxy_verify_thread()
172 /* Make sure thread is configured for right direction */ in k3_sec_proxy_verify_thread()
176 printf("%s: Trying to receive data on tx Thread %d\n", in k3_sec_proxy_verify_thread()
179 printf("%s: Trying to send data on rx Thread %d\n", in k3_sec_proxy_verify_thread()
212 dev_err(dev, "%s: Thread%d verification failed. ret = %d\n", in k3_sec_proxy_send()
219 printf("%s: Thread %ld message length %zu > max msg size %d\n", in k3_sec_proxy_send()
248 debug("%s: Message successfully sent on thread %ld\n", in k3_sec_proxy_send()
285 debug("%s: Message successfully received from thread %ld\n", in k3_sec_proxy_recv()
388 debug("%s: secure proxy thread setup failed\n", __func__); in k3_sec_proxy_probe()
407 * Thread ID #4: ROM request
408 * Thread ID #5: ROM response, SYSFW notify
409 * Thread ID #6: SYSFW request response
410 * Thread ID #7: SYSFW request high priority
411 * Thread ID #8: SYSFW request low priority
412 * Thread ID #9: SYSFW notify response