Home
last modified time | relevance | path

Searched refs:cache_push (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/arch/m68k/mm/
H A Dmemory.c147 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 Ddma.c23 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 Dmemory.c37 void cache_push(unsigned long paddr, int len) in cache_push() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dcacheflush_no.h70 static inline void cache_push(unsigned long paddr, int len) in cache_push() function
H A Dcacheflush_mm.h150 extern void cache_push(unsigned long paddr, int len);
H A Datarihw.h144 cache_push( paddr, len ); in dma_cache_maintenance()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dmvme147.c49 cache_push(addr, cmd->SCp.this_residual); in dma_setup()
H A Da3000.c97 cache_push(addr, cmd->SCp.this_residual); in dma_setup()
H A Da2091.c98 cache_push(addr, cmd->SCp.this_residual); in dma_setup()
H A Dgvp11.c132 cache_push(addr, cmd->SCp.this_residual); in dma_setup()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Duserdict.h274 void cache_push(UserDictCacheType type,
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Duserdict.h274 void cache_push(UserDictCacheType type,
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Duserdict.cpp583 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 D82596.c1093 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 Datafb.c3147 cache_push(atari_stram_to_phys(screen_base), screen_len); in atafb_probe()