Rev 4377 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4377 | Rev 4692 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | #include <arch/mm/tlb.h> |
35 | #include <arch/mm/tlb.h> |
| 36 | #include <arch/types.h> |
36 | #include <arch/types.h> |
| 37 | #include <debug.h> |
37 | #include <debug.h> |
| 38 | 38 | ||
| 39 | extern void tlb_invalidate_all(void); |
39 | extern void tlb_invalidate_all(void); |
| 40 | extern void tlb_invalidate_pages(asid_t asid, uintptr_t va, count_t cnt); |
40 | extern void tlb_invalidate_pages(asid_t asid, uintptr_t va, size_t cnt); |
| 41 | 41 | ||
| 42 | char *test_purge1(void) |
42 | char *test_purge1(void) |
| 43 | { |
43 | { |
| 44 | tlb_entry_t entryi; |
44 | tlb_entry_t entryi; |
| 45 | tlb_entry_t entryd; |
45 | tlb_entry_t entryd; |