OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPUF_GO
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/x86/include/
cpu.h
375
#define
CPUF_GO
0x8000 /* CPU should start running */
/src/sys/arch/x86/x86/
cpu.c
878
atomic_or_32(&ci->ci_flags,
CPUF_GO
);
978
while ((ci->ci_flags &
CPUF_GO
) == 0) {
981
if ((ci->ci_flags &
CPUF_GO
) != 0) {
/src/sys/arch/xen/x86/
cpu.c
678
atomic_or_32(&ci->ci_flags,
CPUF_GO
);
715
while ((ci->ci_flags &
CPUF_GO
) == 0) {
Completed in 18 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026