Hello,
I'm searching for the way to do memory copy without cache involved. I want to copy data from one location of physical memory to another location of physical memory, i.e., I want real memory copy instead of virtual memory mapping. Does Intel processor provide instructions to do that? In some case the program just needs to do memory copy and the data isn't going to be used in the future, so there is no reason to copy it to the cache and pollute cache.
Thanks,
Da
I'm searching for the way to do memory copy without cache involved. I want to copy data from one location of physical memory to another location of physical memory, i.e., I want real memory copy instead of virtual memory mapping. Does Intel processor provide instructions to do that? In some case the program just needs to do memory copy and the data isn't going to be used in the future, so there is no reason to copy it to the cache and pollute cache.
Thanks,
Da