Home
last modified time | relevance | path

Searched refs:CPUSTATE_NOT_PRESENT (Results 1 – 2 of 2) sorted by relevance

/sys/amd64/include/
Dmp.h5 #define CPUSTATE_NOT_PRESENT 0 macro
/sys/amd64/
Dmp.c100 cpus[i].state = CPUSTATE_NOT_PRESENT; in MP_Init()
238 if (cpus[c].state != CPUSTATE_NOT_PRESENT) { in Debug_CPUS()