Home
last modified time | relevance | path

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

/xnu-8020.101.4/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-8020.101.4/osfmk/kern/
H A Dlocks.c400 uint64_t end = 0, start = 0, interrupts = 0; in hw_lock_lock_contended() local
464 interrupts = thread->machine.int_time_mt - start_interrupts; in hw_lock_lock_contended()
467 if (handler(lock, timeout, start, now, interrupts)) { in hw_lock_lock_contended()
497 uint64_t interrupts = 0, start_interrupts = 0; in hw_wait_while_equals32() local
535 interrupts = thread->machine.int_time_mt - start_interrupts; in hw_wait_while_equals32()
537 "interrupt_time %llu", address, v, interrupts); in hw_wait_while_equals32()
560 uint64_t interrupts = 0, start_interrupts = 0; in hw_wait_while_equals64() local
598 interrupts = thread->machine.int_time_mt - start_interrupts; in hw_wait_while_equals64()
600 "interrupt_time %llu", address, v, interrupts); in hw_wait_while_equals64()
784 uint64_t end = 0, start = 0, interrupts = 0; in hw_lock_bit_to_contended() local
[all …]
H A Dlock_ticket.c346 uint64_t end = 0, start = 0, interrupts = 0; in hw_lck_ticket_contended() local
439 interrupts = cthread->machine.int_time_mt - start_interrupts; in hw_lck_ticket_contended()
442 if (handler(lck, timeout, start, now, interrupts)) { in hw_lck_ticket_contended()
/xnu-8020.101.4/doc/
H A Dstartup.md280 interrupts or preemption enabled may begin enforcement.
/xnu-8020.101.4/config/
H A DMASTER629 # only used for delivery of traps/interrupts to DTrace.
805 # Debug instrumentation to catch code that leaves interrupts masked