|
POK(kernelpart)
|
Provide generic architecture access for PPC architecture. More...
Go to the source code of this file.
Functions | |
| void | pok_arch_space_init (void) |
| pok_ret_t | pok_arch_init () |
| pok_ret_t | pok_arch_preempt_disable () |
| pok_ret_t | pok_arch_preempt_enable () |
| pok_ret_t | pok_arch_idle () |
| pok_ret_t | pok_arch_event_register (uint8_t vector, void(*handler)(void)) |
| uint32_t | pok_thread_stack_addr (const uint8_t partition_id, const uint32_t local_thread_id) |
Register an event (for example, an interruption)
| pok_ret_t pok_arch_idle | ( | ) |
Function that do nothing. Useful for the idle task for example.
| pok_ret_t pok_arch_init | ( | ) |
Function that initializes architecture concerns.
| pok_ret_t pok_arch_preempt_disable | ( | ) |
Disable interruptions
| pok_ret_t pok_arch_preempt_enable | ( | ) |
Enable interruptions
| void pok_arch_space_init | ( | void | ) |
Returns the stack address for a the thread number N in a partition.
Definition at line 92 of file arch.c.