jbush001 / NyuziProcessor

GPGPU microprocessor architecture
Apache License 2.0
2.01k stars 354 forks source link

Hardware MMU page table walker #76

Open jbush001 opened 7 years ago

jbush001 commented 7 years ago

Currently, when a TLB miss occurs, it raises a trap and software walks the page table and fills in the TLB entry. This feature would perform that walk in hardware to reduce the overhead.

jbush001 commented 6 years ago