Page Attribute Tables: Difference between revisions
Created page with 'Like MTRR's, but * they are unlimited in number, and * they operate at page granularity. CATEGORY: x86' |
No edit summary |
||
| Line 2: | Line 2: | ||
* they are unlimited in number, and | * they are unlimited in number, and | ||
* they operate at page granularity. | * they operate at page granularity. | ||
On Linux, the PAT's can be examined via debugfs:<pre>mount -t debugfs debugfs /sys/kernel/debug | |||
cat /sys/kernel/debug/x86/pat_memtype_list</pre> | |||
[[CATEGORY: x86]] | [[CATEGORY: x86]] | ||