Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 UC 模式下运行时,CPU Cache 是否仍可用于程序员的内存使用?还是因为程序员无法寻址高速缓存而这不可能?我错误地认为 MTRR 可以用来寻址 CPU Cache 内存?
您似乎在询问是否可以关闭缓存的正常行为,而是将其 SRAM 用作可直接寻址的内存区域。最简洁的答案是不。此外,不可缓存 (UC) 是内存页面或内存区域的属性,而不是缓存本身的模式。