Changes between Version 8 and Version 9 of kernel_context
- Timestamp:
- Oct 28, 2014, 5:05:01 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_context
v8 v9 3 3 [[PageOutline]] 4 4 5 The [source:soft/giet_vm/giet_common/utils.c utils.c] and [source:soft/giet_vm/giet_common/utils.h utils.h] files define the functions used to access the task contexts. The codes used to identify the various context slots are defined [source:soft/giet_vm/giet_kernel/ctx_handler. chere].5 The [source:soft/giet_vm/giet_common/utils.c utils.c] and [source:soft/giet_vm/giet_common/utils.h utils.h] files define the functions used to access the task contexts. The codes used to identify the various context slots are defined [source:soft/giet_vm/giet_kernel/ctx_handler.h here]. 6 6 7 7 These functions are prefixed by "_" to remind that they can only be executed by a processor in kernel mode.