Searched defs:_CMI_API_VERSION (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dcpu_module_impl.h41 #define _CMI_API_VERSION(n) (_CMI_API_VERSION_MAGIC | (n)) macro
47 #define CMI_API_VERSION_0 _CMI_API_VERSION(0)
48 #define CMI_API_VERSION_1 _CMI_API_VERSION(1)
49 #define CMI_API_VERSION_2 _CMI_API_VERSION(2)
50 #define CMI_API_VERSION_3 _CMI_API_VERSION(3)

Completed in 153 milliseconds