Subversion Repositories HelenOS-historic

Rev

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

Rev 746 Rev 756
Line 36... Line 36...
36
#define PAGE_SIZE   FRAME_SIZE
36
#define PAGE_SIZE   FRAME_SIZE
37
 
37
 
38
#define KA2PA(x)    ((__address) (x))
38
#define KA2PA(x)    ((__address) (x))
39
#define PA2KA(x)    ((__address) (x))
39
#define PA2KA(x)    ((__address) (x))
40
 
40
 
41
#define GET_PTL0_ADDRESS_ARCH()     0
-
 
42
#define SET_PTL0_ADDRESS_ARCH(ptl0)
41
#define SET_PTL0_ADDRESS_ARCH(x)    /**< To be removed as situation permits. */
43
 
42
 
44
/** Implementation of page hash table interface. */
43
/** Implementation of page hash table interface. */
45
#define HT_ENTRIES_ARCH         0
44
#define HT_WIDTH_ARCH           20  /* 1M */
46
#define HT_HASH_ARCH(page, asid)    0
45
#define HT_HASH_ARCH(page, asid)    0
47
#define HT_COMPARE_ARCH(page, asid, t)  0
46
#define HT_COMPARE_ARCH(page, asid, t)  0
48
#define HT_SLOT_EMPTY_ARCH(t)       1
47
#define HT_SLOT_EMPTY_ARCH(t)       1
49
#define HT_INVALIDATE_SLOT_ARCH(t)
48
#define HT_INVALIDATE_SLOT_ARCH(t)
50
#define HT_GET_NEXT_ARCH(t)     0
49
#define HT_GET_NEXT_ARCH(t)     0