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 42... | Line 42... | ||
42 | #define USER_ADDRESS_SPACE_START_ARCH (unsigned long) 0x0000000000000000 |
42 | #define USER_ADDRESS_SPACE_START_ARCH (unsigned long) 0x0000000000000000 |
43 | #define USER_ADDRESS_SPACE_END_ARCH (unsigned long) 0x00007fffffffffff |
43 | #define USER_ADDRESS_SPACE_END_ARCH (unsigned long) 0x00007fffffffffff |
44 | 44 | ||
45 | #define USTACK_ADDRESS_ARCH (USER_ADDRESS_SPACE_END_ARCH-(PAGE_SIZE-1)) |
45 | #define USTACK_ADDRESS_ARCH (USER_ADDRESS_SPACE_END_ARCH-(PAGE_SIZE-1)) |
46 | 46 | ||
47 | typedef struct { |
- | |
48 | } as_arch_t; |
- | |
49 | - | ||
50 | #define as_constructor_arch(as, flags) (as != as) |
47 | #define as_constructor_arch(as, flags) (as != as) |
51 | #define as_destructor_arch(as) (as != as) |
48 | #define as_destructor_arch(as) (as != as) |
52 | #define as_create_arch(as, flags) (as != as) |
49 | #define as_create_arch(as, flags) (as != as) |
53 | #define as_install_arch(as) |
50 | #define as_install_arch(as) |
54 | #define as_deinstall_arch(as) |
51 | #define as_deinstall_arch(as) |
55 | #define as_invalidate_translation_cache(as, page, cnt) |
52 | #define as_invalidate_translation_cache(as, page, cnt) |
56 | 53 | ||
- | 54 | typedef struct { |
|
- | 55 | } as_arch_t; |
|
- | 56 | ||
- | 57 | #include <genarch/mm/as_pt.h> |
|
- | 58 | ||
57 | extern void as_arch_init(void); |
59 | extern void as_arch_init(void); |
58 | 60 | ||
59 | #endif |
61 | #endif |
60 | 62 | ||
61 | /** @} |
63 | /** @} |