Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ DoCpuid
Function
DoCpuid
rEFIt_UEFI/Platform/cpu.cpp:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
101
102
VOID DoCpuid(UINT32 selector, UINT32 *data)
103
{
104
AsmCpuid(selector, data, data+1, data+2, data+3);
105
}
106
107
//
108
// Should be used after PrepatchSmbios() but before users's config.plist reading
Callers
1
GetCPUProperties
Function · 0.85
Calls
1
AsmCpuid
Function · 0.85
Tested by
no test coverage detected