Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ read_tme_activate_msr
Function
read_tme_activate_msr
util/inteltool/cpu.c:239–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
}
238
239
static msr_t read_tme_activate_msr(void){
240
return rdmsr_from_cpu(0, IA32_TME_ACTIVATE);
241
}
242
243
static int is_tme_locked(void)
244
{
Callers
2
is_tme_locked
Function · 0.85
is_tme_enabled
Function · 0.85
Calls
1
rdmsr_from_cpu
Function · 0.70
Tested by
no test coverage detected