#include "userprog/syscall.h"#include <stdio.h>#include <syscall-nr.h>#include "threads/interrupt.h"#include "threads/thread.h"Go to the source code of this file.
Functions | |
| static void | syscall_handler (struct intr_frame *) |
| void | syscall_init (void) |
| static void | syscall_handler (struct intr_frame *f UNUSED) |
| static void syscall_handler | ( | struct intr_frame *f | UNUSED | ) | [static] |
| static void syscall_handler | ( | struct intr_frame * | ) | [static] |
Referenced by syscall_init().
| void syscall_init | ( | void | ) |
Definition at line 11 of file syscall.c.
References INTR_ON, intr_register_int(), and syscall_handler().
Referenced by main().
1.5.6