uOFW
Reverse engineered PSP kernel 6.60.
Loading...
Searching...
No Matches
Data Fields
SceKernelLMOption Struct Reference

#include <modulemgr_options.h>

Data Fields

SceSize size
 
SceUID mpIdText
 
SceUID mpIdData
 
u32 flags
 
u8 position
 
s8 access
 
s8 creserved [2]
 

Detailed Description

This structure specifies options for loading a module (via LoadModule()).

Field Documentation

◆ size

SceSize SceKernelLMOption::size

The size of this structure. size = sizeof(SceKernelLMOption).

◆ mpIdText

SceUID SceKernelLMOption::mpIdText

The memory partition where the program of the module will be stored.

◆ mpIdData

SceUID SceKernelLMOption::mpIdData

The memory partition where the data of the module will be stored.

◆ flags

u32 SceKernelLMOption::flags

Unused for now.

◆ position

u8 SceKernelLMOption::position

Specify module placement policy in memory.

◆ access

s8 SceKernelLMOption::access

Unused for now.

◆ creserved

s8 SceKernelLMOption::creserved[2]

Reserved.


The documentation for this struct was generated from the following file: