wrap x86_regs with x86_user_context

and, rename x86_regs to x86_basic_regs.
This commit is contained in:
NAKAMURA Gou
2015-02-25 13:49:44 +09:00
parent 026164eda4
commit fab2c2aa97
6 changed files with 67 additions and 61 deletions

View File

@@ -178,7 +178,7 @@ struct tss64 {
unsigned short iomap_address;
} __attribute__((packed));
struct x86_regs {
struct x86_basic_regs {
unsigned long r15, r14, r13, r12, r11, r10, r9, r8;
unsigned long rdi, rsi, rdx, rcx, rbx, rax, rbp;
unsigned long error, rip, cs, rflags, rsp, ss;