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

  /external/oprofile/module/x86/
op_apic.c 34 lvtpc_masked = v & APIC_LVT_MASKED;
35 apic_write(APIC_LVTPC, v | APIC_LVT_MASKED);
41 apic_write(APIC_LVTPC, apic_read(APIC_LVTPC) & ~APIC_LVT_MASKED);
90 val &= ~APIC_LVT_MASKED;
105 apic_write(APIC_LVTERR, v | APIC_LVT_MASKED);
175 val |= APIC_LVT_MASKED;
apic_compat.h 48 #define APIC_LVT_MASKED (1 << 16)
op_model_p4.c 668 apic_write(APIC_LVTPC, apic_read(APIC_LVTPC) & ~APIC_LVT_MASKED);
  /bionic/libc/kernel/arch-x86/asm/
apicdef_32.h 114 #define APIC_LVT_MASKED (1<<16)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
apicdef_32.h 114 #define APIC_LVT_MASKED (1<<16)
  /external/kernel-headers/original/asm-x86/
apicdef_32.h 86 #define APIC_LVT_MASKED (1<<16)
  /external/qemu/hw/
apic.c 53 #define APIC_LVT_MASKED (1<<16)
145 if (lvt & APIC_LVT_MASKED)
592 (lvt0 & APIC_LVT_MASKED) == 0)
620 if (!(s->lvt[APIC_LVT_TIMER] & APIC_LVT_MASKED)) {
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
apicdef_32.h 90 #define APIC_LVT_MASKED (1<<16)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
apicdef_32.h 90 #define APIC_LVT_MASKED (1<<16)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 90 #define APIC_LVT_MASKED (1<<16)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
apicdef_32.h 90 #define APIC_LVT_MASKED (1<<16)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 90 #define APIC_LVT_MASKED (1<<16)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
apicdef_32.h 114 #define APIC_LVT_MASKED (1<<16)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 114 #define APIC_LVT_MASKED (1<<16)

Completed in 155 milliseconds