Changeset 04803bf in mainline for kernel/arch/ia32/include/cpu.h
- Timestamp:
- 2011-03-21T22:00:17Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 143932e3
- Parents:
- b50b5af2 (diff), 7308e84 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
kernel/arch/ia32/include/cpu.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/cpu.h
rb50b5af2 r04803bf 37 37 38 38 #define EFLAGS_IF (1 << 9) 39 #define EFLAGS_DF (1 << 10) 40 #define EFLAGS_NT (1 << 14) 39 41 #define EFLAGS_RF (1 << 16) 40 42 … … 42 44 43 45 /* Support for SYSENTER and SYSEXIT */ 44 #define IA32_MSR_SYSENTER_CS 0x17445 #define IA32_MSR_SYSENTER_ESP 0x17546 #define IA32_MSR_SYSENTER_EIP 0x17646 #define IA32_MSR_SYSENTER_CS 0x174U 47 #define IA32_MSR_SYSENTER_ESP 0x175U 48 #define IA32_MSR_SYSENTER_EIP 0x176U 47 49 48 50 #ifndef __ASM__ … … 50 52 #include <arch/pm.h> 51 53 #include <arch/asm.h> 54 #include <arch/cpuid.h> 52 55 53 56 typedef struct { … … 56 59 unsigned int model; 57 60 unsigned int stepping; 61 cpuid_feature_info fi; 62 58 63 tss_t *tss; 59 64
Note:
See TracChangeset
for help on using the changeset viewer.
