Does the store buffer hold physical or virtual addresses on modern x86?

别说谁变了你拦得住时间么 提交于 2020-04-14 07:35:54

问题


Modern Intel and AMD chips have large store buffers to buffer stores before commit to the L1 cache. Conceptually, these entries hold the store data and store address.

For the address part, do these buffer entries hold virtual or physical addresses, or both?

来源:https://stackoverflow.com/questions/61190976/does-the-store-buffer-hold-physical-or-virtual-addresses-on-modern-x86

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!