Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c107 static u32 x86emu_parity_tab[8] = variable
119 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0)
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch14669 -static u32 x86emu_parity_tab[8] =
14679 +static u32 x86emu_parity_tab[8] = {
14690 #define PARITY(x) (((x86emu_parity_tab[(x) / 32] >> ((x) % 32)) & 1) == 0)
14691 @@ -125,88 +130,96 @@ static u32 x86emu_parity_tab[8] =