1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * AMD-specific information
10 unsigned FID:5, // 4:0
18 reserved4:11, // 31-21
20 reserved5:12; // 63:52
22 unsigned long long val;
25 union msr_fidvidstatus {
27 unsigned CFID:5, // 4:0
32 reserved3:11, // 31:21
38 reserved6:11; // 63:53
40 unsigned long long val;