# SmmHddSecurity

## Function Table

| Address | Name | Description |
|---------|------|-------------|
| entry | **ModuleEntryPoint(ImageHandle, SystemTable)** | Standard SMM module entrypoint; initializes and dispatches HDD security setup. |
| rbx | **HddSecurityCacheContext()** (recovered alias: `sub_53C`) | UEFI driver init: caches `ImageHandle`, `SystemTable`, `BootServices`, `RuntimeServices`. |
| rdi | **HddSecurityRegisterHandlers(ImageHandle, SystemTable)** (recovered alias: `sub_A9C`) | Core HDD security setup: registers SMI handlers for ATA security command handling. |
| rbx | **HddSecurityHandleInitializeError()** (recovered alias: `sub_9D8`) | Error cleanup handler when initialization fails. |

---
*Generated by HR650X BIOS Decompilation Project*
