/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/example_build/sample_threadx/ |
D | tx_zynqmp_low_level.c | 42 #define GICD_ISENABLER(i) GIC_REG(0x100 + 4*(i)) argument 43 #define GICD_ICENABLER(i) GIC_REG(0x180 + 4*(i)) argument 44 #define GICD_ICPENDR(i) GIC_REG(0x280 + 4*(i)) argument 45 #define GICD_ISACTIVER(i) GIC_REG(0x300 + 4*(i)) argument 46 #define GICD_ICACTIVER(i) GIC_REG(0x380 + 4*(i)) argument 47 #define GICD_IPRIORITY(i) GIC_REG(0x400 + 4*(i)) argument 48 #define GICD_IPRIORITYB(i) *((volatile uint8_t *)(GIC_BASEADDR+0x400+(i))) argument 49 #define GICD_ITARGETSR(i) GIC_REG(0x800 + 4*(i)) argument 50 #define GICD_ITARGETSRB(i) *((volatile uint8_t *)(GIC_BASEADDR+0x800+(i))) argument 51 #define GICD_ICFGR(i) GIC_REG(0xc00 + 4*(i)) argument [all …]
|
/ThreadX-v6.3.0/ports/xtensa/xcc/src/ |
D | xtensa_intr_asm.S | 126 .set i, 0 define 130 .set i, i+1 define
|
D | tx_initialize_low_level.c | 85 int32_t i; in _tx_initialize_low_level() local
|
D | xtensa_coproc_handler.S | 69 .set i, 0 define 73 .set i, i+1 define
|
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
D | px_mq_queue_init.c | 71 ULONG i; in posix_queue_init() local
|
D | px_sem_get_new_sem.c | 71 ULONG i; in posix_get_new_sem() local
|
D | px_mq_get_new_queue.c | 72 ULONG i; in posix_get_new_queue() local
|
/ThreadX-v6.3.0/ports_module/cortex_a7/gnu/module_manager/src/ |
D | txm_module_manager_external_memory_enable.c | 78 UINT i; in _txm_level2_page_get() local 171 UINT i; in _txm_level2_page_clear() local 249 UINT i; in _txm_module_manager_external_memory_enable() local
|
D | txm_module_manager_mm_register_setup.c | 131 UINT i = 1; in _txm_module_manager_assign_asid() local 251 UINT i; in _txm_module_manager_mm_register_setup() local
|
/ThreadX-v6.3.0/ports_module/cortex_a7/iar/module_manager/src/ |
D | txm_module_manager_external_memory_enable.c | 78 UINT i; in _txm_level2_page_get() local 171 UINT i; in _txm_level2_page_clear() local 249 UINT i; in _txm_module_manager_external_memory_enable() local
|
D | txm_module_manager_mm_register_setup.c | 131 UINT i = 1; in _txm_module_manager_assign_asid() local 251 UINT i; in _txm_module_manager_mm_register_setup() local
|
/ThreadX-v6.3.0/ports_module/cortex_a7/ac5/module_manager/src/ |
D | txm_module_manager_external_memory_enable.c | 78 UINT i; in _txm_level2_page_get() local 171 UINT i; in _txm_level2_page_clear() local 249 UINT i; in _txm_module_manager_external_memory_enable() local
|
D | txm_module_manager_mm_register_setup.c | 131 UINT i = 1; in _txm_module_manager_assign_asid() local 251 UINT i; in _txm_module_manager_mm_register_setup() local
|
/ThreadX-v6.3.0/common_smp/src/ |
D | tx_thread_smp_current_state_set.c | 76 UINT i; in _tx_thread_smp_current_state_set() local
|
D | tx_trace_object_unregister.c | 77 UINT i, entries; in _tx_trace_object_unregister() local
|
D | tx_initialize_kernel_enter.c | 100 ULONG other_core_status, i; in _tx_initialize_kernel_enter() local
|
/ThreadX-v6.3.0/test/tx/regression/ |
D | threadx_thread_sleep_for_100ticks_test.c | 53 ULONG i; in delay_function() local 94 ULONG i; in test_isr() local 239 ULONG i; in thread_0_entry() local
|
D | threadx_thread_delayed_suspension_test.c | 72 ULONG i; in delay_function() local 92 ULONG i; in test_isr() local 325 ULONG i; in thread_2_entry() local
|
/ThreadX-v6.3.0/test/smp/regression/ |
D | threadx_thread_sleep_for_100ticks_test.c | 53 ULONG i; in delay_function() local 94 ULONG i; in test_isr() local 239 ULONG i; in thread_0_entry() local
|
D | threadx_thread_delayed_suspension_test.c | 72 ULONG i; in delay_function() local 92 ULONG i; in test_isr() local 325 ULONG i; in thread_2_entry() local
|
D | threadx_smp_preemption_threshold_test.c | 37 static void delay(UINT i) in delay() 58 UINT i; in test_application_define() local
|
/ThreadX-v6.3.0/ports_smp/linux/gnu/src/ |
D | tx_thread_smp_core_get.c | 78 UINT i; in _tx_thread_smp_core_get() local
|
D | tx_thread_smp_current_state_get.c | 78 UINT i; in _tx_thread_smp_current_state_get() local
|
D | tx_thread_smp_current_thread_get.c | 77 UINT i; in _tx_thread_smp_current_thread_get() local
|
/ThreadX-v6.3.0/common/src/ |
D | tx_trace_object_unregister.c | 77 UINT i, entries; in _tx_trace_object_unregister() local
|