Searched refs:virtualAddress (Results 1 – 1 of 1) sorted by relevance
668 MS_U32 virtualAddress; in initBufferMemory() local682 virtualAddress = MsOS_MPool_PA2VA(physAddr); in initBufferMemory()686 virtualAddress = (MS_U32)malloc(size); in initBufferMemory()687 assert(virtualAddress!=0); in initBufferMemory()691 memset( (MS_U8*)virtualAddress, 0, size); in initBufferMemory()694 _hsl->pSystemState = (stSystemState*)(virtualAddress); in initBufferMemory()708 _hsl->pSystemState->sbufStart = virtualAddress; in initBufferMemory()709 _hsl->pSystemState->sbufEnd = virtualAddress + SYS_STATE_BUFSIZE - 1; in initBufferMemory()713 _hsl->pSystemState->bufStart = virtualAddress + SYS_STATE_BUFSIZE; in initBufferMemory()714 _hsl->pSystemState->bufEnd = virtualAddress + size - 1; in initBufferMemory()