Searched refs:VirtAlloc (Results 1 – 2 of 2) sorted by relevance
623 void **VirtAlloc, in agtiapi_MemAlloc() argument640 *VirtAlloc = malloc( MemSize + Align, M_PMC_MMAL, M_ZERO | M_NOWAIT ); in agtiapi_MemAlloc()641 *VirtAddr = (void *)(((U32_64)*VirtAlloc + alignOffset) & ~alignOffset); in agtiapi_MemAlloc()647 *VirtAlloc = (void*)( (U64)pmsc->typh_mem + pmsc->typhIdx ); in agtiapi_MemAlloc()648 *VirtAddr = (void *)( ( (U32_64)*VirtAlloc + alignOffset) & ~alignOffset ); in agtiapi_MemAlloc()649 if( *VirtAddr != *VirtAlloc ) in agtiapi_MemAlloc()650 residAlign = (U64)*VirtAddr - (U64)*VirtAlloc; // find alignment needed in agtiapi_MemAlloc()667 if ( !*VirtAlloc ) { in agtiapi_MemAlloc()
47 void **VirtAlloc,