Lines Matching full:possible
153 * APICBASE MSR then the BSP detection is not possible and the in check_for_real_bsp()
260 * Register present and possible CPUs in the domain in topo_register_apic()
345 * This returns the number of possible units according to the enumerated
349 * counts the number of possible cores in the package to which @apicid
429 unsigned int possible = nr_cpu_ids; in topology_apply_cmdline_limits_early() local
433 possible = 1; in topology_apply_cmdline_limits_early()
436 possible = min_t(unsigned int, max_possible_cpus, possible); in topology_apply_cmdline_limits_early()
438 if (possible < nr_cpu_ids) { in topology_apply_cmdline_limits_early()
439 pr_info("Limiting to %u possible CPUs\n", possible); in topology_apply_cmdline_limits_early()
440 set_nr_cpu_ids(possible); in topology_apply_cmdline_limits_early()
488 pr_warn("%u possible CPUs exceed the limit of %u\n", total, allowed); in topology_init_possible_cpus()