RetroArch
|
Go to the source code of this file.
Macros | |
#define | CPU_STACK_ALIGNMENT 8 |
#define | CPU_MINIMUM_STACK_SIZE 1024*8 |
#define | CPU_MINIMUM_STACK_FRAME_SIZE 16 |
#define | CPU_MODES_INTERRUPT_MASK 0x00000001 /* interrupt level in mode */ |
Functions | |
u32 | __lwp_stack_allocate (lwp_cntrl *, u32) |
void | __lwp_stack_free (lwp_cntrl *) |
#define CPU_MINIMUM_STACK_FRAME_SIZE 16 |
#define CPU_MINIMUM_STACK_SIZE 1024*8 |
#define CPU_MODES_INTERRUPT_MASK 0x00000001 /* interrupt level in mode */ |
#define CPU_STACK_ALIGNMENT 8 |