Home
last modified time | relevance | path

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 Dmali_ukk_mem.c308 …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 Dmali_memory_manager.h47 _mali_osk_errcode_t _mali_ukk_mem_usage_get(_mali_uk_profiling_memory_usage_get_s *args);
H A Dmali_ukk_wrappers.h51 …usage_get_wrapper(struct mali_session_data *session_data, _mali_uk_profiling_memory_usage_get_s __…
H A Dmali_kernel_linux.c1029 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 Dmali_memory_manager.c975 _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 Dmali_utgard_ioctl.h82 …ALI_IOC_PROFILING_BASE, _MALI_UK_PROFILING_MEMORY_USAGE_GET, _mali_uk_profiling_memory_usage_get_s)
H A Dmali_utgard_uk_types.h968 } _mali_uk_profiling_memory_usage_get_s; typedef