RetroArch
Macros | Functions
lwp_stack.h File Reference
#include <gctypes.h>
#include <lwp_threads.h>
Include dependency graph for lwp_stack.h:
This graph shows which files directly or indirectly include this file:

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 *)
 

Macro Definition Documentation

◆ CPU_MINIMUM_STACK_FRAME_SIZE

#define CPU_MINIMUM_STACK_FRAME_SIZE   16

◆ CPU_MINIMUM_STACK_SIZE

#define CPU_MINIMUM_STACK_SIZE   1024*8

◆ CPU_MODES_INTERRUPT_MASK

#define CPU_MODES_INTERRUPT_MASK   0x00000001 /* interrupt level in mode */

◆ CPU_STACK_ALIGNMENT

#define CPU_STACK_ALIGNMENT   8

Function Documentation

◆ __lwp_stack_allocate()

u32 __lwp_stack_allocate ( lwp_cntrl ,
u32   
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwp_stack_free()

void __lwp_stack_free ( lwp_cntrl )
Here is the call graph for this function:
Here is the caller graph for this function: