Searched refs:EFI_ALLOC_ALIGN (Results 1 – 3 of 3) sorted by relevance
32 if (align < EFI_ALLOC_ALIGN) in efi_allocate_pages_aligned()33 align = EFI_ALLOC_ALIGN; in efi_allocate_pages_aligned()36 size = round_up(size, EFI_ALLOC_ALIGN); in efi_allocate_pages_aligned()
95 alloc_addr = ALIGN_DOWN(max + 1, EFI_ALLOC_ALIGN) - 1; in efi_allocate_pages()120 u64 addr_rounded = addr & ~(EFI_ALLOC_ALIGN - 1); in efi_allocate_pages_exact()158 nr_pages = round_up(size, EFI_ALLOC_ALIGN) / EFI_PAGE_SIZE; in efi_free()
278 #ifndef EFI_ALLOC_ALIGN279 #define EFI_ALLOC_ALIGN EFI_PAGE_SIZE macro