Mario Kart 64
Loading...
Searching...
No Matches
osSpTaskLoadGo.c File Reference
#include "libultra_internal.h"
#include "hardware.h"
#include <macros.h>
Include dependency graph for osSpTaskLoadGo.c:

Macros

#define _osVirtualToPhysical(ptr)
 

Functions

OSTask * _VirtualToPhysicalTask (OSTask *task)
 
void osSpTaskLoad (OSTask *task)
 
void osSpTaskStartGo (UNUSED OSTask *task)
 

Variables

OSTask D_801964C0
 

Macro Definition Documentation

◆ _osVirtualToPhysical

#define _osVirtualToPhysical ( ptr)
Value:
if (ptr != NULL) { \
ptr = (void*) osVirtualToPhysical(ptr); \
}
#define NULL
Definition mbi.h:95
uintptr_t osVirtualToPhysical(void *addr)
Definition osVirtualToPhysical.c:3

Function Documentation

◆ _VirtualToPhysicalTask()

OSTask * _VirtualToPhysicalTask ( OSTask * task)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ osSpTaskLoad()

void osSpTaskLoad ( OSTask * task)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ osSpTaskStartGo()

void osSpTaskStartGo ( UNUSED OSTask * task)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ D_801964C0

OSTask D_801964C0