Searched refs:ALIGN_VALUE (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/ |
H A D | Base.h | 637 #define ALIGN_VALUE(Value, Alignment) ((Value) + (((Alignment) - (Value)) & ((Alignment) - 1))) macro 652 #define ALIGN_POINTER(Pointer, Alignment) ((VOID *) (ALIGN_VALUE ((UINTN)(Pointer), (Alignment)))) 666 #define ALIGN_VARIABLE(Value) ALIGN_VALUE ((Value), sizeof (UINTN))
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/ |
H A D | Base.h | 621 #define ALIGN_VALUE(Value, Alignment) ((Value) + (((Alignment) - (Value)) & ((Alignment) - 1))) macro 636 #define ALIGN_POINTER(Pointer, Alignment) ((VOID *) (ALIGN_VALUE ((UINTN)(Pointer), (Alignment)))) 650 #define ALIGN_VARIABLE(Value) ALIGN_VALUE ((Value), sizeof (UINTN))
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/ |
H A D | DxeLoad.c | 267 ALIGN_VALUE (DxeCoreSize, EFI_PAGE_SIZE),
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmPeriodicSmiLib/ |
H A D | SmmPeriodicSmiLib.c | 963 PeriodicSmiLibraryHandler->StackSize = ALIGN_VALUE (StackSize, EFI_PAGE_SIZE);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Dispatcher/ |
H A D | Dispatcher.c | 872 NewStackSize = ALIGN_VALUE (NewStackSize, EFI_PAGE_SIZE);
|
Completed in 1954 milliseconds