| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/linux/ |
| H A D | ump_kernel_memory_backend_os.c | 106 int is_cached; in os_allocate() local 113 is_cached = descriptor->is_cached; in os_allocate() 135 if (is_cached) { in os_allocate() 145 if (is_cached) { in os_allocate() 153 …("Allocated page 0x%08lx cached: %d\n", descriptor->block_array[pages_allocated].addr, is_cached)); in os_allocate() 171 if (!is_cached) { in os_allocate() 220 if (! descriptor->is_cached) { in os_free()
|
| H A D | ump_kernel_memory_backend_dedicated.c | 211 mem->is_cached = 0; in block_allocator_allocate()
|
| H A D | ump_osk_low_level_mem.c | 155 if (0 == descriptor->is_cached) { in _ump_osk_mem_mapregion_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/common/ |
| H A D | ump_kernel_api.c | 270 args->is_cached = mem->is_cached; in _ump_ukk_msync() 274 … ("_ump_ukk_msync READOUT ID: %u Enabled: %d\n", (ump_secure_id)args->secure_id, mem->is_cached)); in _ump_ukk_msync() 279 if (0 == mem->is_cached) { in _ump_ukk_msync() 280 …IGNORING ID: %u Enabled: %d OP: %d\n", (ump_secure_id)args->secure_id, mem->is_cached, args->op)); in _ump_ukk_msync() 378 if (!mem->is_cached) { in _ump_ukk_switch_hw_usage()
|
| H A D | ump_kernel_ref_drv.c | 77 mem->is_cached = 0; in ump_dd_handle_create_from_phys_blocks() 130 new_allocation->is_cached = 0; in _ump_ukk_allocate() 131 else new_allocation->is_cached = 1; in _ump_ukk_allocate()
|
| H A D | ump_uk_types.h | 138 u32 is_cached; /**< [in,out] caching of CPU mappings */ member 159 u32 is_cached; /**< [out] caching of CPU mappings */ member
|
| H A D | ump_kernel_common.c | 254 if (mem->is_cached) { in _ump_ukk_map_mem() 255 descriptor->is_cached = 1; in _ump_ukk_map_mem() 258 descriptor->is_cached = 0; in _ump_ukk_map_mem()
|
| H A D | ump_kernel_types.h | 47 int is_cached; member
|
| H A D | ump_kernel_memory_backend.h | 31 u32 is_cached; member
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | lpicache.h | 44 bool is_cached(uint16 splid);
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | lpicache.h | 44 bool is_cached(uint16 splid);
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | lpicache.cpp | 49 bool LpiCache::is_cached(uint16 splid) { in is_cached() function in ime_pinyin::LpiCache
|
| H A D | dicttrie.cpp | 398 bool cached = lpi_cache.is_cached(splid); in extend_dict0()
|
| H A D | matrixsearch.cpp | 1434 cached = lpi_cache.is_cached(splid); in extend_dmi()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lightnvm.h | 73 u64 is_cached : 1; member 526 ppa64.c.is_cached = 1; in nvm_ppa32_to_ppa64() 569 } else if (ppa64.c.is_cached) { in nvm_ppa64_to_ppa32()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_mem_linux.h | 132 bool is_cached; member
|
| H A D | mali_kbase_mem_linux.c | 2259 map->is_cached = (reg->flags & KBASE_REG_CPU_CACHED) != 0; 2260 sync_needed = map->is_cached; 2318 bool sync_needed = map->is_cached; 2363 map->is_cached = false;
|
| /OK3568_Linux_fs/kernel/drivers/message/fusion/ |
| H A D | mptsas.h | 91 u8 is_cached; member
|
| H A D | mptsas.c | 800 sas_info->is_cached = 1; in mptsas_del_device_component_by_os() 3798 if (sas_info->is_cached) in mptsas_not_responding_devices() 4044 if (sas_info->is_cached || in mptsas_handle_queue_full_event() 4058 if (sas_info->is_cached || in mptsas_handle_queue_full_event()
|
| /OK3568_Linux_fs/kernel/drivers/lightnvm/ |
| H A D | pblk.h | 1129 return (ppa.ppa != ADDR_EMPTY && ppa.c.is_cached); in pblk_addr_in_cache() 1142 p.c.is_cached = 1; in pblk_cacheline_to_addr() 1197 if (p->c.is_cached) { in print_ppa() 1241 if (!ppa->c.is_cached && in pblk_boundary_ppa_checks() 1250 if (!ppa->c.is_cached && in pblk_boundary_ppa_checks()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/ |
| H A D | ttm_page_alloc_dma.c | 998 bool is_cached = false; in ttm_dma_unpopulate() local 1033 is_cached = (ttm_dma_find_pool(pool->dev, in ttm_dma_unpopulate() 1049 if (is_cached) in ttm_dma_unpopulate() 1055 if (is_cached) { in ttm_dma_unpopulate()
|