Home
last modified time | relevance | path

Searched refs:INTR_CLOCK (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_intr.c348 if (intr_flags & INTR_CLOCK) { in register_int()
449 if (rec->intr_flags & INTR_CLOCK) in unregister_int()
772 if (rec->intr_flags & INTR_CLOCK) { in ithread_fast_handler()
/dragonfly/sys/platform/pc64/acpica/
H A Dacpi_fadt.c200 INTR_EXCL | INTR_CLOCK | in acpi_sci_test()
/dragonfly/sys/platform/pc64/isa/
H A Dclock.c1287 INTR_EXCL | INTR_CLOCK | in i8254_intr_initclock()
1292 INTR_EXCL | INTR_CLOCK | in i8254_intr_initclock()
/dragonfly/sys/sys/
H A Dbus.h110 #define INTR_CLOCK 0x0080 /* (was INTR_FAST) */ macro