/development/ndk/platforms/android-3/include/linux/ |
smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) macro
|
/external/oprofile/module/x86/ |
op_nmi.c | 66 if (smp_call_function(pmc_setup_ctr, NULL, 0, 1)) 102 smp_call_function(pmc_start, &cpu, 0, 1); 111 smp_call_function(pmc_stop, &cpu, 0, 1); 131 smp_call_function(pmc_start, NULL, 0, 1); 138 smp_call_function(pmc_stop, NULL, 0, 1); 274 if ((err = smp_call_function(pmc_save_registers, NULL, 0, 1))) 282 if ((err = smp_call_function(lvtpc_apic_setup, NULL, 0, 1))) { 290 smp_call_function(pmc_restore_registers, NULL, 0, 1); 298 smp_call_function(lvtpc_apic_restore, NULL, 0, 1); 303 smp_call_function(pmc_restore_registers, NULL, 0, 1) [all...] |
op_apic.c | 52 smp_call_function(mask_lvtpc, NULL, 0, 1); 59 smp_call_function(unmask_lvtpc, NULL, 0, 1); 67 smp_call_function(mask_lvtpc, NULL, 0, 1); 73 smp_call_function(unmask_lvtpc, NULL, 0, 1);
|
cpu_type.c | 95 smp_call_function(do_cpu_id, apic_id, 1, 1);
|
/external/oprofile/module/ia64/ |
op_pmu.c | 117 if ((smp_call_function(op_set_pmv, NULL, 0, 1))) { 119 "of smp_call_function(op_set_pmv)\n"); 133 if ((smp_call_function(op_restore_pmv, NULL, 0, 1))) { 135 "of smp_call_function(op_restore_pmv)\n"); 248 if ((smp_call_function(disable_psr, NULL, 0, 1))) 255 if ((smp_call_function(pmu_setup, NULL, 0, 1))) 394 smp_call_function(pmu_start, &cpu, 0, 1); 404 smp_call_function(pmu_stop, &cpu, 0, 1); 426 smp_call_function(pmu_start, NULL, 0, 1); 436 smp_call_function(pmu_stop, NULL, 0, 1) [all...] |
/external/oprofile/module/ |
compat22.h | 84 /* provide a working smp_call_function */ 87 #undef smp_call_function macro 88 static int inline smp_call_function (void (*func) (void * info), void * info, function
|