Home
last modified time | relevance | path

Searched refs:dcache_flush_args (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvIPAPool.c873 struct IPA_Pool_DCacheFlush_Args dcache_flush_args; in MApi_IPA_Pool_DCacheFlush() local
883 dcache_flush_args.virt_addr = dcache_flush_param->virt_addr; in MApi_IPA_Pool_DCacheFlush()
884 dcache_flush_args.length = dcache_flush_param->length; in MApi_IPA_Pool_DCacheFlush()
885 dcache_flush_args.flush_type = dcache_flush_param->flush_type; in MApi_IPA_Pool_DCacheFlush()
886 res = ioctl(_s32FdIPAPool,IPA_POOL_IOC_FLUSH,&dcache_flush_args); in MApi_IPA_Pool_DCacheFlush()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvIPAPool.c1030 struct IPA_Pool_DCacheFlush_Args dcache_flush_args; in MApi_IPA_Pool_DCacheFlush() local
1051 dcache_flush_args.virt_addr = dcache_flush_param->virt_addr; in MApi_IPA_Pool_DCacheFlush()
1052 dcache_flush_args.length = dcache_flush_param->length; in MApi_IPA_Pool_DCacheFlush()
1053 dcache_flush_args.flush_type = dcache_flush_param->flush_type; in MApi_IPA_Pool_DCacheFlush()
1056 res = file_ioctl(_fileIPAPool,IPA_POOL_IOC_FLUSH,(unsigned long)(&dcache_flush_args)); in MApi_IPA_Pool_DCacheFlush()