cudaAlloc on defined address

Hi,
I have a static memory space which is used for receiving data. This data is processed by the GPU afterwards. Is there a way to cudaAlloc this exact memory space or is the only way to copy the data to previous allocated GPU memory?