Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ is_sev_snp_enabled
Function
is_sev_snp_enabled
util/amdtool/cpu.c:177–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
static bool is_sev_snp_enabled(int cpunum)
178
{
179
msr_t data;
180
data = rdmsr_from_cpu(cpunum, 0xC0010010);
181
return !!(data.lo & (1 << 24));
182
}
183
184
#endif
185
Callers
1
print_sev
Function · 0.85
Calls
1
rdmsr_from_cpu
Function · 0.70
Tested by
no test coverage detected