/* DO NOT TOUCH, AUTOGENERATED BY OFFSET.C */ #ifndef _MIPS_OFFSET_H #define _MIPS_OFFSET_H /* MIPS pt_regs offsets. */ #define PT_R0 24 #define PT_R1 28 #define PT_R2 32 #define PT_R3 36 #define PT_R4 40 #define PT_R5 44 #define PT_R6 48 #define PT_R7 52 #define PT_R8 56 #define PT_R9 60 #define PT_R10 64 #define PT_R11 68 #define PT_R12 72 #define PT_R13 76 #define PT_R14 80 #define PT_R15 84 #define PT_R16 88 #define PT_R17 92 #define PT_R18 96 #define PT_R19 100 #define PT_R20 104 #define PT_R21 108 #define PT_R22 112 #define PT_R23 116 #define PT_R24 120 #define PT_R25 124 #define PT_R26 128 #define PT_R27 132 #define PT_R28 136 #define PT_R29 140 #define PT_R30 144 #define PT_R31 148 #define PT_LO 152 #define PT_HI 156 #define PT_EPC 160 #define PT_BVADDR 164 #define PT_STATUS 168 #define PT_CAUSE 172 #define PT_SIZE 176 /* MIPS task_struct offsets. */ #define TASK_STATE 0 #define TASK_FLAGS 4 #define _PT_TRACESYS 0x2 #define TASK_SIGPENDING 8 #define TASK_NEED_RESCHED 20 #define TASK_PTRACE 24 #define TASK_COUNTER 32 #define TASK_NICE 36 #define TASK_MM 44 #define TASK_PROCESSOR 48 #define TASK_PID 124 #define TASK_STRUCT_SIZE 1048 /* MIPS specific thread_struct offsets. */ #define THREAD_REG16 616 #define THREAD_REG17 620 #define THREAD_REG18 624 #define THREAD_REG19 628 #define THREAD_REG20 632 #define THREAD_REG21 636 #define THREAD_REG22 640 #define THREAD_REG23 644 #define THREAD_REG29 648 #define THREAD_REG30 652 #define THREAD_REG31 656 #define THREAD_STATUS 660 #define THREAD_FPU 664 #define THREAD_BVADDR 928 #define THREAD_BUADDR 932 #define THREAD_ECODE 936 #define THREAD_TRAPNO 940 #define THREAD_MFLAGS 944 #define THREAD_CURDS 948 #define THREAD_TRAMP 952 #define THREAD_OLDCTX 956 /* Linux mm_struct offsets. */ #define MM_USERS 16 #define MM_PGD 12 #define MM_CONTEXT 120 #define _PAGE_SIZE 0x1000 #define _PGD_ORDER 0x0 #define _PGDIR_SHIFT 0x16 /* Linux sigcontext offsets. */ #define SC_REGS 16 #define SC_FPREGS 272 #define SC_MDHI 552 #define SC_MDLO 560 #define SC_PC 8 #define SC_STATUS 4 #define SC_FPC_CSR 532 #define SC_FPC_EIR 536 #define SC_CAUSE 568 #define SC_BADVADDR 572 /* Linux signal numbers. */ #define _SIGHUP 0x1 #define _SIGINT 0x2 #define _SIGQUIT 0x3 #define _SIGILL 0x4 #define _SIGTRAP 0x5 #define _SIGIOT 0x6 #define _SIGABRT 0x6 #define _SIGEMT 0x7 #define _SIGFPE 0x8 #define _SIGKILL 0x9 #define _SIGBUS 0xa #define _SIGSEGV 0xb #define _SIGSYS 0xc #define _SIGPIPE 0xd #define _SIGALRM 0xe #define _SIGTERM 0xf #define _SIGUSR1 0x10 #define _SIGUSR2 0x11 #define _SIGCHLD 0x12 #define _SIGPWR 0x13 #define _SIGWINCH 0x14 #define _SIGURG 0x15 #define _SIGIO 0x16 #define _SIGSTOP 0x17 #define _SIGTSTP 0x18 #define _SIGCONT 0x19 #define _SIGTTIN 0x1a #define _SIGTTOU 0x1b #define _SIGVTALRM 0x1c #define _SIGPROF 0x1d #define _SIGXCPU 0x1e #define _SIGXFSZ 0x1f #endif /* !(_MIPS_OFFSET_H) */