Main Page   File List  

irq.h File Reference

IDT related functions. More...

Go to the source code of this file.

Functions

void l4util_irq_acknowledge (unsigned int irq)
 Acknowledge IRQ at PIC in fully special nested mode.
static void l4util_cli (void)
 Disable all interrupts.
static void l4util_sti (void)
 Enable all interrupts.
static void l4util_flags_save (l4_umword_t *flags)
 Save the processor flags.
static void l4util_flags_restore (l4_umword_t *flags)
 Restore processor flags.


Detailed Description

IDT related functions.

some PIC and hardware interrupt related functions

Date:
2003
Author:
Frank Mehnert <fm3@os.inf.tu-dresden.de>
Date:
2003
Author:
Jork Loeser <jork.loeser@inf.tu-dresden.de> Frank Mehnert <fm3@os.inf.tu-dresden.de>

Definition in file ARCH-x86/irq.h.


Function Documentation

void l4util_irq_acknowledge ( unsigned int  irq  )  [inline]

Acknowledge IRQ at PIC in fully special nested mode.

Parameters:
irq number of interrupt to acknowledge

static void l4util_flags_save ( l4_umword_t *  flags  )  [inline, static]

Save the processor flags.

Can be used to save and later restore the interrupt flag

Definition at line 49 of file ARCH-x86/irq.h.

static void l4util_flags_restore ( l4_umword_t *  flags  )  [inline, static]

Restore processor flags.

Can be used to restore the interrupt flag

Definition at line 57 of file ARCH-x86/irq.h.


L4 Utilities, part of DROPS  © 2000-2003