'Linux get TLB information (size, sets, assos, level, etc...) from architecture agnostic source
I am looking for a architecture agnostic source for TLB information.
Something similar to sysfs for cache information.
I know there are a variety of ways to get TLB information using architecture specific tools (i.e cpuid for x86) but am looking for a single source I can use that will find the information for any (most) architectures supported by linux that have a TLB.
Solution 1:[1]
That particular function was removed in GTK4.
See the GTK3->GTK4 migration guide: https://docs.gtk.org/gtk4/migrating-3to4.html#reduce-the-use-of-generic-container-apis
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | user17732522 |
