HomeSort by relevance Sort by last modified time
    Searched refs:irq_enabled (Results 1 - 3 of 3) 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/
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);

Completed in 2119 milliseconds