Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/x86_64/
H A Dloose_ends.c502 if (phy_write_panic && (machine_timeout_suspended() == FALSE)) { in ml_phys_write_data()
685 if (phy_write_panic && (machine_timeout_suspended() == FALSE)) { in ml_port_io_write()
/xnu-11215.1.10/osfmk/i386/
H A Dmachine_routines.h445 extern uint32_t phy_write_panic;
/xnu-11215.1.10/bsd/dev/arm64/
H A Dsysctl.c407 &phy_write_panic, 0, "if set, report-phy-write-delay timeout panics");
/xnu-11215.1.10/osfmk/kern/
H A Dmachine.c606 uint32_t phy_write_panic = 1; variable
610 uint32_t phy_write_panic = 0; variable
1232 if (phy_write_panic && (machine_timeout_suspended() == FALSE)) { in ml_io_write()
/xnu-11215.1.10/osfmk/arm64/
H A Dloose_ends.c655 if (phy_write_panic && (machine_timeout_suspended() == FALSE)) { in ml_phys_write_data()
/xnu-11215.1.10/osfmk/arm/
H A Dmachine_routines.h1414 extern uint32_t phy_write_panic;
/xnu-11215.1.10/bsd/dev/i386/
H A Dsysctl.c930 &phy_write_panic, 0, "");