| /utopia/UTPA2-700.0.x/modules/msos/hal/mustang/msos/nos/ |
| H A D | halMPool.c | 115 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 119 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA() 128 if ((HAL_MIU0_BUS_BASE <= u32Virt) && ((HAL_MIU0_BUS_BASE + 0x3fffffff) >= u32Virt)) in HAL_MsOS_MPool_VA2PA() 130 return (u32Virt - HAL_MIU0_BUS_BASE); in HAL_MsOS_MPool_VA2PA() 135 …if (((HAL_MIU0_BUS_BASE + 0x40000000) <= u32Virt) && ((HAL_MIU0_BUS_BASE + 0x7fffffff) >= u32Virt)) in HAL_MsOS_MPool_VA2PA() 137 return (u32Virt - (HAL_MIU0_BUS_BASE+0x40000000)); in HAL_MsOS_MPool_VA2PA() 142 if ((HAL_MIU1_BUS_BASE <= u32Virt) && ((HAL_MIU1_BUS_BASE + 0x1fffffff) >= u32Virt)) in HAL_MsOS_MPool_VA2PA() 144 return ((u32Virt & 0x1fffffff) + HAL_MIU1_BASE); in HAL_MsOS_MPool_VA2PA() 149 …if (((HAL_MIU1_BUS_BASE + 0x20000000) <= u32Virt) && ((HAL_MIU1_BUS_BASE + 0x3fffffff) >= u32Virt)) in HAL_MsOS_MPool_VA2PA() 151 return ((u32Virt & 0x1fffffff) + HAL_MIU1_BASE); in HAL_MsOS_MPool_VA2PA() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/maldives/msos/nos/ |
| H A D | halMPool.c | 115 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 119 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA() 128 if ((HAL_MIU0_BUS_BASE <= u32Virt) && ((HAL_MIU0_BUS_BASE + 0x1fffffff) >= u32Virt)) in HAL_MsOS_MPool_VA2PA() 130 return (u32Virt & 0x1fffffff); in HAL_MsOS_MPool_VA2PA() 135 …if (((HAL_MIU0_BUS_BASE + 0x20000000) <= u32Virt) && ((HAL_MIU0_BUS_BASE + 0x3fffffff) >= u32Virt)) in HAL_MsOS_MPool_VA2PA() 137 return (u32Virt & 0x1fffffff); in HAL_MsOS_MPool_VA2PA() 142 if ((HAL_MIU1_BUS_BASE <= u32Virt) && ((HAL_MIU1_BUS_BASE + 0x1fffffff) >= u32Virt)) in HAL_MsOS_MPool_VA2PA() 144 return ((u32Virt & 0x1fffffff) + HAL_MIU1_BASE); in HAL_MsOS_MPool_VA2PA() 149 …if (((HAL_MIU1_BUS_BASE + 0x20000000) <= u32Virt) && ((HAL_MIU1_BUS_BASE + 0x3fffffff) >= u32Virt)) in HAL_MsOS_MPool_VA2PA() 151 return ((u32Virt & 0x1fffffff) + HAL_MIU1_BASE); in HAL_MsOS_MPool_VA2PA() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/k6/msos/nos/ |
| H A D | halMPool.c | 128 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 146 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 150 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA() 159 if ((HAL_MIU0_BUS_BASE <= u32Virt) && ((HAL_MIU0_BUS_BASE + 0x1fffffff) >= u32Virt)) in HAL_MsOS_MPool_VA2PA() 161 return (MS_U32)(u32Virt - HAL_MIU0_BUS_BASE); in HAL_MsOS_MPool_VA2PA() 166 …if (((HAL_MIU0_BUS_BASE + 0x20000000UL) <= u32Virt) && ((HAL_MIU0_BUS_BASE + 0x3fffffff) >= u32Vir… in HAL_MsOS_MPool_VA2PA() 168 return (MS_U32)(u32Virt - (HAL_MIU0_BUS_BASE+0x20000000UL)); in HAL_MsOS_MPool_VA2PA() 173 if ((HAL_MIU1_BUS_BASE <= u32Virt) && ((HAL_MIU1_BUS_BASE + 0x1fffffffUL) >= u32Virt)) in HAL_MsOS_MPool_VA2PA() 175 return (MS_U32)((u32Virt - HAL_MIU1_BUS_BASE) + HAL_MIU1_BASE); in HAL_MsOS_MPool_VA2PA() 180 …if (((HAL_MIU1_BUS_BASE + 0x20000000UL) <= u32Virt) && ((HAL_MIU1_BUS_BASE + 0x3fffffff) >= u32Vir… in HAL_MsOS_MPool_VA2PA() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/k7u/msos/nos/ |
| H A D | halMPool.c | 128 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 146 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 150 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA() 159 if ((HAL_MIU0_BUS_BASE <= u32Virt) && ((HAL_MIU0_BUS_BASE + 0x1fffffff) >= u32Virt)) in HAL_MsOS_MPool_VA2PA() 161 return (MS_U32)(u32Virt - HAL_MIU0_BUS_BASE); in HAL_MsOS_MPool_VA2PA() 166 …if (((HAL_MIU0_BUS_BASE + 0x20000000UL) <= u32Virt) && ((HAL_MIU0_BUS_BASE + 0x3fffffff) >= u32Vir… in HAL_MsOS_MPool_VA2PA() 168 return (MS_U32)(u32Virt - (HAL_MIU0_BUS_BASE+0x20000000UL)); in HAL_MsOS_MPool_VA2PA() 173 if ((HAL_MIU1_BUS_BASE <= u32Virt) && ((HAL_MIU1_BUS_BASE + 0x1fffffffUL) >= u32Virt)) in HAL_MsOS_MPool_VA2PA() 175 return (MS_U32)((u32Virt - HAL_MIU1_BUS_BASE) + HAL_MIU1_BASE); in HAL_MsOS_MPool_VA2PA() 180 …if (((HAL_MIU1_BUS_BASE + 0x20000000UL) <= u32Virt) && ((HAL_MIU1_BUS_BASE + 0x3fffffff) >= u32Vir… in HAL_MsOS_MPool_VA2PA() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/curry/msos/nos/ |
| H A D | halMPool.c | 128 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 146 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 150 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA() 159 if ((HAL_MIU0_BUS_BASE <= u32Virt) && ((HAL_MIU0_BUS_BASE + 0x3fffffff) >= u32Virt)) in HAL_MsOS_MPool_VA2PA() 161 return (MS_U32)(u32Virt - HAL_MIU0_BUS_BASE); in HAL_MsOS_MPool_VA2PA() 166 …if (((HAL_MIU0_BUS_BASE + 0x40000000UL) <= u32Virt) && ((HAL_MIU0_BUS_BASE + 0x7fffffffUL) >= u32V… in HAL_MsOS_MPool_VA2PA() 168 return (MS_U32)(u32Virt - (HAL_MIU0_BUS_BASE+0x40000000UL)); in HAL_MsOS_MPool_VA2PA() 173 if ((HAL_MIU1_BUS_BASE <= u32Virt) && ((HAL_MIU1_BUS_BASE + 0x1fffffffUL) >= u32Virt)) in HAL_MsOS_MPool_VA2PA() 175 return (MS_U32)((u32Virt & 0x1fffffffUL) + HAL_MIU1_BASE); in HAL_MsOS_MPool_VA2PA() 180 …if (((HAL_MIU1_BUS_BASE + 0x20000000UL) <= u32Virt) && ((HAL_MIU1_BUS_BASE + 0x5fffffff) >= u32Vir… in HAL_MsOS_MPool_VA2PA() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/k6lite/msos/nos/ |
| H A D | halMPool.c | 128 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 146 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 150 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA() 159 if ((HAL_MIU0_BUS_BASE <= u32Virt) && ((HAL_MIU0_BUS_BASE + 0x1fffffff) >= u32Virt)) in HAL_MsOS_MPool_VA2PA() 161 return (MS_U32)(u32Virt - HAL_MIU0_BUS_BASE); in HAL_MsOS_MPool_VA2PA() 166 …if (((HAL_MIU0_BUS_BASE + 0x20000000UL) <= u32Virt) && ((HAL_MIU0_BUS_BASE + 0x3fffffff) >= u32Vir… in HAL_MsOS_MPool_VA2PA() 168 return (MS_U32)(u32Virt - (HAL_MIU0_BUS_BASE+0x20000000UL)); in HAL_MsOS_MPool_VA2PA() 173 if ((HAL_MIU1_BUS_BASE <= u32Virt) && ((HAL_MIU1_BUS_BASE + 0x1fffffffUL) >= u32Virt)) in HAL_MsOS_MPool_VA2PA() 175 return (MS_U32)((u32Virt - HAL_MIU1_BUS_BASE) + HAL_MIU1_BASE); in HAL_MsOS_MPool_VA2PA() 180 …if (((HAL_MIU1_BUS_BASE + 0x20000000UL) <= u32Virt) && ((HAL_MIU1_BUS_BASE + 0x3fffffff) >= u32Vir… in HAL_MsOS_MPool_VA2PA() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/kano/msos/nos/ |
| H A D | halMPool.c | 128 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 146 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 150 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA() 159 if ((HAL_MIU0_BUS_BASE <= u32Virt) && ((HAL_MIU0_BUS_BASE + 0x3fffffff) >= u32Virt)) in HAL_MsOS_MPool_VA2PA() 161 return (MS_U32)(u32Virt - HAL_MIU0_BUS_BASE); in HAL_MsOS_MPool_VA2PA() 166 …if (((HAL_MIU0_BUS_BASE + 0x40000000UL) <= u32Virt) && ((HAL_MIU0_BUS_BASE + 0x7fffffffUL) >= u32V… in HAL_MsOS_MPool_VA2PA() 168 return (MS_U32)(u32Virt - (HAL_MIU0_BUS_BASE+0x40000000UL)); in HAL_MsOS_MPool_VA2PA() 173 if ((HAL_MIU1_BUS_BASE <= u32Virt) && ((HAL_MIU1_BUS_BASE + 0x1fffffffUL) >= u32Virt)) in HAL_MsOS_MPool_VA2PA() 175 return (MS_U32)((u32Virt & 0x1fffffffUL) + HAL_MIU1_BASE); in HAL_MsOS_MPool_VA2PA() 180 …if (((HAL_MIU1_BUS_BASE + 0x20000000UL) <= u32Virt) && ((HAL_MIU1_BUS_BASE + 0x5fffffff) >= u32Vir… in HAL_MsOS_MPool_VA2PA() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/mustang/msos/linux/ |
| H A D | halMPool.c | 85 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt, MS_U32 u32Virt2PhysOff) in HAL_MsOS_MPool_VA2PA() argument 87 return (u32Virt - u32Virt2PhysOff); in HAL_MsOS_MPool_VA2PA() 107 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_U32 u32Virt, MS_U32 u32Size, MS_U32 u32Phys) in HAL_MsOS_MPool_Dcache_Flush() argument 111 stFlushInfo.u32AddrVirt = u32Virt; in HAL_MsOS_MPool_Dcache_Flush()
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/maldives/msos/linux/ |
| H A D | halMPool.c | 85 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt, MS_U32 u32Virt2PhysOff) in HAL_MsOS_MPool_VA2PA() argument 87 return (u32Virt - u32Virt2PhysOff); in HAL_MsOS_MPool_VA2PA() 107 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_U32 u32Virt, MS_U32 u32Size, MS_U32 u32Phys) in HAL_MsOS_MPool_Dcache_Flush() argument 111 stFlushInfo.u32AddrVirt = u32Virt; in HAL_MsOS_MPool_Dcache_Flush()
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/M7621/msos/nuttx/ |
| H A D | halMPool.c | 111 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 127 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 131 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA()
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/k6lite/msos/nuttx/ |
| H A D | halMPool.c | 111 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 128 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 132 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA()
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/macan/msos/nuttx/ |
| H A D | halMPool.c | 111 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 127 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 131 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA()
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/k6/msos/nuttx/ |
| H A D | halMPool.c | 111 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 128 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 132 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA()
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/k7u/msos/nuttx/ |
| H A D | halMPool.c | 111 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 128 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 132 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA()
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/mooney/msos/nuttx/ |
| H A D | halMPool.c | 111 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 127 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 131 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA()
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/maxim/msos/nuttx/ |
| H A D | halMPool.c | 111 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 127 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 131 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA()
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/M7821/msos/nuttx/ |
| H A D | halMPool.c | 111 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 127 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 131 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA()
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/mustang/msos/nuttx/ |
| H A D | halMPool.c | 111 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 128 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 132 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA()
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/curry/msos/nuttx/ |
| H A D | halMPool.c | 111 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 128 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 132 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA()
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/kano/msos/nuttx/ |
| H A D | halMPool.c | 111 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 128 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 132 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA()
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/manhattan/msos/nuttx/ |
| H A D | halMPool.c | 111 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 127 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 131 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA()
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/maserati/msos/nuttx/ |
| H A D | halMPool.c | 111 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 127 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 131 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA()
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/maldives/msos/nuttx/ |
| H A D | halMPool.c | 111 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 128 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 132 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA()
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/messi/msos/nuttx/ |
| H A D | halMPool.c | 111 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 127 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 131 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA()
|
| /utopia/UTPA2-700.0.x/modules/msos/hal/mainz/msos/nuttx/ |
| H A D | halMPool.c | 111 MS_U32 HAL_MsOS_MPool_VA2PA(MS_U32 u32Virt) in HAL_MsOS_MPool_VA2PA() argument 127 return ((MS_U32)(u32Virt) & ~(0x80000000)); in HAL_MsOS_MPool_VA2PA() 131 return ((MS_U32)(u32Virt) & ~(0xC0000000)); in HAL_MsOS_MPool_VA2PA()
|