HomeSort by: relevance | last modified time | path
    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