HomeSort by relevance Sort by last modified time
    Searched refs:EFLAGS (Results 1 - 8 of 8) sorted by null

  /bionic/libc/kernel/arch-x86/asm/
ptrace-abi.h 59 #define EFLAGS 144
  /external/kernel-headers/original/asm-x86/
ptrace-abi.h 49 #define EFLAGS 144
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
ptrace-abi.h 59 #define EFLAGS 144
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
ptrace-abi.h 59 #define EFLAGS 144
  /external/qemu/distrib/sdl-1.2.12/src/cpuinfo/
SDL_cpuinfo.c 61 " pushfl # Get original EFLAGS \n"
64 " xorl $0x200000,%%eax # Flip ID bit in EFLAGS \n"
65 " pushl %%eax # Save new EFLAGS value on stack \n"
66 " popfl # Replace current EFLAGS value \n"
67 " pushfl # Get new EFLAGS \n"
68 " popl %%eax # Store new EFLAGS in EAX \n"
81 " pushfq # Get original EFLAGS \n"
84 " xorl $0x200000,%%eax # Flip ID bit in EFLAGS \n"
85 " pushq %%rax # Save new EFLAGS value on stack \n"
86 " popfq # Replace current EFLAGS value \n
    [all...]
  /external/zlib/contrib/masmx86/
gvmat32.asm 557 pushfd ; push original EFLAGS
558 pop eax ; get original EFLAGS
559 mov ecx, eax ; save original EFLAGS
560 xor eax, 40000h ; flip AC bit in EFLAGS
561 push eax ; save new EFLAGS value on stack
562 popfd ; replace current EFLAGS value
563 pushfd ; get new EFLAGS
564 pop eax ; store new EFLAGS in EAX
568 popfd ; restore AC bit in EFLAGS first
574 mov eax, ecx ; get original EFLAGS
    [all...]
  /external/strace/
process.c     [all...]
syscall.c     [all...]

Completed in 203 milliseconds