Searched refs:possible (Results 1 – 25 of 81) sorted by relevance
1234
/arch/x86/kernel/ |
D | smpboot.c | 1393 int i, possible; in prefill_possible_map() local 1415 possible = num_processors; in prefill_possible_map() 1418 possible += disabled_cpus; in prefill_possible_map() 1420 if (possible > i) in prefill_possible_map() 1421 possible = i; in prefill_possible_map() 1424 possible = setup_possible_cpus; in prefill_possible_map() 1426 total_cpus = max_t(int, possible, num_processors + disabled_cpus); in prefill_possible_map() 1429 if (possible > nr_cpu_ids) { in prefill_possible_map() 1431 possible, nr_cpu_ids); in prefill_possible_map() 1432 possible = nr_cpu_ids; in prefill_possible_map() [all …]
|
/arch/frv/ |
D | Kconfig.debug | 11 If you say Y here, it will be possible to remotely debug the kernel 37 possible, leaving the program counter at the beginning of
|
/arch/ia64/kernel/ |
D | acpi.c | 845 int possible, disabled_cpus; in prefill_possible_map() local 856 possible = available_cpus + additional_cpus; in prefill_possible_map() 858 if (possible > nr_cpu_ids) in prefill_possible_map() 859 possible = nr_cpu_ids; in prefill_possible_map() 862 possible, max((possible - available_cpus), 0)); in prefill_possible_map() 864 for (i = 0; i < possible; i++) in prefill_possible_map()
|
/arch/avr32/boards/favr-32/ |
D | Kconfig | 11 will use PLL1 to generate a frequency as close as possible to this
|
/arch/nios2/platform/ |
D | Kconfig.platform | 113 Maximum possible data cache size. 120 Minimum possible data cache line size. 127 Maximum possible instruction cache size.
|
/arch/parisc/math-emu/ |
D | README | 2 been modified as little as possible. Even though they don't fit the
|
/arch/mips/kernel/ |
D | setup.c | 920 int i, possible = num_possible_cpus(); in prefill_possible_map() local 922 if (possible > nr_cpu_ids) in prefill_possible_map() 923 possible = nr_cpu_ids; in prefill_possible_map() 925 for (i = 0; i < possible; i++) in prefill_possible_map() 930 nr_cpu_ids = possible; in prefill_possible_map()
|
/arch/um/ |
D | Kconfig.um | 55 instance, there is much greater flexibility possible than with the 73 possible requests is provided. 116 syscalls, it's possible to isolate those applications in
|
/arch/m68k/fpsp040/ |
D | ssinh.S | 108 fmuls (%sp)+,%fp0 |last fp inst - possible exceptions set 131 fmulx (%sp)+,%fp0 |possible exception
|
D | x_operr.S | 175 cmpw #0x3FFE,%d0 |this is the only possible exponent value 202 cmpw #0x3FFE,%d0 |this is the only possible exponent value 321 | It is possible to have either inex2 or inex1 exceptions with the
|
D | x_unimp.S | 69 fsave -(%a7) |capture possible exc state
|
D | stan.S | 247 fdivx %fp1,%fp0 |last inst - possible exception set 287 fdivx (%sp)+,%fp0 |last inst - possible exception set 301 fmovex (%sp)+,%fp0 |last inst - possible exception set
|
/arch/cris/ |
D | Kconfig.debug | 32 here to make it possible to dump an OOPS with an external NMI.
|
/arch/x86/xen/ |
D | Kconfig | 37 It is always possible to change the default via specifying the
|
/arch/arc/boot/dts/ |
D | eznps.dts | 25 possible-cpus = "0-4095";
|
/arch/s390/kernel/ |
D | smp.c | 891 unsigned int possible, sclp_max, cpu; in smp_fill_possible_mask() local 896 possible = setup_possible_cpus ?: nr_cpu_ids; in smp_fill_possible_mask() 897 possible = min(possible, sclp_max); in smp_fill_possible_mask() 898 for (cpu = 0; cpu < possible && cpu < nr_cpu_ids; cpu++) in smp_fill_possible_mask()
|
/arch/mn10300/ |
D | Kconfig.debug | 39 If you say Y here, it will be possible to remotely debug the kernel 53 possible, leaving the program counter at the beginning of
|
/arch/ia64/ |
D | Kconfig.debug | 24 bool "Print possible IA-64 dependency violations to console"
|
/arch/powerpc/platforms/cell/ |
D | Kconfig | 102 the minimal possible frequency.
|
/arch/arm/boot/dts/ |
D | sun8i-r16-parrot.dts | 273 * Remove next line once it is possible to sync two regulators. 284 * Remove next line once it is possible to sync two regulators.
|
D | da850-lcdk.dts | 198 * not possible in stock LCDK.
|
/arch/frv/kernel/ |
D | head-uc-fr451.S | 67 # need to tile the remaining IAMPR/DAMPR registers to cover as much of the RAM as possible
|
/arch/arm/mach-pxa/ |
D | sleep.S | 107 @ as possible to eliminate messing about with the refresh clock
|
/arch/openrisc/ |
D | Kconfig | 140 bool "Check for possible ESR exception bug"
|
/arch/arm/nwfpe/ |
D | softfloat-specialize | 8 Written by John R. Hauser. This work was made possible in part by the 43 defined here if desired. It is currently not possible for such a trap to
|
1234