Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/x86/
H A Dfwcfg.c51 asm volatile ("out %0, %1" : : "a"(index), "d"((uint16_t)BIOS_CFG_IOPORT)); in fwcfg_get_u()
53 asm volatile ("in %1, %0" : "=a"(b) : "d"((uint16_t)(BIOS_CFG_IOPORT + 1))); in fwcfg_get_u()
H A Dfwcfg.h35 #define BIOS_CFG_IOPORT 0x510 macro