/arch/arm/mach-shmobile/ |
D | platsmp-scu.c | 21 unsigned long action, void *hcpu) in shmobile_smp_scu_notifier_call() argument 23 unsigned int cpu = (long)hcpu; in shmobile_smp_scu_notifier_call()
|
/arch/sh/kernel/cpu/sh4a/ |
D | smp-shx3.c | 128 shx3_cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) in shx3_cpu_callback() argument 130 unsigned int cpu = (unsigned int)hcpu; in shx3_cpu_callback()
|
/arch/arm/xen/ |
D | mm32.c | 38 unsigned long action, void *hcpu) in xen_mm32_cpu_notify() argument 40 int cpu = (long)hcpu; in xen_mm32_cpu_notify()
|
/arch/arm64/kernel/ |
D | fpsimd.c | 306 void *hcpu) in fpsimd_cpu_hotplug_notifier() argument 308 unsigned int cpu = (long)hcpu; in fpsimd_cpu_hotplug_notifier()
|
D | armv8_deprecated.c | 621 unsigned long action, void *hcpu) in insn_cpu_hotplug_notify() argument 625 rc = run_all_insn_set_hw_mode((unsigned long)hcpu); in insn_cpu_hotplug_notify()
|
/arch/x86/kernel/ |
D | cpuid.c | 155 unsigned long action, void *hcpu) in cpuid_class_cpu_callback() argument 157 unsigned int cpu = (unsigned long)hcpu; in cpuid_class_cpu_callback()
|
D | msr.c | 218 unsigned long action, void *hcpu) in msr_class_cpu_callback() argument 220 unsigned int cpu = (unsigned long)hcpu; in msr_class_cpu_callback()
|
D | apb_timer.c | 231 unsigned long action, void *hcpu) in apbt_cpuhp_notify() argument 233 unsigned long cpu = (unsigned long)hcpu; in apbt_cpuhp_notify()
|
/arch/x86/kernel/apic/ |
D | x2apic_cluster.c | 151 update_clusterinfo(struct notifier_block *nfb, unsigned long action, void *hcpu) in update_clusterinfo() argument 153 unsigned int this_cpu = (unsigned long)hcpu; in update_clusterinfo()
|
/arch/mips/cavium-octeon/ |
D | smp.c | 351 unsigned long action, void *hcpu) in octeon_cpu_callback() argument 353 unsigned int cpu = (unsigned long)hcpu; in octeon_cpu_callback()
|
/arch/ia64/kernel/ |
D | err_inject.c | 239 unsigned long action, void *hcpu) in err_inject_cpu_callback() argument 241 unsigned int cpu = (unsigned long)hcpu; in err_inject_cpu_callback()
|
D | palinfo.c | 958 remove_palinfo_proc_entries(unsigned int hcpu) in remove_palinfo_proc_entries() argument 961 sprintf(cpustr, "cpu%d", hcpu); in remove_palinfo_proc_entries() 966 unsigned long action, void *hcpu) in palinfo_cpu_callback() argument 968 unsigned int hotcpu = (unsigned long)hcpu; in palinfo_cpu_callback()
|
D | topology.c | 429 unsigned long action, void *hcpu) in cache_cpu_callback() argument 431 unsigned int cpu = (unsigned long)hcpu; in cache_cpu_callback()
|
/arch/sh/kernel/ |
D | perf_event.c | 363 sh_pmu_notifier(struct notifier_block *self, unsigned long action, void *hcpu) in sh_pmu_notifier() argument 365 unsigned int cpu = (long)hcpu; in sh_pmu_notifier()
|
/arch/powerpc/mm/ |
D | mmu_context_nohash.c | 336 unsigned long action, void *hcpu) in mmu_context_cpu_notify() argument 338 unsigned int cpu = (unsigned int)(long)hcpu; in mmu_context_cpu_notify()
|
/arch/sparc/kernel/ |
D | sysfs.c | 250 unsigned long action, void *hcpu) in sysfs_cpu_notify() argument 252 unsigned int cpu = (unsigned int)(long)hcpu; in sysfs_cpu_notify()
|
/arch/arm/mach-omap2/ |
D | omap-wakeupgen.c | 332 unsigned long action, void *hcpu) in irq_cpu_hotplug_notify() argument 334 unsigned int cpu = (unsigned int)hcpu; in irq_cpu_hotplug_notify()
|
/arch/x86/pci/ |
D | amd_bus.c | 341 void *hcpu) in amd_cpu_notify() argument 343 int cpu = (long)hcpu; in amd_cpu_notify()
|
/arch/blackfin/kernel/ |
D | perf_event.c | 464 bfin_pmu_notifier(struct notifier_block *self, unsigned long action, void *hcpu) in bfin_pmu_notifier() argument 466 unsigned int cpu = (long)hcpu; in bfin_pmu_notifier()
|
/arch/s390/kernel/ |
D | cache.c | 356 void *hcpu) in cache_hotplug() argument 358 int cpu = (long)hcpu; in cache_hotplug()
|
D | perf_cpum_cf.c | 637 void *hcpu) in cpumf_pmu_notifier() argument 639 unsigned int cpu = (long) hcpu; in cpumf_pmu_notifier()
|
/arch/x86/kernel/cpu/mcheck/ |
D | therm_throt.c | 278 void *hcpu) in thermal_throttle_cpu_callback() argument 280 unsigned int cpu = (unsigned long)hcpu; in thermal_throttle_cpu_callback()
|
/arch/x86/kernel/cpu/microcode/ |
D | core.c | 477 mc_cpu_callback(struct notifier_block *nb, unsigned long action, void *hcpu) in mc_cpu_callback() argument 479 unsigned int cpu = (unsigned long)hcpu; in mc_cpu_callback()
|
/arch/mips/loongson/loongson-3/ |
D | smp.c | 591 unsigned long action, void *hcpu) in loongson3_cpu_callback() argument 593 unsigned int cpu = (unsigned long)hcpu; in loongson3_cpu_callback()
|
/arch/arm/vfp/ |
D | vfpmodule.c | 639 void *hcpu) in vfp_hotplug() argument 642 vfp_current_hw_state[(long)hcpu] = NULL; in vfp_hotplug()
|