Home
last modified time | relevance | path

Searched refs:kernel_control_data (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_ukk_profiling.c113 u8 *kernel_control_data = NULL; in profiling_control_set_wrapper() local
133 kernel_control_data = _mali_osk_calloc(1, kargs.control_packet_size); in profiling_control_set_wrapper()
134 if (NULL == kernel_control_data) { in profiling_control_set_wrapper()
140 _mali_osk_free(kernel_control_data); in profiling_control_set_wrapper()
144 kargs.control_packet_data = (uintptr_t)kernel_control_data; in profiling_control_set_wrapper()
147 …if (0 != copy_from_user((void *)(uintptr_t)kernel_control_data, (void *)(uintptr_t)uargs->control_… in profiling_control_set_wrapper()
148 _mali_osk_free(kernel_control_data); in profiling_control_set_wrapper()
155 _mali_osk_free(kernel_control_data); in profiling_control_set_wrapper()
161 _mali_osk_free(kernel_control_data); in profiling_control_set_wrapper()
167 _mali_osk_free(kernel_control_data); in profiling_control_set_wrapper()
[all …]