Lines Matching refs:pops

972 	struct psm_ops  *pops;
976 pops = mach_set[0];
981 psm_get_clockirq = pops->psm_get_clockirq;
985 addspl = pops->psm_addspl;
986 delspl = pops->psm_delspl;
988 if (pops->psm_translate_irq)
989 psm_translate_irq = pops->psm_translate_irq;
990 if (pops->psm_intr_ops)
991 psm_intr_ops = pops->psm_intr_ops;
999 if (pops->psm_tod_get)
1001 (void *)pops->psm_tod_get);
1003 if (pops->psm_tod_set)
1005 (void *)pops->psm_tod_set);
1008 if (pops->psm_notify_error) {
1010 notify_error = pops->psm_notify_error;
1013 (*pops->psm_softinit)();
1070 struct psm_ops *pops;
1075 pops = mach_set[0];
1079 cpu_id = (*pops->psm_get_next_processorid)(cpu_id);
1086 cpu_id = (*pops->psm_get_next_processorid)(cpu_id);
1092 ap_mlsetup = pops->psm_post_cpu_start;
1093 send_dirintf = pops->psm_send_ipi;
1096 if (pops->psm_shutdown)
1097 psm_shutdownf = pops->psm_shutdown;
1098 if (pops->psm_preshutdown)
1099 psm_preshutdownf = pops->psm_preshutdown;
1100 if (pops->psm_notify_func)
1101 psm_notifyf = pops->psm_notify_func;
1102 if (pops->psm_set_idlecpu)
1103 psm_set_idle_cpuf = pops->psm_set_idlecpu;
1104 if (pops->psm_unset_idlecpu)
1105 psm_unset_idle_cpuf = pops->psm_unset_idlecpu;
1107 psm_clkinit = pops->psm_clkinit;
1109 if (pops->psm_timer_reprogram)
1110 psm_timer_reprogram = pops->psm_timer_reprogram;
1112 if (pops->psm_timer_enable)
1113 psm_timer_enable = pops->psm_timer_enable;
1115 if (pops->psm_timer_disable)
1116 psm_timer_disable = pops->psm_timer_disable;
1118 if (pops->psm_post_cyclic_setup)
1119 psm_post_cyclic_setup = pops->psm_post_cyclic_setup;
1121 if (pops->psm_state)
1122 psm_state = pops->psm_state;
1128 if (pops->psm_disable_intr)
1129 psm_disable_intr = pops->psm_disable_intr;
1130 if (pops->psm_enable_intr)
1131 psm_enable_intr = pops->psm_enable_intr;
1138 if (pops->psm_cpu_start == NULL)
1155 psm_get_ipivect = pops->psm_get_ipivect;
1158 (*pops->psm_get_ipivect)(XC_HI_PIL, PSM_INTR_IPI_HI),
1161 (void) (*pops->psm_get_ipivect)(XC_CPUPOKE_PIL, PSM_INTR_POKE);
1167 struct psm_ops *pops;
1169 pops = mach_set[0];
1172 setlvl = pops->psm_intr_enter;
1173 setlvlx = pops->psm_intr_exit;
1176 (*pops->psm_picinit)();
1179 setspl = pops->psm_setspl;
1421 struct psm_ops *pops;
1424 pops = mach_set[0];
1439 if (pops->psm_hrtimeinit)
1440 (*pops->psm_hrtimeinit)();
1441 gethrtimef = pops->psm_gethrtime;
1451 resolution = (*pops->psm_clkinit)(0);
1462 resolution = (*pops->psm_clkinit)(hz);
1474 (void) (*pops->psm_clkinit)(hz);
1501 struct psm_ops *pops = mach_set[0];
1508 return ((*pops->psm_cpu_start)(id, ctx));
1514 struct psm_ops *pops = mach_set[0];
1520 return ((*pops->psm_cpu_start)(id, ctx));
1526 struct psm_ops *pops = mach_set[0];
1529 if (pops->psm_cpu_ops == NULL) {
1538 return ((*pops->psm_cpu_ops)(&request));
1545 struct psm_ops *pops = mach_set[0];
1548 if (pops->psm_cpu_ops == NULL) {
1555 rc = (*pops->psm_cpu_ops)(&request);
1567 struct psm_ops *pops = mach_set[0];
1570 if (pops->psm_cpu_ops == NULL) {
1577 return ((*pops->psm_cpu_ops)(&request));