Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/i386/
H A Dlapic_native.c82 static uint64_t lapic_error_time_threshold = 0; variable
668 if (lapic_error_time_threshold == 0 && cpu_number() == 0) { in lapic_configure()
669 nanoseconds_to_absolutetime(NSEC_PER_SEC >> 2, &lapic_error_time_threshold); in lapic_configure()
965 if ((abstime - lapic_last_master_error) < lapic_error_time_threshold) { in lapic_interrupt()