Home
last modified time | relevance | path

Searched refs:EFI_ALLOC_ALIGN (Results 1 – 3 of 3) sorted by relevance

/DragonStub/apps/
H A Dalignedmem.c32 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()
H A Dmem.c95 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()
/DragonStub/inc/dragonstub/
H A Ddragonstub.h278 #ifndef EFI_ALLOC_ALIGN
279 #define EFI_ALLOC_ALIGN EFI_PAGE_SIZE macro