Home
last modified time | relevance | path

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

12

/xen-4.10.0-shim-comet/xen/common/
A Dcpu.c72 void *hcpu = (void *)(long)smp_processor_id(); in take_cpu_down() local
73 int notifier_rc = notifier_call_chain(&cpu_chain, CPU_DYING, hcpu, NULL); in take_cpu_down()
82 void *hcpu = (void *)(long)cpu; in cpu_down() local
94 notifier_rc = notifier_call_chain(&cpu_chain, CPU_DOWN_PREPARE, hcpu, &nb); in cpu_down()
107 notifier_rc = notifier_call_chain(&cpu_chain, CPU_DEAD, hcpu, NULL); in cpu_down()
115 notifier_rc = notifier_call_chain(&cpu_chain, CPU_DOWN_FAILED, hcpu, &nb); in cpu_down()
124 void *hcpu = (void *)(long)cpu; in cpu_up() local
136 notifier_rc = notifier_call_chain(&cpu_chain, CPU_UP_PREPARE, hcpu, &nb); in cpu_up()
147 notifier_rc = notifier_call_chain(&cpu_chain, CPU_ONLINE, hcpu, NULL); in cpu_up()
164 void *hcpu = (void *)(long)cpu; in notify_cpu_starting() local
[all …]
A Dstop_machine.c177 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() argument
179 unsigned int cpu = (unsigned long)hcpu; in cpu_callback()
197 void *hcpu = (void *)(long)cpu; in cpu_stopmachine_init() local
198 cpu_callback(&cpu_nfb, CPU_UP_PREPARE, hcpu); in cpu_stopmachine_init()
A Dtasklet.c215 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() argument
217 unsigned int cpu = (unsigned long)hcpu; in cpu_callback()
244 void *hcpu = (void *)(long)smp_processor_id(); in tasklet_subsys_init() local
245 cpu_callback(&cpu_nfb, CPU_UP_PREPARE, hcpu); in tasklet_subsys_init()
A Dtmem_xen.c214 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() argument
216 unsigned int cpu = (unsigned long)hcpu; in cpu_callback()
268 void *hcpu = (void *)(long)cpu; in tmem_init() local
269 cpu_callback(&cpu_nfb, CPU_UP_PREPARE, hcpu); in tmem_init()
A Drcupdate.c570 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() argument
572 unsigned int cpu = (unsigned long)hcpu; in cpu_callback()
A Dcpupool.c772 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() argument
774 unsigned int cpu = (unsigned long)hcpu; in cpu_callback()
A Dtimer.c605 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() argument
607 unsigned int cpu = (unsigned long)hcpu; in cpu_callback()
A Dtrace.c82 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() argument
84 unsigned int cpu = (unsigned long)hcpu; in cpu_callback()
A Dkexec.c531 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() argument
533 unsigned long cpu = (unsigned long)hcpu; in cpu_callback()
A Dschedule.c1609 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_schedule_callback() argument
1611 unsigned int cpu = (unsigned long)hcpu; in cpu_schedule_callback()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dpercpu.c53 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_percpu_callback() argument
55 unsigned int cpu = (unsigned long)hcpu; in cpu_percpu_callback()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dpercpu.c67 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_percpu_callback() argument
69 unsigned int cpu = (unsigned long)hcpu; in cpu_percpu_callback()
A Dmicrocode.c370 struct notifier_block *nfb, unsigned long action, void *hcpu) in microcode_percpu_callback() argument
372 unsigned int cpu = (unsigned long)hcpu; in microcode_percpu_callback()
A Dnmi.c420 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_nmi_callback() argument
422 unsigned int cpu = (unsigned long)hcpu; in cpu_nmi_callback()
A Dsmpboot.c763 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_smpboot_callback() argument
765 unsigned int cpu = (unsigned long)hcpu; in cpu_smpboot_callback()
A Dpsr.c1486 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() argument
1489 unsigned int cpu = (unsigned long)hcpu; in cpu_callback()
/xen-4.10.0-shim-comet/xen/drivers/cpufreq/
A Dcpufreq_misc_governors.c95 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpufreq_userspace_cpu_callback() argument
97 unsigned int cpu = (unsigned long)hcpu; in cpufreq_userspace_cpu_callback()
A Dcpufreq.c635 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() argument
637 unsigned int cpu = (unsigned long)hcpu; in cpu_callback()
/xen-4.10.0-shim-comet/xen/arch/x86/genapic/
A Dx2apic.c193 struct notifier_block *nfb, unsigned long action, void *hcpu) in update_clusterinfo() argument
195 unsigned int cpu = (unsigned long)hcpu; in update_clusterinfo()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/
A Dmce_intel.c889 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() argument
891 unsigned int cpu = (unsigned long)hcpu; in cpu_callback()
A Dmce.c718 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() argument
720 unsigned int cpu = (unsigned long)hcpu; in cpu_callback()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dmwait-idle.c1150 unsigned long action, void *hcpu) in mwait_idle_cpu_init() argument
1152 unsigned int cpu = (unsigned long)hcpu, cstate; in mwait_idle_cpu_init()
A Dvpmu.c842 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() argument
844 unsigned int cpu = (unsigned long)hcpu; in cpu_callback()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/
A Dio.c1065 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() argument
1067 unsigned int cpu = (unsigned long)hcpu; in cpu_callback()
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/
A Dcpu_idle.c1355 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() argument
1357 unsigned int cpu = (unsigned long)hcpu; in cpu_callback()

Completed in 41 milliseconds

12