intel / MultiArchUefiPkg

Multi-Architecture UEFI Environment Driver
GNU Lesser General Public License v2.1
54 stars 12 forks source link

Context alloc under high tpl #61

Closed andreiw closed 4 months ago

andreiw commented 4 months ago

Context allocation cannot use BS pool allocation as it could be done in the context of performing an emulated call when the TPL is high. Example - emulated call raises TPL, performs a function call that results in another emulated call.