我在Linux应用层编程调用mmap映射DDR的地址出来进行读写操作,但是现在遇到的问题是我读写的时候这个数据还是会进入到cache,不能直接读写内存,应该怎么做才能让我映射的这个内存进入CPU的缓存?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我在Linux应用层编程调用mmap映射DDR的地址出来进行读写操作,但是现在遇到的问题是我读写的时候这个数据还是会进入到cache,不能直接读写内存,应该怎么做才能让我映射的这个内存进入CPU的缓存?