Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dfault_iso.c54 static ds_svc_hdl_t cpu_handle; variable
82 &cpu_handle /* cb_arg */
256 if ((rv = ds_cap_send(cpu_handle, &resp_msg, in cpu_data_handler()
289 if ((rv = ds_cap_send(cpu_handle, &resp_msg, in cpu_data_handler()
435 if ((ds_svc_hdl_t *)arg == &cpu_handle) in fi_reg_handler()
436 cpu_handle = hdl; in fi_reg_handler()
446 if ((ds_svc_hdl_t *)arg == &cpu_handle) in fi_unreg_handler()
447 cpu_handle = DS_INVALID_HDL; in fi_unreg_handler()