Rev 2410 | Rev 2413 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2410 | Rev 2411 | ||
---|---|---|---|
Line 53... | Line 53... | ||
53 | uint32_t sp; |
53 | uint32_t sp; |
54 | uint32_t lr; |
54 | uint32_t lr; |
55 | uint32_t pc; |
55 | uint32_t pc; |
56 | } ustate_t; |
56 | } ustate_t; |
57 | 57 | ||
- | 58 | ||
58 | /** Changes processor mode and jumps to the address specified in the first parameter. |
59 | /** Changes processor mode and jumps to the address specified in the first parameter. |
59 | * |
60 | * |
60 | * @param kernel_uarg Userspace settings (entry point, stack, ...). |
61 | * @param kernel_uarg Userspace settings (entry point, stack, ...). |
61 | */ |
62 | */ |
62 | void userspace(uspace_arg_t *kernel_uarg) |
63 | void userspace(uspace_arg_t *kernel_uarg) |