Searched refs:EFI_STAGING_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/stand/efi/loader/
H A Dcopy.c176 #ifndef EFI_STAGING_SIZE
178 #define EFI_STAGING_SIZE 32 macro
180 #define EFI_STAGING_SIZE 64 macro
195 nr_pages = EFI_SIZE_TO_PAGES((EFI_STAGING_SIZE) * 1024 * 1024);
H A DMakefile74 .if defined(EFI_STAGING_SIZE)
75 CFLAGS+= -DEFI_STAGING_SIZE=${EFI_STAGING_SIZE}

Completed in 44 milliseconds