Searched refs:current_mask (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/arm/ofw/
H A Dofw_irqhandler.c58 u_int current_mask; variable
92 current_mask = 0x00000000;
334 current_mask &= ~(1 << irq);
354 current_mask |= (1 << irq);
H A Dofw_irq.S336 .word _C_LABEL(current_mask) /* irq's that are usable */
/netbsd-current/sys/arch/arm/iomd/
H A Diomd_irqhandler.c61 u_int current_mask; variable
114 current_mask = 0x00000000;
416 current_mask &= ~(1 << irq);
436 current_mask |= (1 << irq);
H A Diomd_irq.S349 .word _C_LABEL(current_mask) /* irq's that are usable */
/netbsd-current/sys/arch/shark/isa/
H A Disa_irqhandler.c92 u_int current_mask; variable
129 current_mask = 0x00000000;
353 current_mask &= ~(1 << irq);
373 current_mask |= (1 << irq);
H A Disa_irq.S291 .word _C_LABEL(current_mask) /* irq's that are usable */
/netbsd-current/sys/arch/acorn32/eb7500atx/
H A Deb7500atx_machdep.c205 extern u_int current_mask;
/netbsd-current/sys/arch/acorn32/acorn32/
H A Drpc_machdep.c199 extern u_int current_mask;
/netbsd-current/sys/arch/shark/ofw/
H A Dofw.c108 extern u_int current_mask;
326 printf("current_mask=%08x\n", current_mask);

Completed in 205 milliseconds