Home
last modified time | relevance | path

Searched refs:cpu_report_state (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dcpu.h195 int cpu_report_state(int cpu);
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Denlighten_hvm.c157 if (cpu_report_state(cpu) == CPU_DEAD_FROZEN) { in xen_cpu_up_prepare_hvm()
H A Dsmp_pv.c359 while (cpu_report_state(cpu) != CPU_ONLINE) in xen_pv_cpu_up()
/OK3568_Linux_fs/kernel/kernel/
H A Dsmpboot.c335 int cpu_report_state(int cpu) in cpu_report_state() function