Home
last modified time | relevance | path

Searched refs:hcpu (Results 1 – 25 of 55) sorted by relevance

123

/arch/arm/mach-shmobile/
Dplatsmp-scu.c21 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/
Dsmp-shx3.c128 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/
Dmm32.c38 unsigned long action, void *hcpu) in xen_mm32_cpu_notify() argument
40 int cpu = (long)hcpu; in xen_mm32_cpu_notify()
/arch/arm64/kernel/
Dfpsimd.c306 void *hcpu) in fpsimd_cpu_hotplug_notifier() argument
308 unsigned int cpu = (long)hcpu; in fpsimd_cpu_hotplug_notifier()
Darmv8_deprecated.c621 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/
Dcpuid.c155 unsigned long action, void *hcpu) in cpuid_class_cpu_callback() argument
157 unsigned int cpu = (unsigned long)hcpu; in cpuid_class_cpu_callback()
Dmsr.c218 unsigned long action, void *hcpu) in msr_class_cpu_callback() argument
220 unsigned int cpu = (unsigned long)hcpu; in msr_class_cpu_callback()
Dapb_timer.c231 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/
Dx2apic_cluster.c151 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/
Dsmp.c351 unsigned long action, void *hcpu) in octeon_cpu_callback() argument
353 unsigned int cpu = (unsigned long)hcpu; in octeon_cpu_callback()
/arch/ia64/kernel/
Derr_inject.c239 unsigned long action, void *hcpu) in err_inject_cpu_callback() argument
241 unsigned int cpu = (unsigned long)hcpu; in err_inject_cpu_callback()
Dpalinfo.c958 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()
Dtopology.c429 unsigned long action, void *hcpu) in cache_cpu_callback() argument
431 unsigned int cpu = (unsigned long)hcpu; in cache_cpu_callback()
/arch/sh/kernel/
Dperf_event.c363 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/
Dmmu_context_nohash.c336 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/
Dsysfs.c250 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/
Domap-wakeupgen.c332 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/
Damd_bus.c341 void *hcpu) in amd_cpu_notify() argument
343 int cpu = (long)hcpu; in amd_cpu_notify()
/arch/blackfin/kernel/
Dperf_event.c464 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/
Dcache.c356 void *hcpu) in cache_hotplug() argument
358 int cpu = (long)hcpu; in cache_hotplug()
Dperf_cpum_cf.c637 void *hcpu) in cpumf_pmu_notifier() argument
639 unsigned int cpu = (long) hcpu; in cpumf_pmu_notifier()
/arch/x86/kernel/cpu/mcheck/
Dtherm_throt.c278 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/
Dcore.c477 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/
Dsmp.c591 unsigned long action, void *hcpu) in loongson3_cpu_callback() argument
593 unsigned int cpu = (unsigned long)hcpu; in loongson3_cpu_callback()
/arch/arm/vfp/
Dvfpmodule.c639 void *hcpu) in vfp_hotplug() argument
642 vfp_current_hw_state[(long)hcpu] = NULL; in vfp_hotplug()

123