Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h210 #define TOGGLE_FLAG(flag) (M.x86.R_FLG ^= (flag)) macro
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dops.c4411 TOGGLE_FLAG(F_CF); in x86emuOp_cmc()