Searched refs:rt_va (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | machine.c | 894 uint64_t rt_va = 0, wt_va = 0, rt_pa = 0, wt_pa = 0, rt_ss = 0, wt_ss = 0; in override_io_timeouts() local 898 io_override_timeout(&io_timeout_override_root_va, vaddr, &rt_va, &wt_va); in override_io_timeouts() 910 *read_timeout = MAX(MAX(rt_va, rt_pa), rt_ss); in override_io_timeouts()
|