Rev 2071 | Rev 2106 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 2089 | ||
|---|---|---|---|
| Line 40... | Line 40... | ||
| 40 | #include <mm/frame.h> |
40 | #include <mm/frame.h> |
| 41 | #include <mm/as.h> |
41 | #include <mm/as.h> |
| 42 | #include <arch/mm/page.h> |
42 | #include <arch/mm/page.h> |
| 43 | #include <arch/mm/as.h> |
43 | #include <arch/mm/as.h> |
| 44 | #include <arch/types.h> |
44 | #include <arch/types.h> |
| 45 | #include <typedefs.h> |
- | |
| 46 | #include <arch/asm.h> |
45 | #include <arch/asm.h> |
| 47 | #include <memstr.h> |
46 | #include <memstr.h> |
| 48 | 47 | ||
| 49 | static void pt_mapping_insert(as_t *as, uintptr_t page, uintptr_t frame, int flags); |
48 | static void pt_mapping_insert(as_t *as, uintptr_t page, uintptr_t frame, int flags); |
| 50 | static void pt_mapping_remove(as_t *as, uintptr_t page); |
49 | static void pt_mapping_remove(as_t *as, uintptr_t page); |