#include <wdm.h>
#include "cbm_driver.h"
Go to the source code of this file.
Functions | |
| VOID | CLI (VOID) |
| Stop interrupts with CLI assembler command. | |
| VOID | STI (VOID) |
| Restart interrupts with STI assembler command. | |
**************************************************************
Definition in file amd64/clisti.c.
|
|
Stop interrupts with CLI assembler command. This function stops interrupts on the current CPU by executing a CLI assembler command. Definition at line 29 of file amd64/clisti.c. |
|
|
Restart interrupts with STI assembler command. This function stops interrupts on the current CPU by executing a STI assembler command. Definition at line 39 of file amd64/clisti.c. |
1.4.2