Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
irqflags.h File Reference

Go to the source code of this file.

Macros

#define ARCH_IRQ_DISABLED   0
 
#define ARCH_IRQ_ENABLED   1
 

Functions

unsigned long arch_local_save_flags (void)
 
void arch_local_irq_restore (unsigned long flags)
 

Macro Definition Documentation

#define ARCH_IRQ_DISABLED   0

Definition at line 9 of file irqflags.h.

#define ARCH_IRQ_ENABLED   1

Definition at line 10 of file irqflags.h.

Function Documentation

void arch_local_irq_restore ( unsigned long  flags)

Definition at line 138 of file mips-atomic.c.

unsigned long arch_local_save_flags ( void  )

Definition at line 27 of file irq.c.