Home
last modified time | relevance | path

Searched refs:unmasked (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/i386/math-emu/
Dfpu_entry.c138 int unmasked; in math_emulate() local
334 unmasked = 0; /* Do this here to stop compiler warnings. */ in math_emulate()
338 unmasked = FPU_load_single((float *)data_address, in math_emulate()
340 loaded_tag = unmasked & 0xff; in math_emulate()
341 unmasked &= ~0xff; in math_emulate()
347 unmasked = FPU_load_double((double *)data_address, in math_emulate()
349 loaded_tag = unmasked & 0xff; in math_emulate()
350 unmasked &= ~0xff; in math_emulate()
396 if ( unmasked && !((FPU_modrm & 0x30) == 0x10) ) in math_emulate()
439 && !unmasked ) in math_emulate()
/linux-2.4.37.9/Documentation/networking/
DNAPI_HOWTO.txt641 as soon as the "interrupt-enable" bit is unmasked, an immediate interrupt is