Searched refs:b_bios_probed (Results 1 – 1 of 1) sorted by relevance
46 static uint8_t b_bios_probed; variable114 b_bios_probed |= B_BASEMEM_E820; in bios_getmem()122 b_bios_probed |= B_EXTMEM_E820; in bios_getmem()159 b_bios_probed |= B_BASEMEM_12; in bios_getmem()195 b_bios_probed |= B_EXTMEM_E801; in bios_getmem()204 b_bios_probed |= B_EXTMEM_8800; in bios_getmem()240 printf("b_bios_probed: 0x%02x", (int)b_bios_probed); in command_biosmem()241 if (b_bios_probed & B_BASEMEM_E820) in command_biosmem()243 if (b_bios_probed & B_BASEMEM_12) in command_biosmem()245 if (b_bios_probed & B_EXTMEM_E820) in command_biosmem()[all …]