Searched refs:BIOS_SEG (Results 1 – 2 of 2) sorted by relevance
60 if (BE_rdw(intno * 4 + 2) == BIOS_SEG) { in undefined_intr()115 if (BE_rdw(intno * 4 + 2) == BIOS_SEG) in int10()355 intrTab[i] = BE_constLE_32(BIOS_SEG << 16);
57 #define BIOS_SEG 0xfff0 macro