Subversion Repositories HelenOS-historic

Rev

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

Rev 534 Rev 594
Line 30... Line 30...
30
#define __mips32_TLB_H__
30
#define __mips32_TLB_H__
31
 
31
 
32
#include <arch/exception.h>
32
#include <arch/exception.h>
33
#include <typedefs.h>
33
#include <typedefs.h>
34
 
34
 
35
#define TLB_SIZE    48
35
#define TLB_ENTRY_COUNT     48
36
 
36
 
37
#define TLB_WIRED       1
37
#define TLB_WIRED       1
38
#define TLB_KSTACK_WIRED_INDEX  0
38
#define TLB_KSTACK_WIRED_INDEX  0
39
 
39
 
40
#define TLB_PAGE_MASK_16K   (0x3<<13)
40
#define TLB_PAGE_MASK_16K   (0x3<<13)