Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ is_tme_enabled
Function
is_tme_enabled
util/inteltool/cpu.c:249–253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
}
248
249
static int is_tme_enabled(void)
250
{
251
msr_t data = read_tme_activate_msr();
252
return (data.lo & TME_ENABLED);
253
}
254
255
void print_tme(void)
256
{
Callers
1
print_tme
Function · 0.85
Calls
1
read_tme_activate_msr
Function · 0.85
Tested by
no test coverage detected