Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/amd64/
H A Dpm.c271 static uint16_t pm1_control; variable
287 *eax = pm1_control; in pm1_control_handler()
294 pm1_control = (pm1_control & PM1_SCI_EN) | in pm1_control_handler()
302 if ((pm1_control & PM1_SLP_TYP) >> 10 == 5) { in pm1_control_handler()
310 INOUT_PORT(pm1_control, PM1A_CNT_ADDR, IOPORT_F_INOUT, pm1_control_handler);
390 pm1_control |= PM1_SCI_EN; in smi_cmd_handler()
400 pm1_control &= ~PM1_SCI_EN; in smi_cmd_handler()