Searched refs:smp_call_function (Results 1 – 7 of 7) sorted by relevance
/external/oprofile/module/x86/ |
D | op_nmi.c | 66 if (smp_call_function(pmc_setup_ctr, NULL, 0, 1)) in pmc_setup_all() 102 smp_call_function(pmc_start, &cpu, 0, 1); in pmc_select_start() 111 smp_call_function(pmc_stop, &cpu, 0, 1); in pmc_select_stop() 131 smp_call_function(pmc_start, NULL, 0, 1); in pmc_start_all() 138 smp_call_function(pmc_stop, NULL, 0, 1); in pmc_stop_all() 274 if ((err = smp_call_function(pmc_save_registers, NULL, 0, 1))) in pmc_init() 282 if ((err = smp_call_function(lvtpc_apic_setup, NULL, 0, 1))) { in pmc_init() 290 smp_call_function(pmc_restore_registers, NULL, 0, 1); in pmc_init() 298 smp_call_function(lvtpc_apic_restore, NULL, 0, 1); in pmc_deinit() 303 smp_call_function(pmc_restore_registers, NULL, 0, 1); in pmc_deinit()
|
D | op_apic.c | 52 smp_call_function(mask_lvtpc, NULL, 0, 1); in install_nmi() 59 smp_call_function(unmask_lvtpc, NULL, 0, 1); in install_nmi() 67 smp_call_function(mask_lvtpc, NULL, 0, 1); in restore_nmi() 73 smp_call_function(unmask_lvtpc, NULL, 0, 1); in restore_nmi()
|
D | cpu_type.c | 95 smp_call_function(do_cpu_id, apic_id, 1, 1); in p4_ht_enabled()
|
/external/oprofile/module/ia64/ |
D | op_pmu.c | 117 if ((smp_call_function(op_set_pmv, NULL, 0, 1))) { in install_handler() 133 if ((smp_call_function(op_restore_pmv, NULL, 0, 1))) { in restore_handler() 248 if ((smp_call_function(disable_psr, NULL, 0, 1))) in pmu_setup_all() 255 if ((smp_call_function(pmu_setup, NULL, 0, 1))) in pmu_setup_all() 394 smp_call_function(pmu_start, &cpu, 0, 1); in pmu_select_start() 404 smp_call_function(pmu_stop, &cpu, 0, 1); in pmu_select_stop() 426 smp_call_function(pmu_start, NULL, 0, 1); in pmu_start_all() 436 smp_call_function(pmu_stop, NULL, 0, 1); in pmu_stop_all() 559 if ((err = smp_call_function(pmu_save_registers, NULL, 0, 1))) in pmu_init() 572 smp_call_function(pmu_restore_registers, NULL, 0, 1); in pmu_deinit()
|
/external/kernel-headers/original/linux/ |
D | smp.h | 54 int smp_call_function(void(*func)(void *info), void *info, int retry, int wait); 88 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) macro
|
/external/oprofile/module/ |
D | compat22.h | 87 #undef smp_call_function 88 static int inline smp_call_function (void (*func) (void * info), void * info, in smp_call_function() function
|
/external/oprofile/ |
D | ChangeLog-2002 | 4220 * module/compat.h: use correct smp_call_function
|