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

  /external/grub/netboot/
smc9000.c 216 status = inb(smc9000_base + INTERRUPT);
218 /* acknowledge the interrupt */
219 _outb(IM_ALLOC_INT, smc9000_base + INTERRUPT);
282 status = inb(smc9000_base + INTERRUPT);
287 /* ack interrupt */
288 _outb(IM_TX_INT, smc9000_base + INTERRUPT);
smc9000.h 135 #define INTERRUPT 12
  /external/v8/src/
execution.h 37 // Flag used to set the interrupt causes.
39 INTERRUPT = 1 << 0,
193 void Interrupt();
250 // Reset limits to actual values. For example after handling interrupt.
execution.cc 53 // Ignore attempts to interrupt when interrupts are postponed.
359 // If the current limits are special (e.g. due to a pending interrupt) then
387 return (thread_local_.interrupt_flags_ & INTERRUPT) != 0;
391 void StackGuard::Interrupt() {
393 thread_local_.interrupt_flags_ |= INTERRUPT;
904 // If FLAG_count_based_interrupts, every interrupt is a profiler interrupt.
922 stack_guard->Continue(INTERRUPT);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 137 milliseconds