Subversion Repositories HelenOS

Rev

Rev 2071 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2071 Rev 2468
Line 24... Line 24...
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
29
#ifndef __mips32_REGNAME_H_
29
#ifndef BOOT_mips32_REGNAME_H_
30
#define __mips32_REGNAME_H_
30
#define BOOT_mips32_REGNAME_H_
31
 
31
 
32
#define zero    0
32
#define zero    0
33
#define at      1
33
#define at      1
34
#define v0      2
34
#define v0      2
35
#define v1      3
35
#define v1      3
Line 83... Line 83...
83
#define xcontext    20
83
#define xcontext    20
84
#define rdebug      23
84
#define rdebug      23
85
#define depc        24
85
#define depc        24
86
#define eepc        30
86
#define eepc        30
87
 
87
 
88
 
-
 
89
#endif /* _REGNAME_H_ */
88
#endif /* _REGNAME_H_ */