Lines Matching +full:acpi +full:- +full:based
1 .. SPDX-License-Identifier: GPL-2.0
7 Newer Fam19h(model 0x00-0x1f, 0x30-0x3f, 0x90-0x9f, 0xa0-0xaf),
8 Fam1Ah(model 0x00-0x1f) EPYC server line of processors from AMD support
12 OS-level software with access to system management functions via a
17 Eg: https://www.amd.com/content/dam/amd/en/documents/epyc-technical-docs/programmer-references/5589…
27 for ACPI object based probing, platform device based probing and for the common
31 Kconfig option CONFIG_AMD_HSMP_ACPI compiles acpi.c and creates hsmp_acpi.ko.
35 Both the ACPI and plat drivers create the miscdevice /dev/hsmp to let
38 The ACPI object format supported by the driver is defined below.
40 $ ls -al /dev/hsmp
41 crw-r--r-- 1 root root 10, 123 Jan 21 21:41 /dev/hsmp
51 In-kernel integration:
74 ACPI device object format
76 The ACPI object format expected from the amd_hsmp driver
153 The ioctl would return a non-zero on failure; you can read errno to see
158 eg: https://www.amd.com/content/dam/amd/en/documents/epyc-technical-docs/programmer-references/5589…
160 User space C-APIs are made available by linking against the esmi library,
161 which is provided by the E-SMS project https://www.amd.com/en/developer/e-sms.html.