OpenCBM
Functions
ia64/clisti.c File Reference

Wrappers for CLI/STI for the different platforms. Here: iA64. More...

#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. More...
 
VOID STI (VOID)
 Restart interrupts with STI assembler command. More...
 

Detailed Description

Wrappers for CLI/STI for the different platforms. Here: iA64.



Author
Spiro Trikaliotis

Definition in file ia64/clisti.c.

Function Documentation

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().