Searched refs:cache_push (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/m68k/mm/ |
| H A D | memory.c | 147 void cache_push (unsigned long paddr, int len) in cache_push() function 192 EXPORT_SYMBOL(cache_push);
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/ |
| H A D | dma.c | 23 cache_push(page_to_phys(page), size); in arch_dma_prep_coherent() 70 cache_push(handle, size); in arch_sync_dma_for_device()
|
| /OK3568_Linux_fs/kernel/arch/h8300/mm/ |
| H A D | memory.c | 37 void cache_push(unsigned long paddr, int len) in cache_push() function
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | cacheflush_no.h | 70 static inline void cache_push(unsigned long paddr, int len) in cache_push() function
|
| H A D | cacheflush_mm.h | 150 extern void cache_push(unsigned long paddr, int len);
|
| H A D | atarihw.h | 144 cache_push( paddr, len ); in dma_cache_maintenance()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | mvme147.c | 49 cache_push(addr, cmd->SCp.this_residual); in dma_setup()
|
| H A D | a3000.c | 97 cache_push(addr, cmd->SCp.this_residual); in dma_setup()
|
| H A D | a2091.c | 98 cache_push(addr, cmd->SCp.this_residual); in dma_setup()
|
| H A D | gvp11.c | 132 cache_push(addr, cmd->SCp.this_residual); in dma_setup()
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | userdict.h | 274 void cache_push(UserDictCacheType type,
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | userdict.h | 274 void cache_push(UserDictCacheType type,
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | userdict.cpp | 583 cache_push(USER_DICT_MISS_CACHE, &searchable, 0, 0); in _get_lpis() 634 cache_push(USER_DICT_CACHE, &searchable, start, count); in _get_lpis() 1528 void UserDict::cache_push(UserDictCacheType type, in _get_lpis() function in ime_pinyin::UserDict
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/i825xx/ |
| H A D | 82596.c | 1093 cache_push(virt_to_phys(skb->data), length); in i596_start_xmit() 1212 cache_push(virt_to_phys((void *)(dev->mem_start)), 4096); in i82596_probe()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | atafb.c | 3147 cache_push(atari_stram_to_phys(screen_base), screen_len); in atafb_probe()
|