Rev 3817 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3817 | Rev 4638 | ||
---|---|---|---|
Line 49... | Line 49... | ||
49 | /* function codes for fast traps */ |
49 | /* function codes for fast traps */ |
50 | #define MACH_DESC 0x01 |
50 | #define MACH_DESC 0x01 |
51 | #define CPU_START 0x10 |
51 | #define CPU_START 0x10 |
52 | #define CPU_STOP 0x11 |
52 | #define CPU_STOP 0x11 |
53 | #define CPU_YIELD 0x12 |
53 | #define CPU_YIELD 0x12 |
- | 54 | #define CPU_QCONF 0x14 |
|
54 | #define CPU_MYID 0x16 |
55 | #define CPU_MYID 0x16 |
55 | #define CPU_STATE 0x17 |
56 | #define CPU_STATE 0x17 |
56 | #define CPU_SET_RTBA 0x18 |
57 | #define CPU_SET_RTBA 0x18 |
57 | #define CPU_GET_RTBA 0x19 |
58 | #define CPU_GET_RTBA 0x19 |
58 | #define MMU_TSB_CTX0 0x20 |
59 | #define MMU_TSB_CTX0 0x20 |