Searched refs:rapl_defaults_amd (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/powercap/ |
| H A D | intel_rapl_common.c | 1220 static const struct rapl_defaults rapl_defaults_amd = { variable 1288 X86_MATCH_VENDOR_FAM(AMD, 0x17, &rapl_defaults_amd), 1289 X86_MATCH_VENDOR_FAM(AMD, 0x19, &rapl_defaults_amd), 1290 X86_MATCH_VENDOR_FAM(AMD, 0x1A, &rapl_defaults_amd), 1291 X86_MATCH_VENDOR_FAM(HYGON, 0x18, &rapl_defaults_amd),
|