Special attention is needed when access is made by an interrupt handler.
Generally this must be executed at the end of an interrupt handler.
Probe that fires immediately before calling into a device's interrupt handler.
Probe that fires immediately after returning from a device's interrupt handler.
An interrupt handler is defined for the corresponding vector.
対応ベクトルの割り込みハンドラを登録する。
An interrupt handler runs as a task-independent portion.
割込みハンドラはタスク独立部として実行される。
This is important as we can not wake up devices from an interrupt handler.
これは、重要で、割り込みハンドラからはデバイスを起こ せません。
It is possible to call a system call after executing an interrupt handler.
割込みハンドラに入った時点で、システムコールの呼び出しが可能な状態となっている。
The interrupt handler has the following format.
割り込みハンドラは以下の形式となる。
When interrupts are not disabled in the microprocessor, execution is forcibly switched to the interrupt handler.
割込みをマイクロプロセッサに対して禁止しない限りは、強制的に割込みハンドラに実行が移ります。
This makes it possible to restore the original stack pointer when returning from an interrupt handler.
これにより、割り込みハンドラからリターンしてきたときにもとのスタックポインタを復元することが可能になります。
The default handler is an interrupt handler defined by the system.
デフォルトハンドラは、システムが定義する割込みハンドラである。
Therefore, the interrupt handler runs on the processors where the interrupt occurs.
よって、割込みハンドラは割込みが発生したプロセッサで動作する。