Subversion Repositories HelenOS-historic

Rev

Rev 534 | Rev 869 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 534 Rev 746
Line 32... Line 32...
32
#ifndef __ASM__
32
#ifndef __ASM__
33
#include <arch/types.h>
33
#include <arch/types.h>
34
#endif
34
#endif
35
 
35
 
36
#define CR_IVR_MASK 0xf
36
#define CR_IVR_MASK 0xf
37
#define PSR_I_MASK  0x4000
-
 
38
#define PSR_IC_MASK 0x2000
37
#define PSR_IC_MASK 0x2000
-
 
38
#define PSR_I_MASK  0x4000
-
 
39
#define PSR_PK_MASK 0x8000
39
 
40
 
40
/** Application registers. */
41
/** Application registers. */
41
#define AR_KR0      0
42
#define AR_KR0      0
42
#define AR_KR1      1
43
#define AR_KR1      1
43
#define AR_KR2      2
44
#define AR_KR2      2