Subversion Repositories HelenOS

Rev

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

Rev 2071 Rev 2089
Line 34... Line 34...
34
 
34
 
35
#ifndef KERN_mips32_CP0_H_
35
#ifndef KERN_mips32_CP0_H_
36
#define KERN_mips32_CP0_H_
36
#define KERN_mips32_CP0_H_
37
 
37
 
38
#include <arch/types.h>
38
#include <arch/types.h>
39
#include <arch/mm/tlb.h>
-
 
40
 
39
 
41
#define cp0_status_ie_enabled_bit   (1<<0)
40
#define cp0_status_ie_enabled_bit   (1 << 0)
42
#define cp0_status_exl_exception_bit    (1<<1)
41
#define cp0_status_exl_exception_bit    (1 << 1)
43
#define cp0_status_erl_error_bit    (1<<2)
42
#define cp0_status_erl_error_bit    (1 << 2)
44
#define cp0_status_um_bit           (1<<4)
43
#define cp0_status_um_bit           (1 << 4)