Searched refs:available (Results 1 – 25 of 94) sorted by relevance
1234
/arch/arm/plat-omap/ |
D | sram.c | 47 unsigned long available, new_ceil = (unsigned long)omap_sram_ceil; in omap_sram_push_address() local 49 available = omap_sram_ceil - (omap_sram_base + omap_sram_skip); in omap_sram_push_address() 51 if (size > available) { in omap_sram_push_address()
|
/arch/powerpc/mm/ |
D | slice.c | 174 static int slice_check_fit(struct slice_mask mask, struct slice_mask available) in slice_check_fit() argument 176 return (mask.low_slices & available.low_slices) == mask.low_slices && in slice_check_fit() 177 (mask.high_slices & available.high_slices) == mask.high_slices; in slice_check_fit() 248 struct slice_mask available, in slice_scan_available() argument 256 return !!(available.low_slices & (1u << slice)); in slice_scan_available() 261 return !!(available.high_slices & (1ul << slice)); in slice_scan_available() 267 struct slice_mask available, in slice_find_area_bottomup() argument 282 if (!slice_scan_available(addr, available, 1, &addr)) in slice_find_area_bottomup() 294 else if (slice_scan_available(addr, available, 1, &next_end)) { in slice_find_area_bottomup() 310 struct slice_mask available, in slice_find_area_topdown() argument [all …]
|
/arch/powerpc/boot/dts/fsl/ |
D | qoriq-mpic.dtsi | 57 msi-available-ranges = <0 0x100>; 72 msi-available-ranges = <0 0x100>; 87 msi-available-ranges = <0 0x100>;
|
D | pq3-mpic.dtsi | 69 msi-available-ranges = <0 0x100>;
|
/arch/mips/netlogic/ |
D | Platform | 8 # use mips64 if xlr is not available
|
/arch/powerpc/platforms/amigaone/ |
D | Kconfig | 17 More information is available at:
|
/arch/arm/mach-footbridge/ |
D | Kconfig | 30 The Compaq Personal Server is not available for purchase. 32 prototypes at this time. Information is available at:
|
/arch/blackfin/mach-bf533/boards/ |
D | Kconfig | 20 Support for the BlackStamp board. Hardware info available at
|
/arch/x86/crypto/ |
D | crct10dif-pcl-asm_64.S | 12 # This software is available to you under a choice of one of two 14 # General Public License (GPL) Version 2, available from the file
|
/arch/arm/boot/dts/ |
D | efm32gg-dk3750.dts | 4 * Documentation available from
|
D | armada-385.dtsi | 74 * pcie@4,0 is not available. 130 * x1 port only available when pcie@1,0 is
|
D | s5pv210-smdkc110.dts | 12 * available in Linux 3.15 and intends to provide equivalent level of hardware
|
D | s5pv210-torbreck.dts | 12 * available in Linux 3.15 and intends to provide equivalent level of hardware
|
D | efm32gg.dtsi | 4 * Documentation available from
|
/arch/sh/cchips/ |
D | Kconfig | 19 More information is available at
|
/arch/mn10300/ |
D | Kconfig | 198 <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at 215 This option removes the E2/R2 register from the set available to gcc 243 tracked, even when system is powered down. This is available on-chip 261 The PCI-HOWTO, available from 291 MN10300 has available. 299 that the MN10300 has available.
|
/arch/powerpc/kvm/ |
D | Kconfig | 84 hypervisor mode available to the host. 107 machines where hypervisor mode is not available or not usable, 120 report is available in debugfs kvm/vm#_vcpu#_timing.
|
/arch/arm/mach-at91/ |
D | Kconfig | 243 and main oscillator so that only the 32 KiHz clock is available. 245 When only that slow-clock is available, some peripherals lose 247 clocks are available. Some lose their operating state and
|
/arch/arm/include/asm/ |
D | tls.h | 23 tst \tmp1, #HWCAP_TLS @ hardware TLS available?
|
/arch/powerpc/boot/dts/ |
D | mpc8572ds_camp_core0.dts | 68 msi-available-ranges = <0 0x80>;
|
D | mpc8572ds_camp_core1.dts | 98 msi-available-ranges = <0x80 0x80>;
|
/arch/mn10300/mm/ |
D | Kconfig.cache | 35 cache. This means that the written data is immediately available for 38 This is not available for use with an SMP kernel if cache flushing
|
/arch/m68k/fpsp040/ |
D | x_ovfl.S | 30 | operand needs to be made available to the users exception handler
|
/arch/powerpc/platforms/pseries/ |
D | Kconfig | 100 memory than physically available and will allow firmware to 123 systems. 24x7 is available on Power 8 systems.
|
/arch/arm/mach-sa1100/ |
D | Kconfig | 26 More information is available at: 33 prompt "Cerf Flash available"
|
1234