HomeSort by relevance Sort by last modified time
    Searched refs:IF_MASK (Results 1 - 25 of 26) sorted by null

1 2

  /external/oprofile/module/x86/
op_arch.h 22 #define IRQ_ENABLED(regs) ((regs)->eflags & IF_MASK)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
vm86.h 22 #define IF_MASK 0x00000200
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
vm86.h 16 #define IF_MASK 0x00000200
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
vm86.h 16 #define IF_MASK 0x00000200
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
vm86.h 16 #define IF_MASK 0x00000200
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
vm86.h 16 #define IF_MASK 0x00000200
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
vm86.h 16 #define IF_MASK 0x00000200
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
vm86.h 22 #define IF_MASK 0x00000200
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
vm86.h 22 #define IF_MASK 0x00000200
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
vm86.h 22 #define IF_MASK 0x00000200
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
vm86.h 22 #define IF_MASK 0x00000200
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
vm86.h 22 #define IF_MASK 0x00000200
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
vm86.h 22 #define IF_MASK 0x00000200
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
vm86.h 22 #define IF_MASK 0x00000200
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
vm86.h 22 #define IF_MASK 0x00000200
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
vm86.h 22 #define IF_MASK 0x00000200
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
vm86.h 22 #define IF_MASK 0x00000200
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
vm86.h 22 #define IF_MASK 0x00000200
  /external/qemu/target-i386/
cc_helper.c 262 env->eflags &= ~IF_MASK;
267 env->eflags |= IF_MASK;
seg_helper.c 349 IF_MASK | IOPL_MASK | VM_MASK | RF_MASK | NT_MASK;
683 env->eflags &= ~IF_MASK;
832 env->eflags &= ~IF_MASK;
894 env->eflags &= ~(IF_MASK | RF_MASK | VM_MASK);
937 IF_MASK | IOPL_MASK | VM_MASK | RF_MASK | NT_MASK);
    [all...]
kvm.c 719 (env->eflags & IF_MASK)) {
759 env->eflags |= IF_MASK;
761 env->eflags &= ~IF_MASK;
774 (env->eflags & IF_MASK)) &&
cpu.h 116 #define IF_MASK 0x00000200
186 #define HF2_HIF_SHIFT 1 /* value of IF_MASK when entering SVM */
    [all...]
hax-all.c 600 env->eflags |= IF_MASK;
svm_helper.c 189 if (env->eflags & IF_MASK)
  /external/qemu/
cpu-exec.c 378 (env->eflags & IF_MASK &&
391 (env->eflags & IF_MASK) &&
    [all...]

Completed in 742 milliseconds

1 2