Lines Matching full:possible
154 * APICBASE MSR then the BSP detection is not possible and the in check_for_real_bsp()
261 * Register present and possible CPUs in the domain in topo_register_apic()
346 * This returns the number of possible units according to the enumerated
350 * counts the number of possible cores in the package to which @apicid
443 unsigned int possible = nr_cpu_ids; in topology_apply_cmdline_limits_early() local
447 possible = 1; in topology_apply_cmdline_limits_early()
450 possible = min_t(unsigned int, max_possible_cpus, possible); in topology_apply_cmdline_limits_early()
452 if (possible < nr_cpu_ids) { in topology_apply_cmdline_limits_early()
453 pr_info("Limiting to %u possible CPUs\n", possible); in topology_apply_cmdline_limits_early()
454 set_nr_cpu_ids(possible); in topology_apply_cmdline_limits_early()
502 pr_warn("%u possible CPUs exceed the limit of %u\n", total, allowed); in topology_init_possible_cpus()