| Address | Name | Description |
|---|---|---|
| n/a | ModuleEntryPoint | Standard SMM module entry point. Calls sub_528 for constructor/init, then sub_A14 for main S3 save-state flow, then sub_950 on error. |
| n/a | sub_528(ImageHandle, SystemTable) | AutoGen/library-style constructor and bootstrap path. |
| n/a | sub_A14 | Core S3 save-state logic (ModuleEntryPoint return status comes from this call). |
| n/a | sub_950 | Error handler invoked when sub_A14 returns an EFI error status. |
Generated by HR650X BIOS Decompilation Project