|
PSPSDK 2026-01-28
|
Structure used internally for many sceModuleManager module functions.
More...
#include <kernel/pspmodulemgr_kernel.h>

Structure used internally for many sceModuleManager module functions.
Also seems to be passed to sceKernelStartThread eventually by those internal functions.
| u8 SceModuleMgrParam::access |
| u32 SceModuleMgrParam::api_type |
The API type of the module.
| SceSize SceModuleMgrParam::arg_size |
| void* SceModuleMgrParam::argp |
| void* SceModuleMgrParam::block_gzip |
| SceUID SceModuleMgrParam::caller_mod_id |
| SceUID SceModuleMgrParam::event_id |
| SceLoadCoreExecFileInfo* SceModuleMgrParam::exec_info |
The executable information of the module.
| SceUID SceModuleMgrParam::extern_mem_block_id_kernel |
| SceUID SceModuleMgrParam::extern_mem_block_id_user |
| SceUID SceModuleMgrParam::extern_mem_block_partition_id |
| SceSize SceModuleMgrParam::extern_mem_block_size |
| SceUID SceModuleMgrParam::fd |
The file ID for module file.
| void* SceModuleMgrParam::file_base |
| SceOff SceModuleMgrParam::mem_block_offset |
| SceModule* SceModuleMgrParam::mod |
The module in memory.
| SceUID SceModuleMgrParam::mod_id |
The module ID.
| SceSize SceModuleMgrParam::mod_size |
| u8 SceModuleMgrParam::mode_finish |
The Operation to finish on.
One of the SceModuleMgrExecModes modes.
| u8 SceModuleMgrParam::mode_start |
The Operation to start on.
One of the SceModuleMgrExecModes modes.
| SceUID SceModuleMgrParam::mpid_data |
The memory partition where the data of the module will be stored.
| SceUID SceModuleMgrParam::mpid_text |
The memory partition where the program of the module will be stored.
| SceUID* SceModuleMgrParam::new_block_id |
| u8 SceModuleMgrParam::position |
The module placement policy in memory.
One of PspSysMemBlockTypes.
| SceUID* SceModuleMgrParam::result |
| char SceModuleMgrParam::secure_install_id[SCE_SECURE_INSTALL_ID_LEN] |
| SceSize SceModuleMgrParam::stack_size |
| s32* SceModuleMgrParam::status |
| u32 SceModuleMgrParam::thread_attr |
The module thread attributes.
| SceUID SceModuleMgrParam::thread_mpid_stack |
| s32 SceModuleMgrParam::thread_priority |
The module thread priority.
| u32 SceModuleMgrParam::unk1 |
| u32 SceModuleMgrParam::unk2 |
| u32 SceModuleMgrParam::unk3 |
| u32 SceModuleMgrParam::unk4 |
| u32 SceModuleMgrParam::unk5 |
| u32 SceModuleMgrParam::unk6 |
| u32 SceModuleMgrParam::unk7 |
| u32 SceModuleMgrParam::unk8 |