Home
last modified time | relevance | path

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

1234

/arch/x86/kernel/
Dsmpboot.c1393 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/
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.platform113 Maximum possible data cache size.
120 Minimum possible data cache line size.
127 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.c920 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/
DKconfig.um55 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/
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
/arch/cris/
DKconfig.debug32 here to make it possible to dump an OOPS with an external NMI.
/arch/x86/xen/
DKconfig37 It is always possible to change the default via specifying the
/arch/arc/boot/dts/
Deznps.dts25 possible-cpus = "0-4095";
/arch/s390/kernel/
Dsmp.c891 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/
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/powerpc/platforms/cell/
DKconfig102 the minimal possible frequency.
/arch/arm/boot/dts/
Dsun8i-r16-parrot.dts273 * Remove next line once it is possible to sync two regulators.
284 * Remove next line once it is possible to sync two regulators.
Dda850-lcdk.dts198 * not possible in stock LCDK.
/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/
DKconfig140 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

1234