coconut-svsm / svsm

COCONUT-SVSM
MIT License
122 stars 43 forks source link

mm/stack: remove the `StackBounds` type #240

Closed 00xc closed 10 months ago

00xc commented 10 months ago

The StackBounds type contains mostly a subset of the functionality of MemoryRegion, so simply remove the type and replace its uses. This makes the codebase more homogeneous and reduces code duplication.