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.
在 Intel 页表结构中,有一个“page global”位,表示页表条目是全局使用的。据我了解,在覆盖CR3导致TLB刷新期间,不会刷新此全局条目。我的问题是,我们是否可以假设全局 PTE 条目一旦设置就永远不会从 TLB 中刷新?
你不能这样假设。刷新 TLB 条目的原因有很多,例如:
简而言之,您不能假设一旦页面翻译在 TLB 中,它就会一直保留在那里。