coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
debug.c File Reference
#include "x86emui.h"
Include dependency graph for debug.c:

Go to the source code of this file.

Functions

void x86emu_dump_regs (void)
 
void x86emu_dump_xregs (void)
 

Function Documentation

◆ x86emu_dump_regs()

void x86emu_dump_regs ( void  )

Definition at line 364 of file debug.c.

References ACCESS_FLAG, F_AF, F_CF, F_DF, F_IF, F_OF, F_PF, F_SF, F_ZF, M, and printf.

Referenced by x86emu_intr_raise().

Here is the caller graph for this function:

◆ x86emu_dump_xregs()

void x86emu_dump_xregs ( void  )

Definition at line 398 of file debug.c.

References ACCESS_FLAG, F_AF, F_CF, F_DF, F_IF, F_OF, F_PF, F_SF, F_ZF, M, and printf.