MCPcopy Create free account

hub / github.com/Force67/prosperity / types & classes

Types & classes255 in github.com/Force67/prosperity

↓ 6 callersClassFile
delta/kern/module.h:20
↓ 6 callersClasssigaction
delta/kern/crash.cpp:261
↓ 5 callersClasssigaction
tools/modexec/modexec.cpp:93
↓ 2 callersClassPfs
tools/pkg_extract/pkg_extract.py:62
↓ 2 callersClassobject_ref
shared/utl/object_ref.h:9
↓ 1 callersClassPfsc
tools/pkg_extract/pkg_extract.py:50
↓ 1 callersClassRaw
tools/pkg_extract/pkg_extract.py:24
↓ 1 callersClassSub
tools/pkg_extract/pkg_extract.py:27
↓ 1 callersClassXts
tools/pkg_extract/pkg_extract.py:30
↓ 1 callersClassdeltaCore
delta/main/dcore.h:17
ClassANativeWindow
delta/gfx/gfx_android.h:14
ClassAjmBatch
AJM batch ioctl: a 40-byte arg struct. Layout (observed from FMOD): +0 context/instance id +4 input batch size +8 command count +0xc
delta/kern/dev/ajm_dev.cpp:42
ClassAnalogButtons
delta/runtime/vprx/libScePad/libScePad.cpp:30
ClassAnalogStick
delta/runtime/vprx/libScePad/libScePad.cpp:29
ClassAppState
delta/main/android_main.cpp:61
EnumArrayMode
delta/gpu/gcn/gcn_detile.cpp:33
ClassBC
delta/gfx/gfx_android.cpp:197
ClassBtn
On-screen virtual gamepad, in normalised [0,1] surface coords. The present blit stretches the whole game framebuffer across the whole surface, so a po
delta/gfx/gfx_android.cpp:88
ClassBucket
delta/kern/lv2/sys_thread.cpp:150
ClassBufferAttribute
SceVideoOutBufferAttribute, 0x28 bytes.
delta/runtime/vprx/libSceVideoOut/libSceVideoOut.cpp:78
ClassContainerStream
shared/utl/file.h:124
ClassDataSource
---------------------------------------------------------------------------- Lazy read chain. Each layer reads exactly [off, off+len) from the layer b
delta/formats/pkg_object.cpp:149
ClassDirEntry
One entry in a directory listing.
delta/kern/vfs.h:21
ClassDmemRegion
Record of each direct-memory reservation so GetDirectMemoryType (ioctl 0xC0208004) can answer "which region owns this physical offset, and of what typ
delta/kern/dev/dma_dev.cpp:46
ClassDrawInfo
Per-draw inputs extracted by the command processor (resource-tracked from the shader + register state). Addresses are guest (identity-mapped, host-rea
delta/gpu/vk_render.h:32
ClassDrawTex
delta/gpu/vk_render.h:78
ClassELFDyn
shared/elf_types.h:145
EnumELFDynTag
shared/elf_types.h:14
ClassELFHeader
tools/sedit/SELF_Edit.cpp:23
ClassELFHeader
shared/elf_types.h:116
ClassELFPgHeader
tools/sedit/SELF_Edit.cpp:40
ClassELFPgHeader
shared/elf_types.h:134
EnumELFTypeSCE
shared/elf_types.h:105
ClassElementPtr
shared/utl/logger/threadsafe_queue.h:89
EnumElfFlags
shared/elf_types.h:103
ClassElfRel
shared/elf_types.h:153
EnumElfRelType
shared/elf_types.h:101
EnumElfSegType
shared/elf_types.h:80
ClassElfSym
shared/elf_types.h:159
EnumEnc
Instruction encoding families (top-bit dispatch). Determines operand layout and whether a 32-bit literal/inline constant dword follows.
delta/gpu/gcn/gcn_decode.h:19
ClassEvent
delta/runtime/vprx/libSceUserService/libSceUserService.cpp:27
ClassExecRange
Executable guest ranges registered by the loader, queried by the JIT.
delta/cpu/fex_backend.cpp:100
ClassFQuaternion
delta/runtime/vprx/libScePad/libScePad.cpp:31
ClassFVector3
delta/runtime/vprx/libScePad/libScePad.cpp:32
ClassFetchAttr
Fetch-shader attribute (mirrors gcn_translate.cpp's parseFetch).
delta/gpu/gcn/spirv/gcn_spirv.cpp:41
ClassFexBackend
delta/cpu/fex_backend.cpp:343
ClassFexSignalDelegator
Minimal signal delegator. Sufficient for fault-free guest code; a real game that self-modifies or faults will need the host SIGSEGV/SIGILL plumbing. T
delta/cpu/fex_backend.cpp:333
ClassFexSyscallHandler
delta/cpu/fex_backend.cpp:188
ClassFexThread
delta/cpu/fex_backend.cpp:360
ClassFile
delta/formats/pup_object.h:16
ClassFile
shared/utl/file.h:48
ClassFlipStatus
SceVideoOutFlipStatus, 0x40 bytes.
delta/runtime/vprx/libSceVideoOut/libSceVideoOut.cpp:54
ClassGnuExceptionInfo
custom struct for eh_frame_hdr
delta/kern/module.cpp:834
ClassICpuBackend
delta/cpu/cpu_backend.h:47
ClassInode
delta/formats/pkg_object.cpp:408
ClassInst
delta/gpu/gcn/gcn_decode.h:31
ClassIpmiInvokeReq
op=800 sceIpmiClientInvokeSyncMethod request, repacked for the syscall. in/out descriptors are arrays of {void* data; uint64_t size} (16 bytes each).
delta/kern/lv2/sys_ipmi.cpp:66
ClassKSem
A single FreeBSD POSIX kernel semaphore. Its own mutex/cv so different ksems never contend on a global lock while a thread sits blocked in wait().
delta/kern/lv2/sys_ksem.cpp:25
ClassLane
Per-invocation register VM. EXEC is a single "this lane active" bit (we run one lane at a time), VCC/SCC are scalars. Memory writes are guarded on exe
delta/gpu/gcn/gcn_interp.cpp:34
ClassLauncherActivity
Prosperity launcher: a game library backed by pkg files anywhere on the phone (read in place by the native loader via All Files Access), plus a firmwa
android/java/com/prosperity/ps4/LauncherActivity.java:53
ClassList
delta/runtime/vprx/libSceUserService/libSceUserService.cpp:44
ClassLiveThread
Live guest threads, for the DELTA_WATCHDOG=secs deadlock dump: after N seconds it prints every live thread's current guest RIP so a stalled boot's blo
delta/cpu/fex_backend.cpp:129
ClassLoad
delta/gpu/gcn/spirv/gcn_spirv.cpp:47
ClassLoaded
First pass: track s_load_dwordx8 (SMRD op 3) that load a T# from the extended-user-data resource table. The base pointer sits in the user-data SGPR pa
delta/gpu/gcn/gcn_resource.cpp:134
ClassLogRegistry
shared/utl/logger/logger.cpp:14
ClassMPSCQueue
shared/utl/logger/threadsafe_queue.h:113
ClassMacro2D
delta/gpu/gcn/gcn_detile.cpp:275
ClassMacroParams
--- Macro-tile-mode params (AddrLib GetNumBanks/BankWidth/BankHeight/...). --- The macro tile mode index for 32bpp/1-sample is derived from tile_split
delta/gpu/gcn/gcn_detile.cpp:146
ClassMemStream
from memory
shared/utl/file.cpp:130
EnumMicroMode
delta/gpu/gcn/gcn_detile.cpp:52
ClassModule
SSA-ish module builder. Instructions are accumulated into the SPIR-V logical sections (the layout rules require a fixed section order); assemble() con
delta/gpu/gcn/spirv/spv_emit.h:33
ClassNamedRange
Named module ranges, for the deadlock watchdog's symbolization.
delta/cpu/fex_backend.cpp:110
ClassNativeBackend
delta/cpu/native_backend.cpp:39
ClassNativeBridge
Thin bridge to the native utilities exported by libps4delta_app.so (delta/main/android_jni.cpp). Loaded in the launcher process only to read pkg metad
android/java/com/prosperity/ps4/NativeBridge.java:9
ClassNativeThread
delta/cpu/native_backend.cpp:48
ClassNode
delta/formats/pkg_object.h:32
InterfaceOnPick
android/java/com/prosperity/ps4/LauncherActivity.java:574
ClassOutputParam
SceAudioOutOutputParam { int32_t handle; void *ptr; } (ptr is 8-aligned, so the struct is 16 bytes: handle@0, ptr@8).
delta/runtime/vprx/libSceAudioOut/libSceAudioOut.cpp:88
ClassPadControllerInformation
delta/runtime/vprx/libScePad/libScePad.cpp:62
ClassPadData
ScePadData: offsets verified against the orbis layout (connected@0x4C, timestamp@0x50). Written into the game's buffer on read.
delta/runtime/vprx/libScePad/libScePad.cpp:41
ClassPadExtUnitData
delta/runtime/vprx/libScePad/libScePad.cpp:37
ClassPadKeys
Keyboard-to-gamepad state (an optional input adapter). Buttons are booleans and sticks are 0..255 with 128 centred. Maps a WASD/arrows layout to a DS4
delta/gfx/gfx.h:44
ClassPadTouch
delta/runtime/vprx/libScePad/libScePad.cpp:33
ClassPadTouchData
delta/runtime/vprx/libScePad/libScePad.cpp:34
ClassPfsFileStream
Adapts a VirtualFile to utl::fileBase so it can flow through fileDevice and the rest of the file machinery like a real file. Read-only.
delta/kern/vfs.cpp:78
ClassPfscSource
zlib-compressed inner image with a per-block offset map.
delta/formats/pkg_object.cpp:245
ClassPhysFile
file on disk impl
shared/utl/file.cpp:18
EnumPipeConfig
Two 8-pipe pipe-config equations are used by the colour/depth modes on Liverpool: P8_32x32_16x16 and P8_32x32_8x16. (P2 only for LinearGeneral.)
delta/gpu/gcn/gcn_detile.cpp:56
EnumPixelFormat
delta/gfx/gfx.h:18
ClassPkgFile
delta/main/dcore.cpp:126
ClassPkgFilesystem
On-demand reader for a fake-signed PS4 .pkg. Recovers the EKPFS, decrypts the PFS and inflates the inner PFSC image lazily: only the blocks actually r
delta/formats/pkg_object.h:28
ClassPkgImpl
----------------------------------------------------------------------------
delta/formats/pkg_object.cpp:305
ClassPkgImpl
delta/formats/pkg_object.h:19
ClassPkgProvider
Bridges a PkgFilesystem into the kernel VFS as an on-demand virtual mount.
delta/main/dcore.cpp:37
EnumPm4It
PM4 IT_ opcodes (type-3). Subset the PS4 GPU actually uses.
delta/gpu/pm4.h:29
EnumPm4RegBase
Base dword offsets the SET_*_REG packets are relative to (the register at payload[0] is `base + payload[0]`). These index the unified Liverpool regist
delta/gpu/pm4.h:76
EnumPm4Type
PM4 packet type is the top 2 bits of the header dword.
delta/gpu/pm4.h:16
ClassPort
delta/gfx/gfx_audio.cpp:22
ClassPort
delta/runtime/vprx/libSceAudioIn/libSceAudioIn.cpp:15
ClassPort
delta/runtime/vprx/libSceAudioOut/libSceAudioOut.cpp:20
next →1–100 of 255, ranked by callers