Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_kernel_memory_backend_os.c106 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 Dump_kernel_memory_backend_dedicated.c211 mem->is_cached = 0; in block_allocator_allocate()
H A Dump_osk_low_level_mem.c155 if (0 == descriptor->is_cached) { in _ump_osk_mem_mapregion_init()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/common/
H A Dump_kernel_api.c270 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 Dump_kernel_ref_drv.c77 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 Dump_uk_types.h138 u32 is_cached; /**< [in,out] caching of CPU mappings */ member
159 u32 is_cached; /**< [out] caching of CPU mappings */ member
H A Dump_kernel_common.c254 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 Dump_kernel_types.h47 int is_cached; member
H A Dump_kernel_memory_backend.h31 u32 is_cached; member
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dlpicache.h44 bool is_cached(uint16 splid);
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dlpicache.h44 bool is_cached(uint16 splid);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dlpicache.cpp49 bool LpiCache::is_cached(uint16 splid) { in is_cached() function in ime_pinyin::LpiCache
H A Ddicttrie.cpp398 bool cached = lpi_cache.is_cached(splid); in extend_dict0()
H A Dmatrixsearch.cpp1434 cached = lpi_cache.is_cached(splid); in extend_dmi()
/OK3568_Linux_fs/kernel/include/linux/
H A Dlightnvm.h73 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 Dmali_kbase_mem_linux.h132 bool is_cached; member
H A Dmali_kbase_mem_linux.c2259 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 Dmptsas.h91 u8 is_cached; member
H A Dmptsas.c800 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 Dpblk.h1129 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 Dttm_page_alloc_dma.c998 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()