Home
last modified time | relevance | path

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

12

/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_in_place_load.c75 …nager_in_place_load(TXM_MODULE_INSTANCE *module_instance, CHAR *module_name, VOID *module_location) in _txm_module_manager_in_place_load() argument
86 module_preamble = (TXM_MODULE_PREAMBLE *) module_location; in _txm_module_manager_in_place_load()
111 TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) in _txm_module_manager_in_place_load()
114 status = _txm_module_manager_internal_load(module_instance, module_name, module_location, in _txm_module_manager_in_place_load()
Dtxm_module_manager_memory_load.c76 …manager_memory_load(TXM_MODULE_INSTANCE *module_instance, CHAR *module_name, VOID *module_location) in _txm_module_manager_memory_load() argument
94 module_preamble = (TXM_MODULE_PREAMBLE *) module_location; in _txm_module_manager_memory_load()
128 source_ptr = (UCHAR *) module_location; in _txm_module_manager_memory_load()
Dtxm_module_manager_absolute_load.c76 …nager_absolute_load(TXM_MODULE_INSTANCE *module_instance, CHAR *module_name, VOID *module_location) in _txm_module_manager_absolute_load() argument
144 module_preamble = (TXM_MODULE_PREAMBLE *) module_location; in _txm_module_manager_absolute_load()
213 TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) in _txm_module_manager_absolute_load()
329 module_instance -> txm_module_instance_code_start = (VOID *) module_location; in _txm_module_manager_absolute_load()
330 …module_instance -> txm_module_instance_code_end = (VOID *) (((CHAR *) module_location) + (co… in _txm_module_manager_absolute_load()
Dtxm_module_manager_internal_load.c78 …nager_internal_load(TXM_MODULE_INSTANCE *module_instance, CHAR *module_name, VOID *module_location, in _txm_module_manager_internal_load() argument
147 module_preamble = (TXM_MODULE_PREAMBLE *) module_location; in _txm_module_manager_internal_load()
314 module_instance -> txm_module_instance_code_start = (VOID *) module_location; in _txm_module_manager_internal_load()
315 …module_instance -> txm_module_instance_code_end = (VOID *) (((CHAR *) module_location) + (co… in _txm_module_manager_internal_load()
/ThreadX-v6.4.1/ports_module/cortex_a35/gnu/inc/
Dtxm_module_port.h193 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
196 temp = (ALIGN_TYPE) module_location; \
/ThreadX-v6.4.1/ports_module/cortex_a35_smp/ac6/inc/
Dtxm_module_port.h188 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
191 temp = (ALIGN_TYPE) module_location; \
/ThreadX-v6.4.1/ports_module/cortex_a35_smp/gnu/inc/
Dtxm_module_port.h188 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
191 temp = (ALIGN_TYPE) module_location; \
/ThreadX-v6.4.1/ports_module/cortex_a35/ac6/inc/
Dtxm_module_port.h193 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
196 temp = (ALIGN_TYPE) module_location; \
/ThreadX-v6.4.1/ports_module/cortex_r4/iar/inc/
Dtxm_module_port.h238 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
241 temp = (ULONG) module_location; \
/ThreadX-v6.4.1/ports_module/cortex_r4/ac6/inc/
Dtxm_module_port.h256 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
259 temp = (ULONG) module_location; \
/ThreadX-v6.4.1/ports_module/rxv2/iar/inc/
Dtxm_module_port.h263 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
266 temp = (ULONG) module_location; \
/ThreadX-v6.4.1/ports_module/cortex_m33/ac6/inc/
Dtxm_module_port.h249 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
252 temp = (ULONG) module_location; \
/ThreadX-v6.4.1/ports_module/cortex_m33/gnu/inc/
Dtxm_module_port.h243 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
246 temp = (ULONG) module_location; \
/ThreadX-v6.4.1/ports_module/cortex_m33/iar/inc/
Dtxm_module_port.h244 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
247 temp = (ULONG) module_location; \
/ThreadX-v6.4.1/ports_module/cortex_m23/ac6/inc/
Dtxm_module_port.h249 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
252 temp = (ULONG) module_location; \
/ThreadX-v6.4.1/ports_module/cortex_m23/gnu/inc/
Dtxm_module_port.h239 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
242 temp = (ULONG) module_location; \
/ThreadX-v6.4.1/ports_module/cortex_m23/iar/inc/
Dtxm_module_port.h242 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
245 temp = (ULONG) module_location; \
/ThreadX-v6.4.1/ports_module/cortex_m0+/gnu/inc/
Dtxm_module_port.h259 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
262 temp = (ULONG) module_location; \
/ThreadX-v6.4.1/ports_module/cortex_m0+/iar/inc/
Dtxm_module_port.h259 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
262 temp = (ULONG) module_location; \
/ThreadX-v6.4.1/ports_module/cortex_a7/gnu/inc/
Dtxm_module_port.h307 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
310 temp = (ULONG) module_location; \
/ThreadX-v6.4.1/ports_module/cortex_a7/iar/inc/
Dtxm_module_port.h318 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
321 temp = (ULONG) module_location; \
/ThreadX-v6.4.1/ports_module/cortex_m0+/ac6/inc/
Dtxm_module_port.h259 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
262 temp = (ULONG) module_location; \
/ThreadX-v6.4.1/ports_module/cortex_a7/ac5/inc/
Dtxm_module_port.h304 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
307 temp = (ULONG) module_location; \
/ThreadX-v6.4.1/ports_module/cortex_m7/ac5/inc/
Dtxm_module_port.h347 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
350 temp = (ULONG) module_location; \
/ThreadX-v6.4.1/ports_module/cortex_m7/ac6/inc/
Dtxm_module_port.h347 #define TXM_MODULE_MANAGER_CHECK_CODE_ALIGNMENT(module_location, code_alignment) \ argument
350 temp = (ULONG) module_location; \

12