Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2089 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | #define KERNEL_ADDRESS_SPACE_START_ARCH (unsigned long) 0x80000000 |
40 | #define KERNEL_ADDRESS_SPACE_START_ARCH (unsigned long) 0x80000000 |
41 | #define KERNEL_ADDRESS_SPACE_END_ARCH (unsigned long) 0xffffffff |
41 | #define KERNEL_ADDRESS_SPACE_END_ARCH (unsigned long) 0xffffffff |
42 | #define USER_ADDRESS_SPACE_START_ARCH (unsigned long) 0x00000000 |
42 | #define USER_ADDRESS_SPACE_START_ARCH (unsigned long) 0x00000000 |
43 | #define USER_ADDRESS_SPACE_END_ARCH (unsigned long) 0x7fffffff |
43 | #define USER_ADDRESS_SPACE_END_ARCH (unsigned long) 0x7fffffff |
44 | 44 | ||
45 | #define USTACK_ADDRESS_ARCH (0x80000000-PAGE_SIZE) |
45 | #define USTACK_ADDRESS_ARCH (0x80000000 - PAGE_SIZE) |
46 | 46 | ||
47 | typedef struct { |
47 | typedef struct { |
48 | } as_arch_t; |
48 | } as_arch_t; |
49 | 49 | ||
- | 50 | #include <genarch/mm/as_pt.h> |
|
- | 51 | ||
50 | #define as_constructor_arch(as, flags) (as != as) |
52 | #define as_constructor_arch(as, flags) (as != as) |
51 | #define as_destructor_arch(as) (as != as) |
53 | #define as_destructor_arch(as) (as != as) |
52 | #define as_create_arch(as, flags) (as != as) |
54 | #define as_create_arch(as, flags) (as != as) |
53 | #define as_deinstall_arch(as) |
55 | #define as_deinstall_arch(as) |
54 | #define as_invalidate_translation_cache(as, page, cnt) |
56 | #define as_invalidate_translation_cache(as, page, cnt) |