Home
last modified time | relevance | path

Searched refs:cpu_down (Results 1 – 8 of 8) sorted by relevance

/xen/xen/common/
A Dcpu.c99 int cpu_down(unsigned int cpu) in cpu_down() function
199 if ( (error = cpu_down(cpu)) ) in disable_nonboot_cpus()
230 (error = cpu_down(cpu)) ) in enable_nonboot_cpus()
A Dcore_parking.c184 ret = cpu_down(cpu); in core_parking_helper()
203 ret = cpu_down(cpu); in core_parking_helper()
/xen/xen/include/xen/
A Dcpu.h61 int cpu_down(unsigned int cpu);
/xen/xen/include/asm-x86/hvm/
A Dhvm.h165 void (*cpu_down)(void); member
540 if ( hvm_funcs.cpu_down ) in hvm_cpu_down()
541 hvm_funcs.cpu_down(); in hvm_cpu_down()
/xen/xen/arch/x86/
A Dsysctl.c108 int ret = cpu_down(cpu); in cpu_down_helper()
111 ret = cpu_down(cpu); in cpu_down_helper()
A Dsetup.c1860 ret = cpu_down(i); in __start_xen()
/xen/xen/arch/x86/hvm/svm/
A Dsvm.c2422 .cpu_down = svm_cpu_down,
/xen/xen/arch/x86/hvm/vmx/
A Dvmx.c2274 .cpu_down = vmx_cpu_down,

Completed in 27 milliseconds