Raghu Gandham | 82fa43f | 2012-03-27 11:37:17 -0700 | [diff] [blame] | 1 | /**************************************************************************** |
| 2 | **************************************************************************** |
| 3 | *** |
| 4 | *** This header was automatically generated from a Linux kernel header |
| 5 | *** of the same name, to make information necessary for userspace to |
| 6 | *** call into the kernel available to libc. It contains only constants, |
| 7 | *** structures, and macros generated from the original header, and thus, |
| 8 | *** contains no copyrightable information. |
| 9 | *** |
| 10 | *** To edit the content of this header, modify the corresponding |
| 11 | *** source file (e.g. under external/kernel-headers/original/) then |
| 12 | *** run bionic/libc/kernel/tools/update_all.py |
| 13 | *** |
| 14 | *** Any manual change here will be lost the next time this script will |
| 15 | *** be run. You've been warned! |
| 16 | *** |
| 17 | **************************************************************************** |
| 18 | ****************************************************************************/ |
| 19 | #ifndef __ASM_MIPS_REG_H |
| 20 | #define __ASM_MIPS_REG_H |
| 21 | #ifdef WANT_COMPAT_REG_H |
| 22 | #define EF_R0 6 |
| 23 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| 24 | #define EF_R1 7 |
| 25 | #define EF_R2 8 |
| 26 | #define EF_R3 9 |
| 27 | #define EF_R4 10 |
| 28 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| 29 | #define EF_R5 11 |
| 30 | #define EF_R6 12 |
| 31 | #define EF_R7 13 |
| 32 | #define EF_R8 14 |
| 33 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| 34 | #define EF_R9 15 |
| 35 | #define EF_R10 16 |
| 36 | #define EF_R11 17 |
| 37 | #define EF_R12 18 |
| 38 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| 39 | #define EF_R13 19 |
| 40 | #define EF_R14 20 |
| 41 | #define EF_R15 21 |
| 42 | #define EF_R16 22 |
| 43 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| 44 | #define EF_R17 23 |
| 45 | #define EF_R18 24 |
| 46 | #define EF_R19 25 |
| 47 | #define EF_R20 26 |
| 48 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| 49 | #define EF_R21 27 |
| 50 | #define EF_R22 28 |
| 51 | #define EF_R23 29 |
| 52 | #define EF_R24 30 |
| 53 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| 54 | #define EF_R25 31 |
| 55 | #define EF_R26 32 |
| 56 | #define EF_R27 33 |
| 57 | #define EF_R28 34 |
| 58 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| 59 | #define EF_R29 35 |
| 60 | #define EF_R30 36 |
| 61 | #define EF_R31 37 |
| 62 | #define EF_LO 38 |
| 63 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| 64 | #define EF_HI 39 |
| 65 | #define EF_CP0_EPC 40 |
| 66 | #define EF_CP0_BADVADDR 41 |
| 67 | #define EF_CP0_STATUS 42 |
| 68 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| 69 | #define EF_CP0_CAUSE 43 |
| 70 | #define EF_UNUSED0 44 |
| 71 | #define EF_SIZE 180 |
| 72 | #endif |
| 73 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
| 74 | #endif |