EFI_PAGES_TO_SIZE

Macro that converts a number of EFI_PAGEs to a size in bytes.

extern (C)
EFI_PAGES_TO_SIZE
(
T
)
()

Parameters

Pages T

The number of EFI_PAGES. This parameter is assumed to be type UINTN. Passing in a parameter that is larger than UINTN may produce unexpected results.

Return Value

Type: auto

The number of bytes associated with the number of EFI_PAGEs specified by Pages.

Meta