Searched defs:SmramRange (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DPiSmmIpl.c294 Find the maximum SMRAM cache range that covers the range specified by SmramRange.
296 This function searches and joins all adjacent ranges of SmramRange into a range to be cached.
298 @param SmramRange The SMRAM range to search from.
305 IN EFI_SMRAM_DESCRIPTOR *SmramRange,
315 *SmramCacheBase = SmramRange->CpuStart;
316 *SmramCacheSize = SmramRange->PhysicalSize;
847 @param[in] SmramRange Descriptor for the range of SMRAM to reload the
856 IN EFI_SMRAM_DESCRIPTOR *SmramRange,
914 // specified by SmramRange
918 ASSERT ((SmramRange
304 GetSmramCacheRange( IN EFI_SMRAM_DESCRIPTOR *SmramRange, OUT EFI_PHYSICAL_ADDRESS *SmramCacheBase, OUT UINT64 *SmramCacheSize ) argument
855 ExecuteSmmCoreFromSmram( IN EFI_SMRAM_DESCRIPTOR *SmramRange, IN VOID *Context ) argument
[all...]

Completed in 46 milliseconds