Home
last modified time | relevance | path

Searched refs:MAX_VIRT_CPUS (Results 1 – 3 of 3) sorted by relevance

/arch/arm/include/asm/xen/
Dinterface.h57 #define MAX_VIRT_CPUS 1 macro
/arch/x86/include/asm/xen/
Dinterface.h107 #define MAX_VIRT_CPUS 32 macro
/arch/x86/xen/
Denlighten.c176 if (setup_max_cpus > MAX_VIRT_CPUS) in clamp_max_cpus()
177 setup_max_cpus = MAX_VIRT_CPUS; in clamp_max_cpus()
204 if (cpu < MAX_VIRT_CPUS) in xen_vcpu_setup()
208 if (cpu >= MAX_VIRT_CPUS) in xen_vcpu_setup()
1768 if (cpu >= MAX_VIRT_CPUS) in xen_hvm_init_shared_info()