nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
interrupt.c File Reference
#include <sys/types.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <interrupt.h>
#include <isr.h>
Include dependency graph for interrupt.c:

Go to the source code of this file.

Functions

void disable_interrupt (void)
 인터럽트를 비활성화 시킨다. More...
 
void enable_interrupt (void)
 인터럽트를 활성화 시킨다. More...
 
void irq_local_restore (unsigned long eflags)
 주어진 인자의 값으로 인터럽트 상태를 복원한다. More...
 
void irq_local_save (unsigned long *eflags)
 주어진 인자에 현재 인터럽트 상태를 저장하고 인터럽트를 비활성화 시킨다. More...