Changeset 09ab0a9a in mainline for uspace/lib/c/arch
- Timestamp:
- 2018-09-13T12:05:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- Location:
- uspace/lib/c/arch
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/amd64/include/libarch/fibril_context.h
rb2aaaa0 r09ab0a9a 63 63 #endif 64 64 #endif 65 -
uspace/lib/c/arch/arm32/include/libarch/fibril.h
rb2aaaa0 r09ab0a9a 49 49 #define SP_DELTA (0 + ALIGN_UP(STACK_ITEM_SIZE, STACK_ALIGNMENT)) 50 50 51 52 51 /** Sets data to the context. 53 52 * -
uspace/lib/c/arch/arm32/include/libarch/stackarg.h
rb2aaaa0 r09ab0a9a 41 41 /** @} 42 42 */ 43 -
uspace/lib/c/arch/arm32/src/atomic.c
rb2aaaa0 r09ab0a9a 181 181 return old_val; 182 182 } 183 -
uspace/lib/c/arch/arm32/src/syscall.c
rb2aaaa0 r09ab0a9a 35 35 36 36 #include <libc.h> 37 38 37 39 38 /** Syscall routine. -
uspace/lib/c/arch/ia32/include/libarch/fibril_context.h
rb2aaaa0 r09ab0a9a 56 56 #endif 57 57 #endif 58 -
uspace/lib/c/arch/ia32/src/rtld/reloc.c
rb2aaaa0 r09ab0a9a 51 51 } 52 52 53 54 53 /** 55 54 * Process (fixup) all relocations in a relocation table. -
uspace/lib/c/arch/ia64/include/libarch/fibril_context.h
rb2aaaa0 r09ab0a9a 135 135 #endif /* __ASSEMBLER__ */ 136 136 #endif 137 -
uspace/lib/c/arch/ia64/include/libarch/stackarg.h
rb2aaaa0 r09ab0a9a 38 38 #endif 39 39 40 41 40 /** @} 42 41 */ 43 -
uspace/lib/c/arch/mips32/include/libarch/fibril_context.h
rb2aaaa0 r09ab0a9a 91 91 #endif 92 92 #endif 93 -
uspace/lib/c/arch/ppc32/include/libarch/fibril_context.h
rb2aaaa0 r09ab0a9a 88 88 #endif 89 89 #endif 90 -
uspace/lib/c/arch/riscv64/include/libarch/fibril_context.h
rb2aaaa0 r09ab0a9a 113 113 #endif 114 114 #endif 115 -
uspace/lib/c/arch/sparc64/include/libarch/ddi.h
rb2aaaa0 r09ab0a9a 61 61 } 62 62 63 64 63 static inline uint8_t arch_pio_read_8(const ioport8_t *port) 65 64 { -
uspace/lib/c/arch/sparc64/include/libarch/fibril_context.h
rb2aaaa0 r09ab0a9a 80 80 #endif 81 81 #endif 82
Note:
See TracChangeset
for help on using the changeset viewer.