Searched refs:interrupts (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/iokit/DriverKit/ |
| H A D | IOInterruptDispatchSource.iig | 55 * 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 D | lock_ticket.c | 357 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 D | locks.c | 739 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 D | startup.md | 293 interrupts or preemption enabled may begin enforcement.
|
| /xnu-8019.80.24/config/ |
| H A D | MASTER | 651 # only used for delivery of traps/interrupts to DTrace. 842 # Debug instrumentation to catch code that leaves interrupts masked
|