Lines Matching defs:pops

959 	struct psm_ops  *pops;
963 pops = mach_set[0];
968 psm_get_clockirq = pops->psm_get_clockirq;
972 addspl = pops->psm_addspl;
973 delspl = pops->psm_delspl;
975 if (pops->psm_translate_irq)
976 psm_translate_irq = pops->psm_translate_irq;
977 if (pops->psm_intr_ops)
978 psm_intr_ops = pops->psm_intr_ops;
986 if (pops->psm_tod_get)
988 (void *)pops->psm_tod_get);
990 if (pops->psm_tod_set)
992 (void *)pops->psm_tod_set);
995 if (pops->psm_notify_error) {
997 notify_error = pops->psm_notify_error;
1000 (*pops->psm_softinit)();
1057 struct psm_ops *pops;
1062 pops = mach_set[0];
1066 cpu_id = (*pops->psm_get_next_processorid)(cpu_id);
1073 cpu_id = (*pops->psm_get_next_processorid)(cpu_id);
1079 ap_mlsetup = pops->psm_post_cpu_start;
1080 send_dirintf = pops->psm_send_ipi;
1083 if (pops->psm_shutdown)
1084 psm_shutdownf = pops->psm_shutdown;
1085 if (pops->psm_preshutdown)
1086 psm_preshutdownf = pops->psm_preshutdown;
1087 if (pops->psm_notify_func)
1088 psm_notifyf = pops->psm_notify_func;
1089 if (pops->psm_set_idlecpu)
1090 psm_set_idle_cpuf = pops->psm_set_idlecpu;
1091 if (pops->psm_unset_idlecpu)
1092 psm_unset_idle_cpuf = pops->psm_unset_idlecpu;
1094 psm_clkinit = pops->psm_clkinit;
1096 if (pops->psm_timer_reprogram)
1097 psm_timer_reprogram = pops->psm_timer_reprogram;
1099 if (pops->psm_timer_enable)
1100 psm_timer_enable = pops->psm_timer_enable;
1102 if (pops->psm_timer_disable)
1103 psm_timer_disable = pops->psm_timer_disable;
1105 if (pops->psm_post_cyclic_setup)
1106 psm_post_cyclic_setup = pops->psm_post_cyclic_setup;
1108 if (pops->psm_state)
1109 psm_state = pops->psm_state;
1115 if (pops->psm_disable_intr)
1116 psm_disable_intr = pops->psm_disable_intr;
1117 if (pops->psm_enable_intr)
1118 psm_enable_intr = pops->psm_enable_intr;
1125 if (pops->psm_cpu_start == NULL)
1142 psm_get_ipivect = pops->psm_get_ipivect;
1145 (*pops->psm_get_ipivect)(XC_HI_PIL, PSM_INTR_IPI_HI),
1148 (void) (*pops->psm_get_ipivect)(XC_CPUPOKE_PIL, PSM_INTR_POKE);
1154 struct psm_ops *pops;
1156 pops = mach_set[0];
1159 setlvl = pops->psm_intr_enter;
1160 setlvlx = pops->psm_intr_exit;
1163 (*pops->psm_picinit)();
1166 setspl = pops->psm_setspl;
1408 struct psm_ops *pops;
1411 pops = mach_set[0];
1426 if (pops->psm_hrtimeinit)
1427 (*pops->psm_hrtimeinit)();
1428 gethrtimef = pops->psm_gethrtime;
1438 resolution = (*pops->psm_clkinit)(0);
1449 resolution = (*pops->psm_clkinit)(hz);
1461 (void) (*pops->psm_clkinit)(hz);
1488 struct psm_ops *pops = mach_set[0];
1495 return ((*pops->psm_cpu_start)(id, ctx));
1501 struct psm_ops *pops = mach_set[0];
1507 return ((*pops->psm_cpu_start)(id, ctx));
1513 struct psm_ops *pops = mach_set[0];
1516 if (pops->psm_cpu_ops == NULL) {
1525 return ((*pops->psm_cpu_ops)(&request));
1532 struct psm_ops *pops = mach_set[0];
1535 if (pops->psm_cpu_ops == NULL) {
1542 rc = (*pops->psm_cpu_ops)(&request);
1554 struct psm_ops *pops = mach_set[0];
1557 if (pops->psm_cpu_ops == NULL) {
1564 return ((*pops->psm_cpu_ops)(&request));