Home
last modified time | relevance | path

Searched defs:i (Results 1 – 25 of 230) sorted by relevance

12345678910

/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/example_build/sample_threadx/
Dtx_zynqmp_low_level.c42 #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/
Dxtensa_intr_asm.S126 .set i, 0 define
130 .set i, i+1 define
Dtx_initialize_low_level.c85 int32_t i; in _tx_initialize_low_level() local
Dxtensa_coproc_handler.S69 .set i, 0 define
73 .set i, i+1 define
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_mq_queue_init.c71 ULONG i; in posix_queue_init() local
Dpx_sem_get_new_sem.c71 ULONG i; in posix_get_new_sem() local
Dpx_mq_get_new_queue.c72 ULONG i; in posix_get_new_queue() local
/ThreadX-v6.3.0/ports_module/cortex_a7/gnu/module_manager/src/
Dtxm_module_manager_external_memory_enable.c78 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
Dtxm_module_manager_mm_register_setup.c131 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/
Dtxm_module_manager_external_memory_enable.c78 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
Dtxm_module_manager_mm_register_setup.c131 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/
Dtxm_module_manager_external_memory_enable.c78 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
Dtxm_module_manager_mm_register_setup.c131 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/
Dtx_thread_smp_current_state_set.c76 UINT i; in _tx_thread_smp_current_state_set() local
Dtx_trace_object_unregister.c77 UINT i, entries; in _tx_trace_object_unregister() local
Dtx_initialize_kernel_enter.c100 ULONG other_core_status, i; in _tx_initialize_kernel_enter() local
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_sleep_for_100ticks_test.c53 ULONG i; in delay_function() local
94 ULONG i; in test_isr() local
239 ULONG i; in thread_0_entry() local
Dthreadx_thread_delayed_suspension_test.c72 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/
Dthreadx_thread_sleep_for_100ticks_test.c53 ULONG i; in delay_function() local
94 ULONG i; in test_isr() local
239 ULONG i; in thread_0_entry() local
Dthreadx_thread_delayed_suspension_test.c72 ULONG i; in delay_function() local
92 ULONG i; in test_isr() local
325 ULONG i; in thread_2_entry() local
Dthreadx_smp_preemption_threshold_test.c37 static void delay(UINT i) in delay()
58 UINT i; in test_application_define() local
/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_thread_smp_core_get.c78 UINT i; in _tx_thread_smp_core_get() local
Dtx_thread_smp_current_state_get.c78 UINT i; in _tx_thread_smp_current_state_get() local
Dtx_thread_smp_current_thread_get.c77 UINT i; in _tx_thread_smp_current_thread_get() local
/ThreadX-v6.3.0/common/src/
Dtx_trace_object_unregister.c77 UINT i, entries; in _tx_trace_object_unregister() local

12345678910