Home
last modified time | relevance | path

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

1234

/arch/x86/kernel/
Dsmpboot.c1287 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/
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.c845 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/
DKconfig11 will use PLL1 to generate a frequency as close as possible to this
/arch/nios2/platform/
DKconfig.platform114 Maximum possible data cache size.
121 Minimum possible data cache line size.
128 Maximum possible instruction cache size.
/arch/parisc/math-emu/
DREADME2 been modified as little as possible. Even though they don't fit the
/arch/mips/kernel/
Dsetup.c891 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/
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
/arch/cris/
DKconfig.debug32 here to make it possible to dump an OOPS with an external NMI.
/arch/um/
DKconfig.um55 instance, there is much greater flexibility possible than with the
73 possible requests is provided.
/arch/x86/xen/
DKconfig37 It is always possible to change the default via specifying the
/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/s390/kernel/
Dsmp.c936 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/
DKconfig.debug24 bool "Print possible IA-64 dependency violations to console"
/arch/powerpc/platforms/cell/
DKconfig108 the minimal possible frequency.
/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/arm/mach-pxa/
Dsleep.S107 @ as possible to eliminate messing about with the refresh clock
/arch/openrisc/
DKconfig142 bool "Check for possible ESR exception bug"
/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

1234