Home
last modified time | relevance | path

Searched refs:PINNED_ON_IMPORT (Results 1 - 12 of 12) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem.h157 * See PINNED_ON_IMPORT
173 #define PINNED_ON_IMPORT (1 << 31) macro
H A Dmali_kbase_mem.c964 if (user_buf->current_mapping_usage_count & PINNED_ON_IMPORT) { in kbase_gpu_munmap()
965 user_buf->current_mapping_usage_count &= ~PINNED_ON_IMPORT; in kbase_gpu_munmap()
H A Dmali_kbase_mem_linux.c1061 user_buf->current_mapping_usage_count |= PINNED_ON_IMPORT; in kbase_mem_from_user_buffer()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem.h159 * See PINNED_ON_IMPORT
175 #define PINNED_ON_IMPORT (1<<31) macro
H A Dmali_kbase_mem.c993 if (user_buf->current_mapping_usage_count & PINNED_ON_IMPORT) { in kbase_gpu_munmap()
995 ~PINNED_ON_IMPORT; in kbase_gpu_munmap()
H A Dmali_kbase_mem_linux.c1053 user_buf->current_mapping_usage_count |= PINNED_ON_IMPORT; in kbase_mem_from_user_buffer()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.h169 * See PINNED_ON_IMPORT
185 #define PINNED_ON_IMPORT (1 << 31) macro
H A Dmali_kbase_mem.c1375 if (user_buf->current_mapping_usage_count & PINNED_ON_IMPORT) { in kbase_gpu_munmap()
1376 user_buf->current_mapping_usage_count &= ~PINNED_ON_IMPORT; in kbase_gpu_munmap()
H A Dmali_kbase_mem_linux.c1733 user_buf->current_mapping_usage_count |= PINNED_ON_IMPORT; in kbase_mem_from_user_buffer()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.h176 * See PINNED_ON_IMPORT
192 #define PINNED_ON_IMPORT (1<<31) macro
H A Dmali_kbase_mem.c1678 if (user_buf->current_mapping_usage_count & PINNED_ON_IMPORT) { in kbase_gpu_munmap()
1680 ~PINNED_ON_IMPORT; in kbase_gpu_munmap()
H A Dmali_kbase_mem_linux.c1676 user_buf->current_mapping_usage_count |= PINNED_ON_IMPORT; in kbase_mem_from_user_buffer()

Completed in 39 milliseconds