MCPcopy 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
239static msr_t read_tme_activate_msr(void){
240 return rdmsr_from_cpu(0, IA32_TME_ACTIVATE);
241}
242
243static int is_tme_locked(void)
244{

Callers 2

is_tme_lockedFunction · 0.85
is_tme_enabledFunction · 0.85

Calls 1

rdmsr_from_cpuFunction · 0.70

Tested by

no test coverage detected