Home
last modified time | relevance | path

Searched refs:R_EFLG (Results 1 – 5 of 5) sorted by relevance

/u-boot/arch/x86/lib/
A Dbios.c75 .eflags = M.x86.R_EFLG in int_exception_handler()
326 M.x86.R_EFLG = flags; in interrupt_handler()
345 flags = M.x86.R_EFLG; in interrupt_handler()
A Dbios_interrupts.c89 M.x86.R_EFLG |= 1 << 6; /* Zero Flag set (no key available) */ in int16_handler()
/u-boot/drivers/bios_emulator/
A Dbiosemu.c274 regs->e.cflag = M.x86.R_EFLG & F_CF; in BE_callRealMode()
316 out->e.cflag = M.x86.R_EFLG & F_CF; in BE_int86()
360 out->e.cflag = M.x86.R_EFLG & F_CF; in BE_int86x()
/u-boot/drivers/bios_emulator/include/x86emu/
A Dregs.h168 #define R_EFLG spc.FLAGS macro
/u-boot/drivers/bios_emulator/x86emu/
A Dops.c2363 flags = (M.x86.R_EFLG & F_MSK) | F_ALWAYS_ON; in x86emuOp_pushf_word()
2387 M.x86.R_EFLG = pop_long(); in x86emuOp_popf_word()

Completed in 12 milliseconds