Changeset d9fdd5a in mainline for kernel/arch/mips32/include
- Timestamp:
- 2018-04-17T14:10:20Z (8 years ago)
- Parents:
- 30e9f42
- Location:
- kernel/arch/mips32/include/arch
- Files:
-
- 3 edited
-
context_struct.h (modified) (2 diffs)
-
fpu_context_struct.h (modified) (2 diffs)
-
istate_struct.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/arch/context_struct.h
r30e9f42 rd9fdd5a 27 27 */ 28 28 29 #pragma once 29 #ifndef KERN_ARCH_CONTEXT_STRUCT_H_ 30 #define KERN_ARCH_CONTEXT_STRUCT_H_ 30 31 31 32 #define CONTEXT_OFFSET_SP 0x00 … … 66 67 67 68 #endif 69 #endif 68 70 -
kernel/arch/mips32/include/arch/fpu_context_struct.h
r30e9f42 rd9fdd5a 27 27 */ 28 28 29 #pragma once 29 #ifndef KERN_ARCH_FPU_CONTEXT_STRUCT_H_ 30 #define KERN_ARCH_FPU_CONTEXT_STRUCT_H_ 30 31 31 32 #define FPU_CONTEXT_OFFSET_DREGS 0 … … 46 47 47 48 #endif 49 #endif 48 50 -
kernel/arch/mips32/include/arch/istate_struct.h
r30e9f42 rd9fdd5a 27 27 */ 28 28 29 #pragma once 29 #ifndef KERN_ARCH_ISTATE_STRUCT_H_ 30 #define KERN_ARCH_ISTATE_STRUCT_H_ 30 31 31 32 #define ISTATE_OFFSET_A0 0x00 … … 126 127 127 128 #endif 129 #endif 128 130
Note:
See TracChangeset
for help on using the changeset viewer.
