Changeset 09ab0a9a in mainline for kernel/arch/mips32/include
- 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:
- kernel/arch/mips32/include/arch
- Files:
-
- 7 edited
-
context_struct.h (modified) (1 diff)
-
debugger.h (modified) (1 diff)
-
fpu_context_struct.h (modified) (1 diff)
-
istate_struct.h (modified) (1 diff)
-
mm/page.h (modified) (1 diff)
-
mm/tlb.h (modified) (1 diff)
-
proc/thread.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/arch/context_struct.h
rb2aaaa0 r09ab0a9a 71 71 #endif 72 72 #endif 73 -
kernel/arch/mips32/include/arch/debugger.h
rb2aaaa0 r09ab0a9a 57 57 #define BKPOINT_FUNCCALL (1 << 3) 58 58 59 60 59 typedef struct { 61 60 uintptr_t address; /**< Breakpoint address */ -
kernel/arch/mips32/include/arch/fpu_context_struct.h
rb2aaaa0 r09ab0a9a 48 48 #endif 49 49 #endif 50 -
kernel/arch/mips32/include/arch/istate_struct.h
rb2aaaa0 r09ab0a9a 128 128 #endif 129 129 #endif 130 -
kernel/arch/mips32/include/arch/mm/page.h
rb2aaaa0 r09ab0a9a 161 161 } pte_t; 162 162 163 164 163 NO_TRACE static inline unsigned int get_pt_flags(pte_t *pt, size_t i) 165 164 { -
kernel/arch/mips32/include/arch/mm/tlb.h
rb2aaaa0 r09ab0a9a 140 140 } 141 141 142 143 142 /** Read Indexed TLB Entry 144 143 * -
kernel/arch/mips32/include/arch/proc/thread.h
rb2aaaa0 r09ab0a9a 47 47 /** @} 48 48 */ 49
Note:
See TracChangeset
for help on using the changeset viewer.
