From ace65b453151845bc361f21f3e5b651c35f9f126 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Wed, 22 May 2024 13:00:41 -0400 Subject: massive refactor for mp and organization --- arch/x86_64/tss.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 arch/x86_64/tss.h (limited to 'arch/x86_64/tss.h') diff --git a/arch/x86_64/tss.h b/arch/x86_64/tss.h deleted file mode 100644 index dcdd01c..0000000 --- a/arch/x86_64/tss.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef JOVE_ARCH_x86_64_TSS_H -#define JOVE_ARCH_x86_64_TSS_H 1 - -#include -#include - -struct TSS -{ - uint32_t resv0; - uint32_t rsp[3][2]; - uint64_t resv1; - uint32_t ist[8][2]; - uint64_t resv2; - uint16_t resv3; - uint16_t iobp; -}; - -void tss_set_rsp(uint8_t dpl, uintptr_t rsp); - -#endif -- cgit v1.2.1