Searched refs:possible (Results 1 – 25 of 76) sorted by relevance
1234
/arch/x86/kernel/ |
D | smpboot.c | 1287 int i, possible; in prefill_possible_map() local 1295 possible = num_processors; in prefill_possible_map() 1298 possible += disabled_cpus; in prefill_possible_map() 1300 if (possible > i) in prefill_possible_map() 1301 possible = i; in prefill_possible_map() 1304 possible = setup_possible_cpus; in prefill_possible_map() 1306 total_cpus = max_t(int, possible, num_processors + disabled_cpus); in prefill_possible_map() 1309 if (possible > nr_cpu_ids) { in prefill_possible_map() 1311 possible, nr_cpu_ids); in prefill_possible_map() 1312 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 | 114 Maximum possible data cache size. 121 Minimum possible data cache line size. 128 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 | 891 int i, possible = num_possible_cpus(); in prefill_possible_map() local 893 if (possible > nr_cpu_ids) in prefill_possible_map() 894 possible = nr_cpu_ids; in prefill_possible_map() 896 for (i = 0; i < possible; i++) in prefill_possible_map() 901 nr_cpu_ids = possible; in prefill_possible_map()
|
/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
|
D | stanh.S | 166 fmovex X(%a6),%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/um/ |
D | Kconfig.um | 55 instance, there is much greater flexibility possible than with the 73 possible requests is provided.
|
/arch/x86/xen/ |
D | Kconfig | 37 It is always possible to change the default via specifying the
|
/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/s390/kernel/ |
D | smp.c | 936 unsigned int possible, sclp_max, cpu; in smp_fill_possible_mask() local 941 possible = setup_possible_cpus ?: nr_cpu_ids; in smp_fill_possible_mask() 942 possible = min(possible, sclp_max); in smp_fill_possible_mask() 943 for (cpu = 0; cpu < possible && cpu < nr_cpu_ids; cpu++) in smp_fill_possible_mask()
|
/arch/ia64/ |
D | Kconfig.debug | 24 bool "Print possible IA-64 dependency violations to console"
|
/arch/powerpc/platforms/cell/ |
D | Kconfig | 108 the minimal possible frequency.
|
/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 | 142 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
|
/arch/arm/lib/ |
D | div64.S | 143 @ If possible, branch for another shift in the division loop.
|
/arch/x86/math-emu/ |
D | README | 36 possible to be sure that all of the peculiarities of the 80486 have 232 match those of an 80486 FPU. They are the best possible; the error for 288 It is possible with some effort to find very large arguments which 317 results which are in error (i.e. less accurate than the best possible
|
1234