Rev 1890 | Rev 2089 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1890 | Rev 1891 | ||
---|---|---|---|
Line 45... | Line 45... | ||
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 | #define as_constructor_arch(as, flags) (as != as) |
|
- | 51 | #define as_destructor_arch(as) (as != as) |
|
- | 52 | #define as_create_arch(as, flags) (as != as) |
|
50 | #define as_deinstall_arch(as) |
53 | #define as_deinstall_arch(as) |
51 | #define as_invalidate_translation_cache(as, page, cnt) |
54 | #define as_invalidate_translation_cache(as, page, cnt) |
52 | 55 | ||
53 | extern void as_arch_init(void); |
56 | extern void as_arch_init(void); |
54 | 57 |