Lines Matching defs:ints
446 interrupts *ints = cpu_interrupts(processor);
447 ints->delivery_scheduled = NULL;
459 if (ints->pending_interrupts & external_interrupt_pending) {
467 else if (ints->pending_interrupts & decrementer_interrupt_pending) {
476 ints->pending_interrupts &= ~decrementer_interrupt_pending;
485 interrupts *ints = cpu_interrupts(processor);
486 if (ints->delivery_scheduled == NULL) {
487 ints->delivery_scheduled =
510 interrupts *ints = cpu_interrupts(processor);
511 ints->pending_interrupts |= decrementer_interrupt_pending;
522 interrupts *ints = cpu_interrupts(processor);
524 if (!(ints->pending_interrupts & external_interrupt_pending)) {
525 ints->pending_interrupts |= external_interrupt_pending;
536 ints->pending_interrupts &= ~external_interrupt_pending;