OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ci_func
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/x86/include/
cpu.h
177
const struct cpu_functions *
ci_func
; /* start/stop functions */
member in struct:cpu_info
392
#define CPU_STARTUP(_ci, _target) ((_ci)->
ci_func
->start(_ci, _target))
393
#define CPU_STOP(_ci) ((_ci)->
ci_func
->stop(_ci))
394
#define CPU_START_CLEANUP(_ci) ((_ci)->
ci_func
->cleanup(_ci))
Completed in 12 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025