OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTERRUPT
(Results
1 - 4
of
4
) 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
35
// Flag used to set the
interrupt
causes.
37
INTERRUPT
= 1 << 0,
177
void
Interrupt
();
231
// Reset limits to actual values. For example after handling
interrupt
.
execution.cc
52
// Ignore attempts to
interrupt
when interrupts are postponed.
273
// If the current limits are special (eg due to a pending
interrupt
) then
295
return thread_local_.interrupt_flags_ &
INTERRUPT
;
299
void StackGuard::
Interrupt
() {
301
thread_local_.interrupt_flags_ |=
INTERRUPT
;
785
stack_guard->Continue(
INTERRUPT
);
Completed in 36 milliseconds