- Timestamp:
- 2018-04-17T14:10:20Z (8 years ago)
- Parents:
- 30e9f42
- Location:
- uspace/lib/c/arch
- Files:
-
- 8 edited
-
amd64/include/libarch/fibril_context.h (modified) (2 diffs)
-
arm32/include/libarch/fibril_context.h (modified) (2 diffs)
-
ia32/include/libarch/fibril_context.h (modified) (2 diffs)
-
ia64/include/libarch/fibril_context.h (modified) (2 diffs)
-
mips32/include/libarch/fibril_context.h (modified) (2 diffs)
-
ppc32/include/libarch/fibril_context.h (modified) (2 diffs)
-
riscv64/include/libarch/fibril_context.h (modified) (2 diffs)
-
sparc64/include/libarch/fibril_context.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/amd64/include/libarch/fibril_context.h
r30e9f42 rd9fdd5a 26 26 */ 27 27 28 #pragma once 28 #ifndef LIBC_ARCH_FIBRIL_CONTEXT_H_ 29 #define LIBC_ARCH_FIBRIL_CONTEXT_H_ 29 30 30 31 #define CONTEXT_OFFSET_SP 0x00 … … 59 60 60 61 #endif 62 #endif 61 63 -
uspace/lib/c/arch/arm32/include/libarch/fibril_context.h
r30e9f42 rd9fdd5a 26 26 */ 27 27 28 #pragma once 28 #ifndef LIBC_ARCH_FIBRIL_CONTEXT_H_ 29 #define LIBC_ARCH_FIBRIL_CONTEXT_H_ 29 30 30 31 #include <stdint.h> … … 54 55 } context_t; 55 56 57 #endif 58 -
uspace/lib/c/arch/ia32/include/libarch/fibril_context.h
r30e9f42 rd9fdd5a 26 26 */ 27 27 28 #pragma once 28 #ifndef LIBC_ARCH_FIBRIL_CONTEXT_H_ 29 #define LIBC_ARCH_FIBRIL_CONTEXT_H_ 29 30 30 31 #define CONTEXT_OFFSET_SP 0x00 … … 53 54 54 55 #endif 56 #endif 55 57 -
uspace/lib/c/arch/ia64/include/libarch/fibril_context.h
r30e9f42 rd9fdd5a 26 26 */ 27 27 28 #pragma once 28 #ifndef LIBC_ARCH_FIBRIL_CONTEXT_H_ 29 #define LIBC_ARCH_FIBRIL_CONTEXT_H_ 29 30 30 31 #define CONTEXT_OFFSET_AR_PFS 0x000 … … 132 133 133 134 #endif /* __ASSEMBLER__ */ 135 #endif 134 136 -
uspace/lib/c/arch/mips32/include/libarch/fibril_context.h
r30e9f42 rd9fdd5a 26 26 */ 27 27 28 #pragma once 28 #ifndef LIBC_ARCH_FIBRIL_CONTEXT_H_ 29 #define LIBC_ARCH_FIBRIL_CONTEXT_H_ 29 30 30 31 #define CONTEXT_OFFSET_SP 0x00 … … 88 89 89 90 #endif 91 #endif 90 92 -
uspace/lib/c/arch/ppc32/include/libarch/fibril_context.h
r30e9f42 rd9fdd5a 26 26 */ 27 27 28 #pragma once 28 #ifndef LIBC_ARCH_FIBRIL_CONTEXT_H_ 29 #define LIBC_ARCH_FIBRIL_CONTEXT_H_ 29 30 30 31 #define CONTEXT_OFFSET_SP 0x00 … … 85 86 86 87 #endif 88 #endif 87 89 -
uspace/lib/c/arch/riscv64/include/libarch/fibril_context.h
r30e9f42 rd9fdd5a 26 26 */ 27 27 28 #pragma once 28 #ifndef LIBC_ARCH_FIBRIL_CONTEXT_H_ 29 #define LIBC_ARCH_FIBRIL_CONTEXT_H_ 29 30 30 31 #define CONTEXT_OFFSET_SP 0x00 … … 110 111 111 112 #endif 113 #endif 112 114 -
uspace/lib/c/arch/sparc64/include/libarch/fibril_context.h
r30e9f42 rd9fdd5a 26 26 */ 27 27 28 #pragma once 28 #ifndef LIBC_ARCH_FIBRIL_CONTEXT_H_ 29 #define LIBC_ARCH_FIBRIL_CONTEXT_H_ 29 30 30 31 #define CONTEXT_OFFSET_SP 0x00 … … 77 78 78 79 #endif 80 #endif 79 81
Note:
See TracChangeset
for help on using the changeset viewer.
