Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm/
H A Dthread.h147 …uint64_t inthandler_timestamp; /* timestamp of when interrupt handler start… member
H A Dmachine_routines.h116 thread->machine.inthandler_timestamp = ml_get_speculative_timebase(); \
127 …thread->machine.inthandler_timestamp = 0; …
H A Dlocks_arm.c320 if (thread->machine.inthandler_timestamp == 0) { in _prepare_preemption_disable_measurement()
H A Dmachine_routines_common.c886 start = is_int_handler ? thread->machine.inthandler_timestamp : thread->machine.intmask_timestamp; in __ml_handle_interrupts_disabled_duration()