|
OpenCBM
|
Wrappers for CLI/STI for the different platforms. Here: iA64. More...
Go to the source code of this file.
Functions | |
| VOID | CLI (VOID) |
| Stop interrupts with CLI assembler command. More... | |
| VOID | STI (VOID) |
| Restart interrupts with STI assembler command. More... | |
| VOID CLI | ( | VOID | ) |
Stop interrupts with CLI assembler command.
This function stops interrupts on the current CPU by executing a CLI assembler command.
Definition at line 28 of file ia64/clisti.c.
Referenced by cbmiec_block_irq().
| VOID STI | ( | VOID | ) |
Restart interrupts with STI assembler command.
This function stops interrupts on the current CPU by executing a STI assembler command.
Definition at line 38 of file ia64/clisti.c.
Referenced by cbmiec_release_irq().
1.8.8