From 7198c7b9f01bbd5e8f8528440d290569e588b260 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 2 Jun 2020 14:44:08 +0200 Subject: Some cleanup and preparation for support for multiple architectures (both host and client) and OSes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- arch-x86-64.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 arch-x86-64.h (limited to 'arch-x86-64.h') diff --git a/arch-x86-64.h b/arch-x86-64.h deleted file mode 100644 index 044b73f..0000000 --- a/arch-x86-64.h +++ /dev/null @@ -1,29 +0,0 @@ -struct i386_user_regs_struct -{ - uint32_t ebx; - uint32_t ecx; - uint32_t edx; - uint32_t esi; - uint32_t edi; - uint32_t ebp; - uint32_t eax; - uint32_t xds; - uint32_t xes; - uint32_t xfs; - uint32_t xgs; - uint32_t orig_eax; - uint32_t eip; - uint32_t xcs; - uint32_t eflags; - uint32_t esp; - uint32_t xss; -}; - -#define SYSCALL_NUM_REG orig_rax -#define SYSCALL_ARG1_REG rdi -#define SYSCALL_ARG2_REG rsi -#define SYSCALL_ARG3_REG rdx -#define SYSCALL_ARG4_REG r10 -#define SYSCALL_ARG5_REG r8 -#define SYSCALL_ARG6_REG r9 -#define SYSCALL_RET_REG rax -- cgit v1.2.3-70-g09d2