Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dprocessor.h182 #define cpu_to_core(_cpu) (cpu_data[_cpu].cpu_core_id) argument
183 #define cpu_to_socket(_cpu) (cpu_data[_cpu].phys_proc_id) argument
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dprocessor.h791 #define cpu_to_core(_cpu) (0) argument
792 #define cpu_to_socket(_cpu) (0) argument
/xen-4.10.0-shim-comet/xen/common/
A Dsched_credit.c87 #define RUNQ(_cpu) (&(CSCHED_PCPU(_cpu)->runq)) argument
229 static void csched_tick(void *_cpu);
1584 csched_tick(void *_cpu) in csched_tick() argument
1586 unsigned int cpu = (unsigned long)_cpu; in csched_tick()
/xen-4.10.0-shim-comet/docs/misc/
A Dxen-command-line.markdown461 ### cpuid\_mask\_cpu (AMD only)
1695 ### tickle\_one\_idle\_cpu

Completed in 16 milliseconds