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

  /src/sys/arch/i386/stand/efiboot/
efimemory.c 66 BIM_Memory : BIM_Reserved;
246 if (getmemtype(md) != BIM_Memory)
352 if (memtype != BIM_Memory)
  /src/sys/arch/x86/include/
bootinfo.h 122 #define BIM_Memory 1 /* available RAM usable by OS */
  /src/sys/arch/x86/x86/
x86_machdep.c 635 if (type != BIM_Memory)
710 (type == BIM_Memory) ? "Memory" :
721 case BIM_Memory:
881 BIM_Memory);
efi_machdep.c 460 return (attr & EFI_MD_ATTR_WB) ? BIM_Memory : BIM_Reserved;
multiboot2.c 562 bie->type = BIM_Memory;
  /src/sys/arch/i386/i386/
multiboot.c 645 bie->type = BIM_Memory;
  /src/sys/arch/x86/acpi/
acpi_machdep.c 513 (type == BIM_Memory) ? "Memory" :
  /src/sys/arch/i386/stand/lib/
exec_multiboot2.c 619 case BIM_Memory:

Completed in 19 milliseconds