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 - 2
of
2
) 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))
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 26 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025