Searched refs:elcr (Results 1 - 3 of 3) sorted by path

/freebsd-10.0-release/sys/xen/interface/arch-x86/hvm/
H A Dsave.h334 uint8_t elcr; member in struct:hvm_hw_vpic
/freebsd-10.0-release/usr.sbin/bhyve/
H A DMakefile10 SRCS= acpi.c atpic.c bhyverun.c block_if.c consport.c dbgport.c elcr.c
H A Delcr.c44 static uint8_t elcr[2] = { 0x00, 0x00 }; variable
58 *eax = elcr[idx];
60 elcr[idx] = *eax;
64 INOUT_PORT(elcr, ELCR_PORT + 0, IOPORT_F_INOUT, elcr_handler);
65 INOUT_PORT(elcr, ELCR_PORT + 1, IOPORT_F_INOUT, elcr_handler);

Completed in 237 milliseconds