Home
last modified time | relevance | path

Searched refs:psm_get_ipivect (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/i86pc/sys/
H A Dpsm_types.h159 int (*psm_get_ipivect)(int ipl, int type); member
292 int (*psm_get_ipivect)(int ipl, int type); member
H A Dsmp_impldefs.h65 extern int (*psm_get_ipivect)(int, int); /* get interprocessor intr vec */
/titanic_44/usr/src/uts/i86pc/io/
H A Dcbe.c352 if (psm_get_ipivect != NULL) { in cbe_init()
355 (*psm_get_ipivect)(CBE_HIGH_PIL, PSM_INTR_IPI_HI), in cbe_init()
H A Dimmu_intrmap.c987 irq = vect = psm_get_ipivect(IMMU_INTR_IPL, -1); in immu_intr_register()
/titanic_44/usr/src/uts/i86pc/os/
H A Dmp_machdep.c147 int (*psm_get_ipivect)(int, int) = NULL; variable
1155 psm_get_ipivect = pops->psm_get_ipivect; in mach_smpinit()
1158 (*pops->psm_get_ipivect)(XC_HI_PIL, PSM_INTR_IPI_HI), in mach_smpinit()
1161 (void) (*pops->psm_get_ipivect)(XC_CPUPOKE_PIL, PSM_INTR_POKE); in mach_smpinit()