Home
last modified time | relevance | path

Searched refs:possible (Results 1 – 25 of 74) sorted by relevance

123

/arch/x86/kernel/
Dsmpboot.c1220 int i, possible; in prefill_possible_map() local
1228 possible = num_processors; in prefill_possible_map()
1231 possible += disabled_cpus; in prefill_possible_map()
1233 if (possible > i) in prefill_possible_map()
1234 possible = i; in prefill_possible_map()
1237 possible = setup_possible_cpus; in prefill_possible_map()
1239 total_cpus = max_t(int, possible, num_processors + disabled_cpus); in prefill_possible_map()
1242 if (possible > nr_cpu_ids) { in prefill_possible_map()
1244 possible, nr_cpu_ids); in prefill_possible_map()
1245 possible = nr_cpu_ids; in prefill_possible_map()
[all …]
/arch/frv/
DKconfig.debug11 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/
Dacpi.c851 int possible, disabled_cpus; in prefill_possible_map() local
862 possible = available_cpus + additional_cpus; in prefill_possible_map()
864 if (possible > nr_cpu_ids) in prefill_possible_map()
865 possible = nr_cpu_ids; in prefill_possible_map()
868 possible, max((possible - available_cpus), 0)); in prefill_possible_map()
870 for (i = 0; i < possible; i++) in prefill_possible_map()
/arch/avr32/boards/favr-32/
DKconfig11 will use PLL1 to generate a frequency as close as possible to this
/arch/parisc/math-emu/
DREADME2 been modified as little as possible. Even though they don't fit the
/arch/mips/kernel/
Dsetup.c785 int i, possible = num_possible_cpus(); in prefill_possible_map() local
787 if (possible > nr_cpu_ids) in prefill_possible_map()
788 possible = nr_cpu_ids; in prefill_possible_map()
790 for (i = 0; i < possible; i++) in prefill_possible_map()
795 nr_cpu_ids = possible; in prefill_possible_map()
/arch/m68k/fpsp040/
Dssinh.S108 fmuls (%sp)+,%fp0 |last fp inst - possible exceptions set
131 fmulx (%sp)+,%fp0 |possible exception
Dx_operr.S175 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
Dx_unimp.S69 fsave -(%a7) |capture possible exc state
Dstan.S247 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
Dstanh.S166 fmovex X(%a6),%fp0 |last inst - possible exception set
Dbugfix.S340 | The frame returned is busy. It is not possible to reconstruct
477 | The frame returned is busy. It is not possible to reconstruct
/arch/cris/
DKconfig.debug32 here to make it possible to dump an OOPS with an external NMI.
/arch/s390/kernel/
Dsmp.c776 unsigned int possible, sclp, cpu; in smp_fill_possible_mask() local
779 possible = setup_possible_cpus ?: nr_cpu_ids; in smp_fill_possible_mask()
780 possible = min(possible, sclp); in smp_fill_possible_mask()
781 for (cpu = 0; cpu < possible && cpu < nr_cpu_ids; cpu++) in smp_fill_possible_mask()
/arch/mn10300/
DKconfig.debug39 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/
DKconfig.debug24 bool "Print possible IA-64 dependency violations to console"
/arch/um/
DKconfig.um69 instance, there is much greater flexibility possible than with the
87 possible requests is provided.
/arch/frv/kernel/
Dhead-uc-fr451.S67 # need to tile the remaining IAMPR/DAMPR registers to cover as much of the RAM as possible
/arch/openrisc/
DKconfig144 bool "Check for possible ESR exception bug"
/arch/powerpc/platforms/cell/
DKconfig133 the minimal possible frequency.
/arch/arm/mach-pxa/
Dsleep.S107 @ as possible to eliminate messing about with the refresh clock
/arch/arm/nwfpe/
Dsoftfloat-specialize8 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/
Ddiv64.S143 @ If possible, branch for another shift in the division loop.
/arch/x86/math-emu/
DREADME36 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
/arch/mips/
DKconfig.debug29 If you say Y here, it will be possible to use a 8250/16550 serial

123