Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/
A Ddom0_build.c75 static unsigned int __initdata opt_dom0_max_vcpus_max = UINT_MAX; variable
80 opt_dom0_max_vcpus_max = simple_strtoul(s + 1, &s, 0); in parse_dom0_max_vcpus()
87 opt_dom0_max_vcpus_max = opt_dom0_max_vcpus_min; in parse_dom0_max_vcpus()
89 opt_dom0_max_vcpus_max = simple_strtoul(s, &s, 0); in parse_dom0_max_vcpus()
195 if ( opt_dom0_max_vcpus_max < max_vcpus ) in dom0_max_vcpus()
196 max_vcpus = opt_dom0_max_vcpus_max; in dom0_max_vcpus()

Completed in 3 milliseconds