EFI_ALLOC_ALIGN 132 drivers/firmware/efi/libstub/arm64-stub.c *reserve_size = round_up(kernel_memsize, EFI_ALLOC_ALIGN); EFI_ALLOC_ALIGN 199 drivers/firmware/efi/libstub/efi-stub-helper.c if (align < EFI_ALLOC_ALIGN) EFI_ALLOC_ALIGN 200 drivers/firmware/efi/libstub/efi-stub-helper.c align = EFI_ALLOC_ALIGN; EFI_ALLOC_ALIGN 202 drivers/firmware/efi/libstub/efi-stub-helper.c size = round_up(size, EFI_ALLOC_ALIGN); EFI_ALLOC_ALIGN 293 drivers/firmware/efi/libstub/efi-stub-helper.c if (align < EFI_ALLOC_ALIGN) EFI_ALLOC_ALIGN 294 drivers/firmware/efi/libstub/efi-stub-helper.c align = EFI_ALLOC_ALIGN; EFI_ALLOC_ALIGN 296 drivers/firmware/efi/libstub/efi-stub-helper.c size = round_up(size, EFI_ALLOC_ALIGN); EFI_ALLOC_ALIGN 346 drivers/firmware/efi/libstub/efi-stub-helper.c nr_pages = round_up(size, EFI_ALLOC_ALIGN) / EFI_PAGE_SIZE; EFI_ALLOC_ALIGN 720 drivers/firmware/efi/libstub/efi-stub-helper.c nr_pages = round_up(alloc_size, EFI_ALLOC_ALIGN) / EFI_PAGE_SIZE; EFI_ALLOC_ALIGN 24 drivers/firmware/efi/libstub/efistub.h #ifndef EFI_ALLOC_ALIGN EFI_ALLOC_ALIGN 92 drivers/firmware/efi/libstub/random.c if (align < EFI_ALLOC_ALIGN) EFI_ALLOC_ALIGN 93 drivers/firmware/efi/libstub/random.c align = EFI_ALLOC_ALIGN;