Home
last modified time | relevance | path

Searched refs:module_location (Results 1 – 25 of 37) sorted by relevance

12

/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_in_place_load.c76 …nager_in_place_load(TXM_MODULE_INSTANCE *module_instance, CHAR *module_name, VOID *module_location) in _txm_module_manager_in_place_load() argument
87 module_preamble = (TXM_MODULE_PREAMBLE *) module_location; in _txm_module_manager_in_place_load()
112 TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) in _txm_module_manager_in_place_load()
115 status = _txm_module_manager_internal_load(module_instance, module_name, module_location, in _txm_module_manager_in_place_load()
Dtxm_module_manager_memory_load.c77 …manager_memory_load(TXM_MODULE_INSTANCE *module_instance, CHAR *module_name, VOID *module_location) in _txm_module_manager_memory_load() argument
95 module_preamble = (TXM_MODULE_PREAMBLE *) module_location; in _txm_module_manager_memory_load()
129 source_ptr = (UCHAR *) module_location; in _txm_module_manager_memory_load()
Dtxm_module_manager_absolute_load.c77 …nager_absolute_load(TXM_MODULE_INSTANCE *module_instance, CHAR *module_name, VOID *module_location) in _txm_module_manager_absolute_load() argument
145 module_preamble = (TXM_MODULE_PREAMBLE *) module_location; in _txm_module_manager_absolute_load()
214 TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) in _txm_module_manager_absolute_load()
330 module_instance -> txm_module_instance_code_start = (VOID *) module_location; in _txm_module_manager_absolute_load()
331 …module_instance -> txm_module_instance_code_end = (VOID *) (((CHAR *) module_location) + (co… in _txm_module_manager_absolute_load()
Dtxm_module_manager_internal_load.c79 …nager_internal_load(TXM_MODULE_INSTANCE *module_instance, CHAR *module_name, VOID *module_location, in _txm_module_manager_internal_load() argument
148 module_preamble = (TXM_MODULE_PREAMBLE *) module_location; in _txm_module_manager_internal_load()
315 module_instance -> txm_module_instance_code_start = (VOID *) module_location; in _txm_module_manager_internal_load()
316 …module_instance -> txm_module_instance_code_end = (VOID *) (((CHAR *) module_location) + (co… in _txm_module_manager_internal_load()
/ThreadX-v6.3.0/ports_module/cortex_a35_smp/ac6/inc/
Dtxm_module_port.h189 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
192 temp = (ALIGN_TYPE) module_location; \
/ThreadX-v6.3.0/ports_module/cortex_a35/gnu/inc/
Dtxm_module_port.h194 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
197 temp = (ALIGN_TYPE) module_location; \
/ThreadX-v6.3.0/ports_module/cortex_a35_smp/gnu/inc/
Dtxm_module_port.h189 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
192 temp = (ALIGN_TYPE) module_location; \
/ThreadX-v6.3.0/ports_module/cortex_a35/ac6/inc/
Dtxm_module_port.h194 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
197 temp = (ALIGN_TYPE) module_location; \
/ThreadX-v6.3.0/ports_module/cortex_r4/iar/inc/
Dtxm_module_port.h239 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
242 temp = (ULONG) module_location; \
/ThreadX-v6.3.0/ports_module/cortex_r4/ac6/inc/
Dtxm_module_port.h257 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
260 temp = (ULONG) module_location; \
/ThreadX-v6.3.0/ports_module/rxv2/iar/inc/
Dtxm_module_port.h264 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
267 temp = (ULONG) module_location; \
/ThreadX-v6.3.0/ports_module/cortex_m33/ac6/inc/
Dtxm_module_port.h250 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
253 temp = (ULONG) module_location; \
/ThreadX-v6.3.0/ports_module/cortex_m33/gnu/inc/
Dtxm_module_port.h244 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
247 temp = (ULONG) module_location; \
/ThreadX-v6.3.0/ports_module/cortex_m33/iar/inc/
Dtxm_module_port.h245 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
248 temp = (ULONG) module_location; \
/ThreadX-v6.3.0/ports_module/cortex_m23/ac6/inc/
Dtxm_module_port.h250 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
253 temp = (ULONG) module_location; \
/ThreadX-v6.3.0/ports_module/cortex_m23/gnu/inc/
Dtxm_module_port.h240 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
243 temp = (ULONG) module_location; \
/ThreadX-v6.3.0/ports_module/cortex_m23/iar/inc/
Dtxm_module_port.h243 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
246 temp = (ULONG) module_location; \
/ThreadX-v6.3.0/ports_module/cortex_a7/iar/inc/
Dtxm_module_port.h319 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
322 temp = (ULONG) module_location; \
/ThreadX-v6.3.0/ports_module/cortex_m0+/ac6/inc/
Dtxm_module_port.h260 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
263 temp = (ULONG) module_location; \
/ThreadX-v6.3.0/ports_module/cortex_m0+/gnu/inc/
Dtxm_module_port.h260 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
263 temp = (ULONG) module_location; \
/ThreadX-v6.3.0/ports_module/cortex_m0+/iar/inc/
Dtxm_module_port.h260 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
263 temp = (ULONG) module_location; \
/ThreadX-v6.3.0/ports_module/cortex_a7/ac5/inc/
Dtxm_module_port.h305 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
308 temp = (ULONG) module_location; \
/ThreadX-v6.3.0/ports_module/cortex_a7/gnu/inc/
Dtxm_module_port.h308 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
311 temp = (ULONG) module_location; \
/ThreadX-v6.3.0/ports_module/cortex_m7/ac5/inc/
Dtxm_module_port.h348 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
351 temp = (ULONG) module_location; \
/ThreadX-v6.3.0/ports_module/cortex_m7/ac6/inc/
Dtxm_module_port.h348 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
351 temp = (ULONG) module_location; \

12