Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/x86_64/
H A Dloose_ends.c370 if (phy_read_panic && (machine_timeout_suspended() == FALSE)) { in ml_phys_read_data()
520 if (phy_write_panic && (machine_timeout_suspended() == FALSE)) { in ml_phys_write_data()
653 if (phy_read_panic && (machine_timeout_suspended() == FALSE)) { in ml_port_io_read()
724 if (phy_write_panic && (machine_timeout_suspended() == FALSE)) { in ml_port_io_write()
H A Dpmap.c2784 if (machine_timeout_suspended()) { in pmap_flush()
2992 if (machine_timeout_suspended()) { in pmap_flush_tlbs()
/xnu-8019.80.24/osfmk/arm64/
H A Dloose_ends.c358 if (phy_read_panic && (machine_timeout_suspended() == FALSE)) { in ml_phys_read_data()
532 if (phy_write_panic && (machine_timeout_suspended() == FALSE)) { in ml_phys_write_data()
H A Dmachine_routines.c1910 machine_timeout_suspended(void) in machine_timeout_suspended() function
/xnu-8019.80.24/osfmk/i386/
H A Dmp.c715 tsc_timeout = !machine_timeout_suspended() ? in NMI_cpus()
785 tsc_timeout = !machine_timeout_suspended() ? in i386_signal_cpu()
812 if (machine_timeout_suspended()) { in mp_spin_timeout()
2165 cpu < (cpu_t) real_ncpus && !machine_timeout_suspended(); in mp_interrupt_watchdog()
H A Dmachine_routines.h171 boolean_t machine_timeout_suspended(void);
H A Dmachine_routines.c1171 machine_timeout_suspended(void) in machine_timeout_suspended() function
H A DpmCPU.c799 …robable((delta > urgency_notification_assert_abstime_threshold) && !machine_timeout_suspended())) { in thread_tell_urgency()
H A Dtrap.c453 …improbable(ilat_assert && (int_latency > interrupt_latency_cap) && !machine_timeout_suspended())) { in interrupt()
H A Dlocks_i386.c472 if (machine_timeout_suspended()) { in usimple_lock_acquire_timeout_panic()
/xnu-8019.80.24/osfmk/kern/
H A Dmachine.c575 if (phy_read_panic && (machine_timeout_suspended() == FALSE)) { in ml_io_read()
697 if (phy_write_panic && (machine_timeout_suspended() == FALSE)) { in ml_io_write()
H A Dwaitq.c1891 if (machine_timeout_suspended()) { in waitq_timeout_handler()
H A Dsched_prim.c1599 if (timeout > 0 && i > 0 && !machine_timeout_suspended()) { in clear_wait_internal()
/xnu-8019.80.24/osfmk/arm/
H A Dmachine_routines.h1304 boolean_t machine_timeout_suspended(void);
H A Dmachine_routines.c1072 machine_timeout_suspended(void) in machine_timeout_suspended() function