Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions arch/src/x86_64/cpu_profiles/sapphire-rapids.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
{
"replacements": "0x76fa3223",
"mask": "0x80000000"
"mask": "0x88000000"
}
],
[
Expand Down Expand Up @@ -657,7 +657,7 @@
},
{
"replacements": "0x1b415f6e",
"mask": "0x00000000"
"mask": "0x00000010"
}
],
[
Expand Down
4 changes: 2 additions & 2 deletions arch/src/x86_64/cpu_profiles/skylake.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
{
"replacements": "0x76fa3223",
"mask": "0x80000000"
"mask": "0x88000000"
}
],
[
Expand Down Expand Up @@ -657,7 +657,7 @@
},
{
"replacements": "0x0000000c",
"mask": "0x00000000"
"mask": "0x00000010"
}
],
[
Expand Down
4 changes: 2 additions & 2 deletions arch/src/x86_64/cpuid_definitions/intel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ pub static INTEL_CPUID_DEFINITIONS: CpuidDefinitions<153> = const {
short: "osxsave",
description: "XSAVE (and related instructions) are enabled by OS",
bits_range: (27, 27),
policy: ProfilePolicy::Inherit,
policy: ProfilePolicy::Passthrough,
},
ValueDefinition {
short: "avx",
Expand Down Expand Up @@ -1428,7 +1428,7 @@ pub static INTEL_CPUID_DEFINITIONS: CpuidDefinitions<153> = const {
short: "ospke",
description: "OS protection keys enable",
bits_range: (4, 4),
policy: ProfilePolicy::Inherit,
policy: ProfilePolicy::Passthrough,
},
ValueDefinition {
short: "waitpkg",
Expand Down
Loading