Changeset 4805495 in mainline for uspace/lib/c/arch/mips32/include
- Timestamp:
- 2019-02-11T15:01:33Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ab936440, d5a89a3, fc448f5
- Parents:
- 8df5f20
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-01 23:30:11)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-11 15:01:33)
- Location:
- uspace/lib/c/arch/mips32/include/libarch
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32/include/libarch/config.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_mips32_CONFIG_H_36 #define LIBC_mips32_CONFIG_H_35 #ifndef _LIBC_mips32_CONFIG_H_ 36 #define _LIBC_mips32_CONFIG_H_ 37 37 38 38 #define PAGE_WIDTH 14 -
uspace/lib/c/arch/mips32/include/libarch/ddi.h
r8df5f20 r4805495 31 31 */ 32 32 33 #ifndef LIBC_mips32_DDI_H_34 #define LIBC_mips32_DDI_H_33 #ifndef _LIBC_mips32_DDI_H_ 34 #define _LIBC_mips32_DDI_H_ 35 35 36 36 #include <ddi.h> -
uspace/lib/c/arch/mips32/include/libarch/elf_linux.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_mips32_ELF_LINUX_H_36 #define LIBC_mips32_ELF_LINUX_H_35 #ifndef _LIBC_mips32_ELF_LINUX_H_ 36 #define _LIBC_mips32_ELF_LINUX_H_ 37 37 38 38 #include <libarch/istate.h> -
uspace/lib/c/arch/mips32/include/libarch/faddr.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_mips32_FADDR_H_36 #define LIBC_mips32_FADDR_H_35 #ifndef _LIBC_mips32_FADDR_H_ 36 #define _LIBC_mips32_FADDR_H_ 37 37 38 38 #include <types/common.h> -
uspace/lib/c/arch/mips32/include/libarch/fibril.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_mips32_FIBRIL_H_37 #define LIBC_mips32_FIBRIL_H_36 #ifndef _LIBC_mips32_FIBRIL_H_ 37 #define _LIBC_mips32_FIBRIL_H_ 38 38 39 39 #include <stdint.h> -
uspace/lib/c/arch/mips32/include/libarch/fibril_context.h
r8df5f20 r4805495 27 27 */ 28 28 29 #ifndef LIBC_ARCH_FIBRIL_CONTEXT_H_30 #define LIBC_ARCH_FIBRIL_CONTEXT_H_29 #ifndef _LIBC_ARCH_FIBRIL_CONTEXT_H_ 30 #define _LIBC_ARCH_FIBRIL_CONTEXT_H_ 31 31 32 32 #define __CONTEXT_OFFSET_SP 0x00 -
uspace/lib/c/arch/mips32/include/libarch/stack.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_mips32_STACK_H_36 #define LIBC_mips32_STACK_H_35 #ifndef _LIBC_mips32_STACK_H_ 36 #define _LIBC_mips32_STACK_H_ 37 37 38 38 #define STACK_ITEM_SIZE 4 -
uspace/lib/c/arch/mips32/include/libarch/syscall.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_mips32_SYSCALL_H_37 #define LIBC_mips32_SYSCALL_H_36 #ifndef _LIBC_mips32_SYSCALL_H_ 37 #define _LIBC_mips32_SYSCALL_H_ 38 38 39 39 #define LIBARCH_SYSCALL_GENERIC -
uspace/lib/c/arch/mips32/include/libarch/thread.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_mips32_THREAD_H_37 #define LIBC_mips32_THREAD_H_36 #ifndef _LIBC_mips32_THREAD_H_ 37 #define _LIBC_mips32_THREAD_H_ 38 38 39 39 #endif -
uspace/lib/c/arch/mips32/include/libarch/tls.h
r8df5f20 r4805495 36 36 /* TLS for MIPS is described in http://www.linux-mips.org/wiki/NPTL */ 37 37 38 #ifndef LIBC_mips32_TLS_H_39 #define LIBC_mips32_TLS_H_38 #ifndef _LIBC_mips32_TLS_H_ 39 #define _LIBC_mips32_TLS_H_ 40 40 41 41 /*
Note:
See TracChangeset
for help on using the changeset viewer.