BIM_Memory
bie->type = BIM_Memory;
if (getmemtype(md) != BIM_Memory)
if (memtype != BIM_Memory)
BIM_Memory : BIM_Reserved;
case BIM_Memory:
(type == BIM_Memory) ? "Memory" :
return (attr & EFI_MD_ATTR_WB) ? BIM_Memory : BIM_Reserved;
bie->type = BIM_Memory;
if (type != BIM_Memory)
(type == BIM_Memory) ? "Memory" :
case BIM_Memory:
BIM_Memory);