Searched refs:H_VIO_SIGNAL (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/powerpc/pseries/ |
H A D | phyp_llan.c | 311 phyp_hcall(H_VIO_SIGNAL, sc->unit, 1); /* Enable interrupts */ in llan_init() 383 phyp_hcall(H_VIO_SIGNAL, sc->unit, 0); in llan_intr() 414 phyp_hcall(H_VIO_SIGNAL, sc->unit, 1); in llan_intr()
|
H A D | phyp-hvcall.h | 230 #define H_VIO_SIGNAL 0x104 macro
|
H A D | phyp_vscsi.c | 831 error = phyp_hcall(H_VIO_SIGNAL, sc->unit, 1); /* Enable interrupts */ in vscsi_setup_bus() 944 phyp_hcall(H_VIO_SIGNAL, sc->unit, 0); in vscsi_check_response_queue() 997 phyp_hcall(H_VIO_SIGNAL, sc->unit, 1); in vscsi_check_response_queue()
|