/ThreadX-v6.4.1/common_modules/module_manager/utilities/ |
D | module_to_binary.c | 132 unsigned long i, j; in main() local 219 for (j = 0; j < code_section_index; j++) in main() 222 …if ((section_header[i].elf_section_header_address >= code_section_array[j].code_section_address) && in main() 223 …r[i].elf_section_header_offset) < (code_section_array[j].code_section_address+code_section_array[j… in main() 231 if (j == code_section_index) in main() 263 j = i + 1; in main() 267 if (code_section_array[j].code_section_address < code_section_array[i].code_section_address) in main() 271 code_section_array[i] = code_section_array[j]; in main() 272 code_section_array[j] = code_section_temp; in main() 276 j++; in main() [all …]
|
D | module_to_c_array.c | 132 unsigned long i, j, k; in main() local 228 for (j = 0; j < code_section_index; j++) in main() 231 …if ((section_header[i].elf_section_header_address >= code_section_array[j].code_section_address) && in main() 232 …r[i].elf_section_header_offset) < (code_section_array[j].code_section_address+code_section_array[j… in main() 240 if (j == code_section_index) in main() 277 j = i + 1; in main() 281 if (code_section_array[j].code_section_address < code_section_array[i].code_section_address) in main() 285 code_section_array[i] = code_section_array[j]; in main() 286 code_section_array[j] = code_section_temp; in main() 290 j++; in main() [all …]
|
/ThreadX-v6.4.1/common_smp/src/ |
D | tx_thread_smp_utilities.c | 211 UINT j; in _tx_thread_smp_execute_list_clear() local 229 j = ((UINT) 6); in _tx_thread_smp_execute_list_clear() 233 while (j < ((UINT) TX_THREAD_SMP_MAX_CORES)) in _tx_thread_smp_execute_list_clear() 236 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_execute_list_clear() 241 _tx_thread_execute_ptr[j] = TX_NULL; in _tx_thread_smp_execute_list_clear() 244 j++; in _tx_thread_smp_execute_list_clear() 258 UINT j; in _tx_thread_smp_schedule_list_setup() local 275 j = ((UINT) 6); in _tx_thread_smp_schedule_list_setup() 278 while (j < ((UINT) TX_THREAD_SMP_MAX_CORES)) in _tx_thread_smp_schedule_list_setup() 281 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_schedule_list_setup() [all …]
|
D | tx_thread_smp_rebalance_execute_list.c | 95 UINT i, j, core; in _tx_thread_smp_rebalance_execute_list() local 322 j = ((UINT) TX_THREAD_SMP_MAX_CORES); in _tx_thread_smp_rebalance_execute_list() 330 j = schedule_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_rebalance_execute_list() 333 … if ((thread_possible_cores & available_cores & (((ULONG) 1) << j)) == ((ULONG) 0)) in _tx_thread_smp_rebalance_execute_list() 338 TX_LOWEST_SET_BIT_CALCULATE(test_cores, j) in _tx_thread_smp_rebalance_execute_list() 341 schedule_thread -> tx_thread_smp_core_mapped = j; in _tx_thread_smp_rebalance_execute_list() 345 _tx_thread_smp_schedule_list[j] = schedule_thread; in _tx_thread_smp_rebalance_execute_list() 348 available_cores = available_cores & ~(((ULONG) 1) << j); in _tx_thread_smp_rebalance_execute_list() 439 if (j != ((UINT) TX_THREAD_SMP_MAX_CORES)) in _tx_thread_smp_rebalance_execute_list() 443 mapped_thread = _tx_thread_execute_ptr[j]; in _tx_thread_smp_rebalance_execute_list()
|
D | tx_thread_system_resume.c | 115 UINT j; in _tx_thread_system_resume() local 760 … j = preempt_thread -> tx_thread_smp_core_mapped; in _tx_thread_system_resume() 763 available_cores = (((ULONG) 1) << j); in _tx_thread_system_resume() 770 … thread_ptr -> tx_thread_smp_core_mapped = j; in _tx_thread_system_resume() 773 _tx_thread_execute_ptr[j] = thread_ptr; in _tx_thread_system_resume() 776 … _tx_thread_smp_core_interrupt(thread_ptr, core_index, j); in _tx_thread_system_resume() 779 _tx_thread_smp_core_wakeup(core_index, j); in _tx_thread_system_resume() 797 _tx_thread_execute_ptr[j] = TX_NULL; in _tx_thread_system_resume() 825 … _tx_thread_execute_ptr[j] = preempt_thread; in _tx_thread_system_resume()
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_thread.h | 726 UINT j; in _tx_thread_smp_execute_list_clear() local 744 j = ((UINT) 6); in _tx_thread_smp_execute_list_clear() 748 while (j < ((UINT) TX_THREAD_SMP_MAX_CORES)) in _tx_thread_smp_execute_list_clear() 751 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_execute_list_clear() 756 _tx_thread_execute_ptr[j] = TX_NULL; in _tx_thread_smp_execute_list_clear() 759 j++; in _tx_thread_smp_execute_list_clear() 773 UINT j; in _tx_thread_smp_schedule_list_setup() local 790 j = ((UINT) 6); in _tx_thread_smp_schedule_list_setup() 793 while (j < ((UINT) TX_THREAD_SMP_MAX_CORES)) in _tx_thread_smp_schedule_list_setup() 796 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_schedule_list_setup() [all …]
|
/ThreadX-v6.4.1/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/ |
D | crti.s | 12 j target 37 j.d [%blink] 42 j [%blink] 63 j.d [%blink] 68 j [%blink]
|
/ThreadX-v6.4.1/test/ports/ |
D | azrtos_build_txm_tz_mdk5.bat | 8 %AZRTOS_KEIL_UV% -j -b txm.uvprojx -o out.txt 16 %AZRTOS_KEIL_UV% -j -b ThreadX_Library.uvprojx -o out.txt 24 %AZRTOS_KEIL_UV% -j -b demo_secure_zone.uvprojx -o out.txt 32 %AZRTOS_KEIL_UV% -j -b demo_threadx_non-secure_zone.uvprojx -o out.txt 40 %AZRTOS_KEIL_UV% -j -b sample_threadx_module.uvprojx -o out.txt
|
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/gnu/src/ |
D | tx_thread_smp_core_get.S | 67 j $31 # Return to caller
|
D | tx_thread_smp_protect.S | 97 j $31 # Return to caller 117 j $31 # Return to caller
|
/ThreadX-v6.4.1/ports/xtensa/xcc/src/ |
D | xtensa_vectors_xea3.S | 92 j _JumpToResetHandler 105 j _DoubleExceptionHandler // Externally defined 151 j _xt_exit 208 j 1f // make room for literals
|
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/src/ |
D | tx_el.c | 371 UINT i, j; in _tx_el_thread_unregister() local 384 j = 0; in _tx_el_thread_unregister() 410 j++; in _tx_el_thread_unregister() 412 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/src/ |
D | tx_el.c | 370 UINT i, j; in _tx_el_thread_unregister() local 383 j = 0; in _tx_el_thread_unregister() 409 j++; in _tx_el_thread_unregister() 411 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.4.1/ports/cortex_m4/ghs/src/ |
D | tx_el.c | 370 UINT i, j; in _tx_el_thread_unregister() local 383 j = 0; in _tx_el_thread_unregister() 409 j++; in _tx_el_thread_unregister() 411 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.4.1/ports/cortex_m3/ghs/src/ |
D | tx_el.c | 370 UINT i, j; in _tx_el_thread_unregister() local 383 j = 0; in _tx_el_thread_unregister() 409 j++; in _tx_el_thread_unregister() 411 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.4.1/ports/cortex_r7/ghs/src/ |
D | tx_el.c | 370 UINT i, j; in _tx_el_thread_unregister() local 383 j = 0; in _tx_el_thread_unregister() 409 j++; in _tx_el_thread_unregister() 411 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.4.1/ports/cortex_a8/ghs/src/ |
D | tx_el.c | 370 UINT i, j; in _tx_el_thread_unregister() local 383 j = 0; in _tx_el_thread_unregister() 409 j++; in _tx_el_thread_unregister() 411 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.4.1/ports/cortex_a5/ghs/src/ |
D | tx_el.c | 370 UINT i, j; in _tx_el_thread_unregister() local 383 j = 0; in _tx_el_thread_unregister() 409 j++; in _tx_el_thread_unregister() 411 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.4.1/ports/cortex_r5/ghs/src/ |
D | tx_el.c | 370 UINT i, j; in _tx_el_thread_unregister() local 383 j = 0; in _tx_el_thread_unregister() 409 j++; in _tx_el_thread_unregister() 411 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.4.1/ports/cortex_a9/ghs/src/ |
D | tx_el.c | 370 UINT i, j; in _tx_el_thread_unregister() local 383 j = 0; in _tx_el_thread_unregister() 409 j++; in _tx_el_thread_unregister() 411 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.4.1/ports/cortex_a7/ghs/src/ |
D | tx_el.c | 370 UINT i, j; in _tx_el_thread_unregister() local 383 j = 0; in _tx_el_thread_unregister() 409 j++; in _tx_el_thread_unregister() 411 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.4.1/ports/cortex_r4/ghs/src/ |
D | tx_el.c | 370 UINT i, j; in _tx_el_thread_unregister() local 383 j = 0; in _tx_el_thread_unregister() 409 j++; in _tx_el_thread_unregister() 411 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.4.1/ports/cortex_m7/ghs/src/ |
D | tx_el.c | 370 UINT i, j; in _tx_el_thread_unregister() local 383 j = 0; in _tx_el_thread_unregister() 409 j++; in _tx_el_thread_unregister() 411 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/src/ |
D | tx_el.c | 371 UINT i, j; in _tx_el_thread_unregister() local 384 j = 0; in _tx_el_thread_unregister() 410 j++; in _tx_el_thread_unregister() 412 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.4.1/ports/arc_hs/metaware/src/ |
D | tx_thread_context_fast_save.s | 99 j [blink] ; Return to the ISR
|