Mihai Parparita 9b49603c72 memctrl: keep address_map sorted by address
We do a linear scan in find_range (which is called on all TLB misses) to
find the entries. The largest and most frequently hit entry is the
system memory (which starts at 0). By ensuring that it's the first entry
in the list, we end up only doing one iteration through the loop.
2024-07-28 13:27:48 -07:00
..
2024-07-27 09:10:28 -07:00
2024-07-23 01:39:15 +02:00
2024-07-23 01:39:15 +02:00
2023-11-03 00:33:47 -07:00
2023-11-03 00:33:47 -07:00