Searched refs:ia64_ihtype (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/ia64/include/
H A Dintr.h65 typedef u_int (ia64_ihtype)(struct thread *, u_int, struct trapframe *); typedef
76 u_int ia64_xiv_alloc(u_int, enum ia64_xiv_use, ia64_ihtype);
78 int ia64_xiv_reserve(u_int, enum ia64_xiv_use, ia64_ihtype);
/freebsd-10-stable/sys/ia64/ia64/
H A Dinterrupt.c70 ia64_ihtype *ia64_handler[IA64_NXIVS];
75 static ia64_ihtype ia64_ih_invalid;
76 static ia64_ihtype ia64_ih_irq;
107 ia64_xiv_reserve(u_int xiv, enum ia64_xiv_use what, ia64_ihtype ih)
124 ia64_xiv_alloc(u_int prio, enum ia64_xiv_use what, ia64_ihtype ih)

Completed in 155 milliseconds