Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ init_rise
Function
init_rise
freebsd/i386/i386/initcpu.c:382–390 ·
view source on GitHub ↗
* Rise mP6 */
Source
from the content-addressed store, hash-verified
380
* Rise mP6
381
*/
382
static void
383
init_rise(void)
384
{
385
386
/*
387
* The CMPXCHG8B instruction is always available but hidden.
388
*/
389
cpu_feature |= CPUID_CX8;
390
}
391
392
/*
393
* IDT WinChip C6/2/2A/2B/3
Callers
1
initializecpu
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected