HomeSort by relevance Sort by last modified time
    Searched full:irq_enabled (Results 1 - 10 of 10) sorted by null

  /external/qemu/hw/
goldfish_interrupt.c 29 uint32_t irq_enabled; member in struct:goldfish_int_state
41 QFIELD_INT32(irq_enabled),
66 flags = (s->level & s->irq_enabled);
80 if(s->irq_enabled & mask)
87 if(s->irq_enabled & mask)
104 uint32_t pending = s->level & s->irq_enabled;
129 if(s->irq_enabled & mask) {
132 s->irq_enabled &= ~mask;
136 if(!(s->irq_enabled & mask)) {
137 s->irq_enabled |= mask
    [all...]
  /external/oprofile/module/x86/
op_arch.h 22 #define IRQ_ENABLED(regs) ((regs)->eflags & IF_MASK)
op_model_athlon.c 95 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i);
op_model_ppro.c 90 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i);
op_rtc.c 47 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), 0);
op_model_p4.c 659 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i);
  /external/oprofile/module/
oprofile.h 144 void op_do_profile(uint cpu, long eip, long irq_enabled, int ctr);
oprofile.c 69 inline static void evict_op_entry(uint cpu, struct _oprof_data * data, long irq_enabled)
102 if (likely(irq_enabled)) {
117 void op_do_profile(uint cpu, long eip, long irq_enabled, int ctr)
127 evict_op_entry(cpu, data, irq_enabled);
  /external/oprofile/
ChangeLog-2002 648 (evict_op_entry): Use IRQ_ENABLED macro.
    [all...]
ChangeLog-2003     [all...]

Completed in 847 milliseconds