Rev 2277 | Rev 2284 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2277 | Rev 2282 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | #include <arch/debug_print/print.h> |
37 | #include <arch/debug_print/print.h> |
38 | #include <arch/memstr.h> |
38 | #include <arch/memstr.h> |
39 | #include <arch/regutils.h> |
39 | #include <arch/regutils.h> |
40 | #include <interrupt.h> |
40 | #include <interrupt.h> |
41 | #include <arch/drivers/gxemul.h> |
41 | #include <arch/drivers/gxemul.h> |
42 | #include <arch/mm/page.h> |
42 | #include <arch/mm/page_fault.h> |
43 | 43 | ||
44 | #define PREFETCH_OFFSET 0x8 |
44 | #define PREFETCH_OFFSET 0x8 |
45 | #define BRANCH_OPCODE 0xea000000 |
45 | #define BRANCH_OPCODE 0xea000000 |
46 | #define LDR_OPCODE 0xe59ff000 |
46 | #define LDR_OPCODE 0xe59ff000 |
47 | #define VALID_BRANCH_MASK 0xff000000 |
47 | #define VALID_BRANCH_MASK 0xff000000 |