12 printf (
"EAX=%08x EBX=%08x ECX=%08x EDX=%08x\n" 13 "ESI=%08x EDI=%08x EBP=%08x ESP=%08x\n" 14 "CS=%04x SS=%04x DS=%04x ES=%04x FS=%04x GS=%04x\n",
struct i386_seg_regs segs
int printf(const char *fmt,...)
Write a formatted string to the console.
#define VIRT_CALL(function)
Call C function from real-mode code.
void __asmcall _dump_regs(struct i386_all_regs *ix86)
#define __asmcall
Declare a function with standard calling conventions.
__asm__ __volatile__("call *%9" :"=a"(result), "=c"(discard_ecx), "=d"(discard_edx) :"d"(0), "a"(code), "b"(0), "c"(in_phys), "D"(0), "S"(out_phys), "m"(hypercall))
__asm__(".section \".rodata\", \"a\", " PROGBITS "\n\t" "\nprivate_key_data:\n\t" ".size private_key_data, ( . - private_key_data )\n\t" ".equ private_key_len, ( . - private_key_data )\n\t" ".previous\n\t")
#define TEXT16_CODE(asm_code_str)