Searched refs:level10 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/sparc/sparc/
H A Dtimer.c77 static struct intrhand level10; variable in typeref:struct:intrhand
250 level10.ih_fun = clockintr_4;
258 level10.ih_fun = clockintr_4m;
265 intr_establish(10, 0, &level10, NULL, true);
H A Dtimer_msiiep.c91 static struct intrhand level10 = { .ih_fun = clockintr_msiiep }; variable in typeref:struct:intrhand
177 intr_establish(10, 0, &level10, NULL, false);
H A Doclock.c80 static struct intrhand level10 = { oclockintr }; variable in typeref:struct:intrhand
179 intr_establish(10, 0, &level10, NULL, false);
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dclock.c278 struct intrhand *level10 = intrhand_alloc(); local
279 level10->ih_fun = clockintr;
280 level10->ih_pil = PIL_CLOCK;
281 level10->ih_number = INTVEC(ma->ma_interrupts[0]);
282 level10->ih_clr = &timerreg_4u.t_clrintr[0];
283 intr_establish(PIL_CLOCK, true, level10);
284 printf(" irq vectors %lx", (u_long)level10->ih_number);

Completed in 80 milliseconds