Home
last modified time | relevance | path

Searched refs:MsOS_MPool_VA2PA (Results 1 – 24 of 24) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvMPool.c981 inline MS_PHY MsOS_MPool_VA2PA(MS_VIRT pAddrVirt) in MsOS_MPool_VA2PA() function
1225 pAddrPhys = MsOS_MPool_VA2PA(pAddrVirt); in MsOS_MPool_Dcache_Flush()
1235 if( MsOS_MPool_VA2PA(pAddrVirt + tSize) == 0xFFFFFFFF ) in MsOS_MPool_Dcache_Flush()
1713 MS_PHY pa_start = MsOS_MPool_VA2PA((MS_VIRT)base); in MsOS_MPool_CreateMemoryPool()
1769 MS_PHY pa_pool = MsOS_MPool_VA2PA((MS_VIRT)msp); in MsOS_MPool_DeleteMemoryPool()
1813 MS_PHY pa_pool = MsOS_MPool_VA2PA((MS_VIRT)msp); in MsOS_MPool_AllocateMemory()
1891 MS_PHY pa_pool = MsOS_MPool_VA2PA((MS_VIRT)msp); in MsOS_MPool_FreeMemory()
1894 MS_PHY pa_free_start_addr = MsOS_MPool_VA2PA((MS_VIRT)free_start_addr); in MsOS_MPool_FreeMemory()
1972 MS_PHY pa_pool = MsOS_MPool_VA2PA((MS_VIRT)msp); in MsOS_MPool_ReallocateMemory()
1975 MS_PHY pa_old_alloc_start_addr = MsOS_MPool_VA2PA((MS_VIRT)old_alloc_start_addr); in MsOS_MPool_ReallocateMemory()
H A DMsOS_linux.c3380 return (MS_PHY)MsOS_MPool_VA2PA(addr); in MsOS_VA2PA()
/utopia/UTPA2-700.0.x/modules/audio/hal/curry/audsp/
H A DhalAUDSP.c389 DEC_R2_ADDR = (MS_U32) MsOS_MPool_VA2PA((MS_VIRT) &mst_codec_r2); in HAL_AUDSP_DspLoadCode()
401 DEC_R2_ADDR = (MS_U32) MsOS_MPool_VA2PA((MS_VIRT) &mst_codec_r2); in HAL_AUDSP_DspLoadCode()
402 SND_R2_ADDR = (MS_U32) MsOS_MPool_VA2PA((MS_VIRT) &mst_snd_r2); in HAL_AUDSP_DspLoadCode()
/utopia/UTPA2-700.0.x/modules/audio/hal/k6/audsp/
H A DhalAUDSP.c535 DEC_R2_ADDR = (MS_U32) MsOS_MPool_VA2PA((MS_VIRT) &mst_codec_r2); in HAL_AUDSP_DspLoadCode()
547 DEC_R2_ADDR = (MS_U32) MsOS_MPool_VA2PA((MS_VIRT) &mst_codec_r2); in HAL_AUDSP_DspLoadCode()
548 SND_R2_ADDR = (MS_U32) MsOS_MPool_VA2PA((MS_VIRT) &mst_snd_r2); in HAL_AUDSP_DspLoadCode()
/utopia/UTPA2-700.0.x/modules/audio/hal/kano/audsp/
H A DhalAUDSP.c535 DEC_R2_ADDR = (MS_U32) MsOS_MPool_VA2PA((MS_VIRT) &mst_codec_r2); in HAL_AUDSP_DspLoadCode()
547 DEC_R2_ADDR = (MS_U32) MsOS_MPool_VA2PA((MS_VIRT) &mst_codec_r2); in HAL_AUDSP_DspLoadCode()
548 SND_R2_ADDR = (MS_U32) MsOS_MPool_VA2PA((MS_VIRT) &mst_snd_r2); in HAL_AUDSP_DspLoadCode()
/utopia/UTPA2-700.0.x/modules/audio/hal/k6lite/audsp/
H A DhalAUDSP.c534 DEC_R2_ADDR = (MS_U32) MsOS_MPool_VA2PA((MS_VIRT) &mst_codec_r2); in HAL_AUDSP_DspLoadCode()
546 DEC_R2_ADDR = (MS_U32) MsOS_MPool_VA2PA((MS_VIRT) &mst_codec_r2); in HAL_AUDSP_DspLoadCode()
547 SND_R2_ADDR = (MS_U32) MsOS_MPool_VA2PA((MS_VIRT) &mst_snd_r2); in HAL_AUDSP_DspLoadCode()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvMPool.c255 MS_PHY MsOS_MPool_VA2PA(MS_VIRT pAddrVirt) in MsOS_MPool_VA2PA() function
806 EXPORT_SYMBOL(MsOS_MPool_VA2PA);
H A DMsOS_linux_kernel.c2875 return MsOS_MPool_VA2PA(addr); in MsOS_VA2PA()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DdrvMPool.c170 inline MS_PHY MsOS_MPool_VA2PA(MS_U32 pAddrVirt) in MsOS_MPool_VA2PA() function
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DdrvMPool.c129 inline MS_PHY MsOS_MPool_VA2PA(MS_VIRT pAddrVirt) in MsOS_MPool_VA2PA() function
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DdrvMPool.c202 inline MS_PHY MsOS_MPool_VA2PA(MS_VIRT pAddrVirt) in MsOS_MPool_VA2PA() function
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DdrvMPool.c214 inline MS_PHY MsOS_MPool_VA2PA(MS_VIRT addr) in MsOS_MPool_VA2PA() function
H A DMsOS_ecos.c3179 return MsOS_MPool_VA2PA(addr); in MsOS_VA2PA()
/utopia/UTPA2-700.0.x/modules/msos/msos/nos/
H A DdrvMPool.c302 inline MS_PHY MsOS_MPool_VA2PA(MS_VIRT pAddrVirt) in MsOS_MPool_VA2PA() function
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsOS.h1584 MS_PHY MsOS_MPool_VA2PA(MS_VIRT pAddrVirt);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsOS.h1742 MS_PHY MsOS_MPool_VA2PA(MS_VIRT pAddrVirt);
/utopia/UTPA2-700.0.x/modules/demodulator/drv/demod/
H A DdrvDMD_DTMB.c694 u32PhysicalAddr_FromVA = MsOS_MPool_VA2PA(_DTMB_CMA_Alloc_PARAM.virt_addr); in _MDrv_DMD_DTMB_MD_Init()
H A DdrvDMD_ISDBT.c641 u32PhysicalAddr_FromVA = MsOS_MPool_VA2PA(_ISDBT_CMA_Alloc_PARAM.virt_addr); in _MDrv_DMD_ISDBT_MD_Init()
/utopia/UTPA2-700.0.x/projects/build/Ksym/
H A DKsym.c5851 EXPORT_SYMBOL(MsOS_MPool_VA2PA);
/utopia/UTPA2-700.0.x/projects/build/
H A Dnm_symbol.txt5732 EXPORT_SYMBOL(MsOS_MPool_VA2PA);
H A Dapi_with_header_file.csv92 ,,MsOS_MPool_VA2PA,MsOS.h,1,1,1,1,1,1
H A DDatabase.csv92 ,,MsOS_MPool_VA2PA,MsOS.h,1,1,1,1,1,1,1
H A Dpreprocess.txt81768 MS_PHY MsOS_MPool_VA2PA(MS_VIRT pAddrVirt);
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c24916 mad_pa = (MS_U32)MsOS_MPool_VA2PA(mad_va); in API_AUDIO_CUSTOMER_InitializeModule()