OpenCBM
|
Wrappers for CLI/STI for the different platforms. Here: AMD64. 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 amd64/clisti.c.
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 amd64/clisti.c.