Home
last modified time | relevance | path

Searched refs:sendSGI (Results 1 – 22 of 22) sorted by relevance

/ThreadX-v6.3.0/ports_smp/cortex_a9_smp/gnu/src/
Dtx_thread_smp_core_preempt.S34 .global sendSGI
93 BL sendSGI @ Make call to send inter-processor interrupt
/ThreadX-v6.3.0/ports_smp/cortex_a5_smp/gnu/src/
Dtx_thread_smp_core_preempt.S34 .global sendSGI
93 BL sendSGI @ Make call to send inter-processor interrupt
/ThreadX-v6.3.0/ports_smp/cortex_a7_smp/ac5/src/
Dtx_thread_smp_core_preempt.s34 IMPORT sendSGI
91 BL sendSGI ; Make call to send inter-processor interrupt
/ThreadX-v6.3.0/ports_smp/cortex_a5_smp/ac5/src/
Dtx_thread_smp_core_preempt.s34 IMPORT sendSGI
91 BL sendSGI ; Make call to send inter-processor interrupt
/ThreadX-v6.3.0/ports_smp/cortex_a7_smp/ac5/example_build/sample_threadx/
DMP_GIC.h68 void sendSGI(unsigned int ID, unsigned int core_list, unsigned int filter_list);
/ThreadX-v6.3.0/ports/cortex_a8/gnu/example_build/
DMP_GIC.h68 void sendSGI(unsigned int ID, unsigned int core_list, unsigned int filter_list);
DMP_GIC.s271 .global sendSGI
272 .type sendSGI,function
275 sendSGI: label
/ThreadX-v6.3.0/ports_smp/cortex_a5_smp/ac5/example_build/sample_threadx/
DMP_GIC.h68 void sendSGI(unsigned int ID, unsigned int core_list, unsigned int filter_list);
/ThreadX-v6.3.0/ports/cortex_a7/gnu/example_build/
DMP_GIC.h68 void sendSGI(unsigned int ID, unsigned int core_list, unsigned int filter_list);
DMP_GIC.s271 .global sendSGI
272 .type sendSGI,function
275 sendSGI: label
/ThreadX-v6.3.0/ports_smp/cortex_a7_smp/gnu/example_build/
DMP_GIC.h92 void sendSGI(unsigned int ID, unsigned int core_list, unsigned int filter_list);
/ThreadX-v6.3.0/ports/cortex_a9/gnu/example_build/
DMP_GIC.h95 void sendSGI(unsigned int ID, unsigned int core_list, unsigned int filter_list);
DMP_GIC.S364 .global sendSGI
367 .type sendSGI, "function"
369 sendSGI: label
/ThreadX-v6.3.0/ports_smp/cortex_a9_smp/gnu/example_build/
DMP_GIC.h95 void sendSGI(unsigned int ID, unsigned int core_list, unsigned int filter_list);
DMP_GIC.S365 .global sendSGI
368 .type sendSGI, "function"
370 sendSGI: label
/ThreadX-v6.3.0/ports_smp/cortex_a5_smp/gnu/example_build/
DMP_GIC.h95 void sendSGI(unsigned int ID, unsigned int core_list, unsigned int filter_list);
DMP_GIC.S365 .global sendSGI
368 .type sendSGI, "function"
370 sendSGI: label
/ThreadX-v6.3.0/ports/cortex_a5/gnu/example_build/
DMP_GIC.h95 void sendSGI(unsigned int ID, unsigned int core_list, unsigned int filter_list);
DMP_GIC.S365 .global sendSGI
368 .type sendSGI, "function"
370 sendSGI: label
/ThreadX-v6.3.0/ports_smp/cortex_a7_smp/gnu/src/
Dtx_thread_smp_core_preempt.S95 BL sendSGI @ Make call to send inter-processor interrupt
/ThreadX-v6.3.0/ports/cortex_a5x/ac6/example_build/sample_threadx/
Dgic400_gic.h131 void sendSGI(unsigned int ID, unsigned int cpu_list, unsigned int filter_list, unsigned int SATT);
Dgic400_gic.c254 void sendSGI(unsigned int ID, unsigned int cpu_list, unsigned int filter_list, unsigned int SATT) in sendSGI() function