Home
last modified time | relevance | path

Searched refs:interrupts (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/iokit/DriverKit/
H A DIOInterruptDispatchSource.iig55 * IOInterruptDispatchSource delivers interrupts to a handler block on a dispatch queue.
83 …* @brief Returns the type of interrupt used for a device supplying hardware interrupts, by i…
89 …her flags may be returned depending on the provider, for example PCI flags for messaged interrupts.
/xnu-8019.80.24/osfmk/kern/
H A Dlock_ticket.c357 uint64_t end = 0, start = 0, interrupts = 0; in hw_lck_ticket_contended() local
444 interrupts = cthread->machine.int_time_mt - start_interrupts; in hw_lck_ticket_contended()
447 if (handler(lck, timeout, start, now, interrupts)) { in hw_lck_ticket_contended()
H A Dlocks.c739 uint64_t end = 0, start = 0, interrupts = 0; in hw_lock_lock_contended() local
795 interrupts = thread->machine.int_time_mt - start_interrupts; in hw_lock_lock_contended()
798 if (handler(lock, timeout, start, now, interrupts)) { in hw_lock_lock_contended()
826 uint64_t interrupts = 0; in hw_wait_while_equals() local
858 interrupts = thread->machine.int_time_mt - start_interrupts; in hw_wait_while_equals()
859 panic("Wait while equals timeout @ *%p == %p, interrupt_time %llu", address, v, interrupts); in hw_wait_while_equals()
1042 uint64_t end = 0, start = 0, interrupts = 0; in hw_lock_bit_to_contended() local
1099 interrupts = thread->machine.int_time_mt - start_interrupts; in hw_lock_bit_to_contended()
1102 if (handler(lock, timeout, start, now, interrupts)) { in hw_lock_bit_to_contended()
/xnu-8019.80.24/doc/
H A Dstartup.md293 interrupts or preemption enabled may begin enforcement.
/xnu-8019.80.24/config/
H A DMASTER651 # only used for delivery of traps/interrupts to DTrace.
842 # Debug instrumentation to catch code that leaves interrupts masked