Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpm.c272 static uint16_t pm1_control; variable
288 *eax = pm1_control; in pm1_control_handler()
295 pm1_control = (pm1_control & PM1_SCI_EN) | in pm1_control_handler()
303 if ((pm1_control & PM1_SLP_TYP) >> 10 == 5) { in pm1_control_handler()
311 INOUT_PORT(pm1_control, PM1A_CNT_ADDR, IOPORT_F_INOUT, pm1_control_handler);
391 pm1_control |= PM1_SCI_EN; in smi_cmd_handler()
401 pm1_control &= ~PM1_SCI_EN; in smi_cmd_handler()