Searched refs:_mali_uk_profiling_memory_usage_get_s (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_ukk_mem.c | 308 …usage_get_wrapper(struct mali_session_data *session_data, _mali_uk_profiling_memory_usage_get_s __… in mem_usage_get_wrapper() 311 _mali_uk_profiling_memory_usage_get_s kargs; in mem_usage_get_wrapper() 316 if (0 != copy_from_user(&kargs, uargs, sizeof(_mali_uk_profiling_memory_usage_get_s))) { in mem_usage_get_wrapper() 327 if (0 != copy_to_user(uargs, &kargs, sizeof(_mali_uk_profiling_memory_usage_get_s))) { in mem_usage_get_wrapper()
|
| H A D | mali_memory_manager.h | 47 _mali_osk_errcode_t _mali_ukk_mem_usage_get(_mali_uk_profiling_memory_usage_get_s *args);
|
| H A D | mali_ukk_wrappers.h | 51 …usage_get_wrapper(struct mali_session_data *session_data, _mali_uk_profiling_memory_usage_get_s __…
|
| H A D | mali_kernel_linux.c | 1029 BUILD_BUG_ON(!IS_ALIGNED(sizeof(_mali_uk_profiling_memory_usage_get_s), sizeof(u64))); in mali_ioctl() 1030 err = mem_usage_get_wrapper(session_data, (_mali_uk_profiling_memory_usage_get_s __user *)arg); in mali_ioctl()
|
| H A D | mali_memory_manager.c | 975 _mali_osk_errcode_t _mali_ukk_mem_usage_get(_mali_uk_profiling_memory_usage_get_s *args) in _mali_ukk_mem_usage_get()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/include/linux/mali/ |
| H A D | mali_utgard_ioctl.h | 82 …ALI_IOC_PROFILING_BASE, _MALI_UK_PROFILING_MEMORY_USAGE_GET, _mali_uk_profiling_memory_usage_get_s)
|
| H A D | mali_utgard_uk_types.h | 968 } _mali_uk_profiling_memory_usage_get_s; typedef
|