Lines Matching full:eflags
30 * ID bit on eflags and then use the cpuid instruction) is used in many
232 pushf /* save eflags (strm_sp, state_sp assumes this is 32 bits) */
374 movl (%esp), %eax /* copy eflags to eax */
375 xorl $0x200000, (%esp) /* try toggling ID bit of eflags (bit 21)
382 popl %edx /* copy new eflags to edx */