Macro that converts a size, in bytes, to a number of EFI_PAGESs.
A size in bytes. This parameter is assumed to be type UINTN. Passing in a parameter that is larger than UINTN may produce unexpected results.
The number of EFI_PAGESs associated with the number of bytes specified by Size.
See Implementation
Macro that converts a size, in bytes, to a number of EFI_PAGESs.