Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/x86_64/
H A Dloose_ends.c366 if (phy_read_panic && (machine_timeout_suspended() == FALSE)) { in ml_phys_read_data()
645 if (phy_read_panic && (machine_timeout_suspended() == FALSE)) { in ml_port_io_read()
/xnu-8796.121.2/osfmk/kern/
H A Dmachine.c619 uint32_t phy_read_panic = 1; variable
623 uint32_t phy_read_panic = 0; variable
944 if (phy_read_panic && (machine_timeout_suspended() == FALSE)) { in ml_io_read()
/xnu-8796.121.2/osfmk/i386/
H A Dmachine_routines.h442 extern uint32_t phy_read_panic;
/xnu-8796.121.2/bsd/dev/arm64/
H A Dsysctl.c408 &phy_read_panic, 0, "if set, report-phy-read-delay timeout panics");
/xnu-8796.121.2/osfmk/arm64/
H A Dloose_ends.c357 if (phy_read_panic && (machine_timeout_suspended() == FALSE)) { in ml_phys_read_data()
/xnu-8796.121.2/osfmk/arm/
H A Dmachine_routines.h1399 extern uint32_t phy_read_panic;
/xnu-8796.121.2/bsd/dev/i386/
H A Dsysctl.c933 &phy_read_panic, 0, "");