Rev 833 | Rev 957 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 833 | Rev 843 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | #include <arch/types.h> |
34 | #include <arch/types.h> |
35 | 35 | ||
36 | #define PAGE_WIDTH FRAME_WIDTH |
36 | #define PAGE_WIDTH FRAME_WIDTH |
37 | #define PAGE_SIZE FRAME_SIZE |
37 | #define PAGE_SIZE FRAME_SIZE |
38 | 38 | ||
39 | #define KA2PA(x) (((__address) (x)) - 0x80000000) |
39 | #define KA2PA(x) ((__address)(x)) |
40 | #define PA2KA(x) (((__address) (x)) + 0x80000000) |
40 | #define PA2KA(x) ((__address)(x)) |
41 | 41 | ||
42 | #define PTL0_ENTRIES_ARCH 0 |
42 | #define PTL0_ENTRIES_ARCH 0 |
43 | #define PTL1_ENTRIES_ARCH 0 |
43 | #define PTL1_ENTRIES_ARCH 0 |
44 | #define PTL2_ENTRIES_ARCH 0 |
44 | #define PTL2_ENTRIES_ARCH 0 |
45 | #define PTL3_ENTRIES_ARCH 0 |
45 | #define PTL3_ENTRIES_ARCH 0 |