Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/x86_64/
H A Dloose_ends.c362 if (phy_read_panic && (machine_timeout_suspended() == FALSE)) { in ml_phys_read_data()
624 if (phy_read_panic && (machine_timeout_suspended() == FALSE)) { in ml_port_io_read()
/xnu-11215.1.10/osfmk/i386/
H A Dmachine_routines.h444 extern uint32_t phy_read_panic;
/xnu-11215.1.10/bsd/dev/arm64/
H A Dsysctl.c405 &phy_read_panic, 0, "if set, report-phy-read-delay timeout panics");
/xnu-11215.1.10/osfmk/kern/
H A Dmachine.c605 uint32_t phy_read_panic = 1; variable
609 uint32_t phy_read_panic = 0; variable
1077 if (phy_read_panic && (machine_timeout_suspended() == FALSE)) { in ml_io_read()
/xnu-11215.1.10/osfmk/arm64/
H A Dloose_ends.c432 if (phy_read_panic && (machine_timeout_suspended() == FALSE)) { in ml_phys_read_data()
/xnu-11215.1.10/osfmk/arm/
H A Dmachine_routines.h1413 extern uint32_t phy_read_panic;
/xnu-11215.1.10/bsd/dev/i386/
H A Dsysctl.c927 &phy_read_panic, 0, "");