Home
last modified time | relevance | path

Searched refs:tSize (Results 1 – 22 of 22) sorted by relevance

/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsOS.h1575 MS_BOOL MsOS_Dcache_Flush( MS_VIRT ptrStart, MS_U32 tSize );
1577 MS_BOOL MsOS_Dcache_Flush( MS_VIRT ptrStart, MS_SIZE tSize );
1596 MS_BOOL MsOS_Dcache_Invalidate( MS_VIRT ptrStart , MS_U32 tSize );
1598 MS_BOOL MsOS_Dcache_Invalidate( MS_VIRT ptrStart , MS_SIZE tSize );
1609 MS_BOOL MsOS_Dcache_Writeback( MS_VIRT ptrStart , MS_U32 tSize );
1611 MS_BOOL MsOS_Dcache_Writeback( MS_VIRT ptrStart , MS_SIZE tSize );
1773 MS_BOOL MsOS_MPool_Dcache_Flush(MS_VIRT pAddrVirt, MS_SIZE tSize); // the input address should be u…
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c3243 MS_BOOL MsOS_Dcache_Flush( MS_VIRT ptrStart, MS_SIZE tSize ) in MsOS_Dcache_Flush() argument
3250 tSize+= (ptrStart - u32StartAddr); in MsOS_Dcache_Flush()
3251 tSize = ALIGN_16(tSize); in MsOS_Dcache_Flush()
3257 u32EndAddr = u32StartAddr+tSize; in MsOS_Dcache_Flush()
3273 MS_BOOL MsOS_Dcache_Invalidate( MS_VIRT ptrStart , MS_SIZE tSize ) in MsOS_Dcache_Invalidate() argument
3280 tSize+= (ptrStart - u32StartAddr); in MsOS_Dcache_Invalidate()
3281 tSize = ALIGN_16(tSize); in MsOS_Dcache_Invalidate()
3286 u32EndAddr = u32StartAddr + tSize; in MsOS_Dcache_Invalidate()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsOS.h1431 MS_BOOL MsOS_Dcache_Flush( MS_VIRT ptrStart, MS_SIZE tSize );
1449 MS_BOOL MsOS_Dcache_Invalidate( MS_VIRT ptrStart , MS_SIZE tSize );
1612 MS_BOOL MsOS_MPool_Dcache_Flush(MS_VIRT pAddrVirt, MS_SIZE tSize); // the input address should be u…
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c2824 MS_BOOL MsOS_Dcache_Flush( MS_VIRT ptrStart, MS_SIZE tSize ) in MsOS_Dcache_Flush() argument
2826 return MsOS_MPool_Dcache_Flush(ptrStart, tSize); in MsOS_Dcache_Flush()
2846 MS_BOOL MsOS_Dcache_Invalidate( MS_VIRT ptrStart , MS_SIZE tSize ) in MsOS_Dcache_Invalidate() argument
2849 Chip_Inv_Cache_Range(ptrStart, tSize); in MsOS_Dcache_Invalidate()
2863 MS_BOOL MsOS_Dcache_Writeback( MS_VIRT ptrStart , MS_SIZE tSize ) in MsOS_Dcache_Writeback() argument
H A DdrvMPool.c432 MS_BOOL MsOS_MPool_Dcache_Flush(MS_VIRT pAddrVirt, MS_SIZE tSize) in MsOS_MPool_Dcache_Flush() argument
443 Chip_Flush_Cache_Range(pAddrVirt, tSize); in MsOS_MPool_Dcache_Flush()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvMPool.c1221 inline MS_BOOL MsOS_MPool_Dcache_Flush(MS_VIRT pAddrVirt, MS_SIZE tSize) in MsOS_MPool_Dcache_Flush() argument
1235 if( MsOS_MPool_VA2PA(pAddrVirt + tSize) == 0xFFFFFFFF ) in MsOS_MPool_Dcache_Flush()
1241 if (HAL_MsOS_MPool_Dcache_Flush(_s32MPoolFd, pAddrVirt, tSize, pAddrPhys) == FALSE) in MsOS_MPool_Dcache_Flush()
H A DMsOS_linux.c3349 MS_BOOL MsOS_Dcache_Flush( MS_VIRT ptrStart, MS_SIZE tSize ) in MsOS_Dcache_Flush() argument
3351 return MsOS_MPool_Dcache_Flush(ptrStart, tSize); in MsOS_Dcache_Flush()
3361 MS_BOOL MsOS_Dcache_Invalidate( MS_VIRT ptrStart , MS_SIZE tSize ) in MsOS_Dcache_Invalidate() argument
3373 MS_BOOL MsOS_Dcache_Writeback( MS_VIRT ptrStart , MS_SIZE tSize ) in MsOS_Dcache_Writeback() argument
/utopia/UTPA2-700.0.x/modules/msos/hal/macan/msos/linux/
H A DhalMPool.h175 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE tSize, MS_PHY u64Phys);
/utopia/UTPA2-700.0.x/modules/msos/hal/mainz/msos/linux/
H A DhalMPool.h175 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE tSize, MS_PHY u64Phys);
/utopia/UTPA2-700.0.x/modules/msos/hal/mooney/msos/linux/
H A DhalMPool.h175 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE tSize, MS_PHY u64Phys);
/utopia/UTPA2-700.0.x/modules/msos/hal/k7u/msos/linux/
H A DhalMPool.h174 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE tSize, MS_PHY u64Phys);
/utopia/UTPA2-700.0.x/modules/msos/hal/maxim/msos/linux/
H A DhalMPool.h175 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE tSize, MS_PHY u64Phys);
/utopia/UTPA2-700.0.x/modules/msos/hal/manhattan/msos/linux/
H A DhalMPool.h175 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE tSize, MS_PHY u64Phys);
/utopia/UTPA2-700.0.x/modules/msos/hal/curry/msos/linux/
H A DhalMPool.h174 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE tSize, MS_PHY u64Phys);
/utopia/UTPA2-700.0.x/modules/msos/hal/k6/msos/linux/
H A DhalMPool.h174 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE tSize, MS_PHY u64Phys);
/utopia/UTPA2-700.0.x/modules/msos/hal/messi/msos/linux/
H A DhalMPool.h175 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE tSize, MS_PHY u64Phys);
/utopia/UTPA2-700.0.x/modules/msos/hal/k6lite/msos/linux/
H A DhalMPool.h174 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE tSize, MS_PHY u64Phys);
/utopia/UTPA2-700.0.x/modules/msos/hal/maserati/msos/linux/
H A DhalMPool.h175 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE tSize, MS_PHY u64Phys);
/utopia/UTPA2-700.0.x/modules/msos/hal/M7621/msos/linux/
H A DhalMPool.h175 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE tSize, MS_PHY u64Phys);
/utopia/UTPA2-700.0.x/modules/msos/hal/M7821/msos/linux/
H A DhalMPool.h175 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE tSize, MS_PHY u64Phys);
/utopia/UTPA2-700.0.x/modules/msos/hal/kano/msos/linux/
H A DhalMPool.h208 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE tSize, MS_PHY u64Phys);
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt81649 MS_BOOL MsOS_Dcache_Flush( MS_VIRT ptrStart, MS_U32 tSize );
81651 MS_BOOL MsOS_Dcache_Flush( MS_VIRT ptrStart, MS_SIZE tSize );
81662 MS_BOOL MsOS_Dcache_Invalidate( MS_VIRT ptrStart , MS_U32 tSize );
81664 MS_BOOL MsOS_Dcache_Invalidate( MS_VIRT ptrStart , MS_SIZE tSize );
81668 MS_BOOL MsOS_Dcache_Writeback( MS_VIRT ptrStart , MS_U32 tSize );
81670 MS_BOOL MsOS_Dcache_Writeback( MS_VIRT ptrStart , MS_SIZE tSize );
81777 MS_BOOL MsOS_MPool_Dcache_Flush(MS_VIRT pAddrVirt, MS_SIZE tSize);