sysfs-devices-system-cpu 1.2 KB

123456789101112131415161718192021222324252627282930
  1. What: /sys/devices/system/cpu/
  2. Date: pre-git history
  3. Contact: Linux kernel mailing list <linux-kernel@vger.kernel.org>
  4. Description:
  5. A collection of both global and individual CPU attributes
  6. Individual CPU attributes are contained in subdirectories
  7. named by the kernel's logical CPU number, e.g.:
  8. /sys/devices/system/cpu/cpu#/
  9. What: /sys/devices/system/cpu/cpu*/cache/index*/cache_disable_X
  10. Date: August 2008
  11. KernelVersion: 2.6.27
  12. Contact: mark.langsdorf@amd.com
  13. Description: These files exist in every cpu's cache index directories.
  14. There are currently 2 cache_disable_# files in each
  15. directory. Reading from these files on a supported
  16. processor will return that cache disable index value
  17. for that processor and node. Writing to one of these
  18. files will cause the specificed cache index to be disabled.
  19. Currently, only AMD Family 10h Processors support cache index
  20. disable, and only for their L3 caches. See the BIOS and
  21. Kernel Developer's Guide at
  22. http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/31116-Public-GH-BKDG_3.20_2-4-09.pdf
  23. for formatting information and other details on the
  24. cache index disable.
  25. Users: joachim.deguara@amd.com