[Krafton Jungle] PintOS 2.0.0
크래프톤 정글 PintOS
 
Loading...
Searching...
No Matches
inspect.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void register_inspect_intr (void)
 

Function Documentation

◆ register_inspect_intr()

void register_inspect_intr ( void  )
21 {
22 intr_register_int (0x42, 3, INTR_OFF, inspect, "Inspect Virtual Memory");
23}
static void inspect(struct intr_frame *f)
Definition: inspect.c:10
@ INTR_OFF
Definition: interrupt.h:9
void intr_register_int(uint8_t vec, int dpl, enum intr_level, intr_handler_func *, const char *name)
Definition: interrupt.c:248
Here is the call graph for this function:
Here is the caller graph for this function: