Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dops.c177 void x86emuOp_illegal_op( in x86emuOp_illegal_op() function
5249 /* 0x62 */ x86emuOp_illegal_op, /* bound */
5250 /* 0x63 */ x86emuOp_illegal_op, /* arpl */
5377 /* 0xd6 */ x86emuOp_illegal_op, /* Undocumented SETALC instruction */
5407 /* 0xf1 */ x86emuOp_illegal_op,
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch3211 -static void x86emuOp_illegal_op(
3214 +x86emuOp_illegal_op(u8 op1)
3233 @@ -100,7 +100,7 @@ static void x86emuOp_illegal_op(
3242 @@ -108,7 +108,8 @@ static void x86emuOp_illegal_op(
11304 -/* 0x62 */ x86emuOp_illegal_op, /* bound */
11305 -/* 0x63 */ x86emuOp_illegal_op, /* arpl */
11306 + /* 0x62 */ x86emuOp_illegal_op,
11308 + /* 0x63 */ x86emuOp_illegal_op,
11410 -/* 0xd6 */ x86emuOp_illegal_op, /* Undocumented SETALC instruction */
11411 + /* 0xd6 */ x86emuOp_illegal_op,
[all …]