HomeSort by: relevance | last modified time | path
    Searched refs:BI_EFI_32BIT (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/i386/stand/efiboot/
efiboot.c 120 btinfo_efi.flags |= BI_EFI_32BIT;
  /src/sys/arch/x86/include/
bootinfo.h 235 #define BI_EFI_32BIT __BIT(0) /* 32bit UEFI */
  /src/sys/arch/x86/x86/
efi_machdep.c 317 if (bi->common.len > 16 && (bi->flags & BI_EFI_32BIT)) {
multiboot2.c 611 bie.flags = BI_EFI_32BIT;

Completed in 14 milliseconds