Searched refs:HSVC_GROUP_CORE (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | hsvc.h | 42 #define HSVC_GROUP_CORE 0x0001 macro
|
/titanic_41/usr/src/uts/sun4v/os/ |
H A D | mach_mp_states.c | 104 if (hsvc_version(HSVC_GROUP_CORE, &major, &minor) != 0) in stopcpu_bycpuid()
|
H A D | hsvc.c | 114 HSVC_GROUP_CORE, 666 {{HSVC_REV_1, NULL, HSVC_GROUP_CORE, 1, 2, NULL}, 1},
|
H A D | wdt.c | 96 if (hsvc_version(HSVC_GROUP_CORE, &major, &minor) != 0 || in watchdog_init()
|
H A D | suspend.c | 210 if (hsvc_version(HSVC_GROUP_CORE, &major, &minor) != 0) in suspend_supported()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | qcn.c | 216 if (((hsvc_version(HSVC_GROUP_CORE, &major, &minor) == 0) && in _init()
|