Searched refs:VEFLAGS (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dvm86.c84 #define VEFLAGS (current->thread.v86flags) macro
143 set_flags(regs->pt.eflags, VEFLAGS, VIF_MASK | current->thread.v86mask);
299 VEFLAGS = info->regs.pt.eflags;
366 VEFLAGS |= VIF_MASK;
367 if (VEFLAGS & VIP_MASK)
373 VEFLAGS &= ~VIF_MASK;
399 set_flags(VEFLAGS, eflags, current->thread.v86mask);
421 if (VEFLAGS & VIF_MASK)
424 return flags | (VEFLAGS & current->thread.v86mask);
584 if (VMPI.force_return_for_pic && (VEFLAGS
[all...]

Completed in 108 milliseconds