#include "../../kernel.h"#include "proto.h"#include <signal.h>#include <string.h>#include "../../proc.h"#include "../../proto.h"Go to the source code of this file.
Defines | |
| #define | PRCOPY(pr, pv, v, n) |
Functions | |
| void | pagefault (struct proc *pr, struct exception_frame *frame, int is_nested) |
| PUBLIC void | exception_handler (int is_nested, struct exception_frame *frame) |
| PUBLIC void | proc_stacktrace (struct proc *whichproc) |
Variables | |
| int | vm_copy_in_progress |
| int | catch_pagefaults |
| struct proc * | vm_copy_from |
| struct proc * | vm_copy_to |
| #define PRCOPY | ( | pr, | |||
| pv, | |||||
| v, | |||||
| n | ) |
| PUBLIC void exception_handler | ( | int | is_nested, | |
| struct exception_frame * | frame | |||
| ) |
Definition at line 101 of file exception.c.
| void pagefault | ( | struct proc * | pr, | |
| struct exception_frame * | frame, | |||
| int | is_nested | |||
| ) |
Definition at line 16 of file exception.c.
| PUBLIC void proc_stacktrace | ( | struct proc * | whichproc | ) |
Definition at line 203 of file exception.c.
| int catch_pagefaults |
| struct proc* vm_copy_from |
| struct proc * vm_copy_to |
1.5.8