Interrupt

  • 51Interrupt priority level — The interrupt priority level (IPL) is a part of the current system interrupt state, which indicates the interrupt requests that will currently be accepted. The IPL may be indicated in hardware by the registers in a Programmable Interrupt… …

    Wikipedia

  • 52Interrupt Request — Die Artikel Interrupt und Unterbrechungsanforderung überschneiden sich thematisch. Hilf mit, die Artikel besser voneinander abzugrenzen oder zu vereinigen. Beteilige dich dazu an der Diskussion über diese Überschneidungen. Bitte entferne diesen… …

    Deutsch Wikipedia

  • 53Interrupt vector — An interrupt vector is the memory address of an interrupt handler, or an index into an array called an interrupt vector table or dispatch table . Interrupt vector tables contain the memory addresses of interrupt handlers. When an interrupt is… …

    Wikipedia

  • 54Interrupt descriptor table — The Interrupt Descriptor Table (IDT) is a data structure used by the x86 architecture to implement an interrupt vector table. The IDT is used by the processor to determine the correct response to interrupts and exceptions.The details in the… …

    Wikipedia

  • 55Interrupt-Controller — Als Interrupt Controller bezeichnet man die Funktionseinheit im Computer, die für die Entgegennahme und Verteilung der Interrupts zuständig ist. Dieser befindet sich in der Regel in der Southbridge des Hauptplatinen­chipsatzes und leitet die… …

    Deutsch Wikipedia

  • 56Interrupt Controller — Als Interrupt Controller bezeichnet man die Funktionseinheit im Computer, die für die Entgegennahme und Verteilung der Interrupts zuständig ist. Dieser befindet sich in der Regel in der Southbridge des Hauptplatinen­chipsatzes und leitet die… …

    Deutsch Wikipedia

  • 57interrupt handler —    Special software located in the operating system kernel that manages and processes system interrupts.    Also known as an interrupt service routine (ISR).    When an interrupt occurs, the processor suspends and saves its current activity and… …

    Dictionary of networking

  • 58Interrupt Service Routine — Ein Interrupthandler (auch Unterbrechungsroutine oder Unterbrechungsbehandlung genannt) ist ein Programmstück, das von einer CPU ausgeführt wird, wenn sie durch einen Softwareinterrupt oder Interrupt Request (Unterbrechungsanforderung) gezwungen… …

    Deutsch Wikipedia

  • 59interrupt-driven — adj. Relating to or characterised by constant or frequent interruptions, especially at work. Example Citations: For organizations, mobile voice has begun to emerge as the default means of communication. Why should I try to call you on your office …

    New words

  • 60Interrupt control register — An interrupt control register, or ICR, is a hardware register in a computer chip used to configure the chip to generate interrupts mdash;to raise a singal on an interrupt line mdash;in response to some event occurring within the chip or a circuit …

    Wikipedia