Changeset c030818 in mainline for kernel/arch/sparc64/include/arch/context_struct.h
- Timestamp:
- 2023-02-05T14:43:59Z (22 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 33a3be8
- Parents:
- c1b073b7
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2022-08-20 12:17:49)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-05 14:43:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/arch/context_struct.h
rc1b073b7 rc030818 49 49 #define CONTEXT_OFFSET_L7 0x88 50 50 #define CONTEXT_OFFSET_TP 0x90 51 #define CONTEXT_OFFSET_IPL 0x98 52 #define CONTEXT_SIZE 0xa0 51 #define CONTEXT_SIZE 0x98 53 52 54 53 #ifndef __ASSEMBLER__ … … 76 75 uint64_t l7; 77 76 uint64_t tp; // %g7 78 ipl_t ipl;79 77 } context_t; 80 78
Note:
See TracChangeset
for help on using the changeset viewer.