Home
last modified time | relevance | path

Searched refs:available (Results 1 – 25 of 136) sorted by relevance

123456

/arch/arm/mach-vexpress/
Dplatsmp.c37 bool available; in vexpress_smp_init_ops() local
44 available = cci_node && of_device_is_available(cci_node); in vexpress_smp_init_ops()
48 if (!available) in vexpress_smp_init_ops()
/arch/powerpc/mm/
Dslice.c139 const struct slice_mask *available, in slice_check_range_fits() argument
152 if ((low_slices & available->low_slices) != low_slices) in slice_check_range_fits()
162 if (!test_bit(i, available->high_slices)) in slice_check_range_fits()
262 const struct slice_mask *available, in slice_scan_available() argument
269 return !!(available->low_slices & (1u << slice)); in slice_scan_available()
274 return !!test_bit(slice, available->high_slices); in slice_scan_available()
280 const struct slice_mask *available, in slice_find_area_bottomup() argument
298 if (!slice_scan_available(addr, available, 1, &addr)) in slice_find_area_bottomup()
310 else if (slice_scan_available(addr, available, 1, &next_end)) { in slice_find_area_bottomup()
326 const struct slice_mask *available, in slice_find_area_topdown() argument
[all …]
/arch/arm/plat-omap/
Dsram.c45 unsigned long available, new_ceil = (unsigned long)omap_sram_ceil; in omap_sram_push_address() local
47 available = omap_sram_ceil - (omap_sram_base + omap_sram_skip); in omap_sram_push_address()
49 if (size > available) { in omap_sram_push_address()
/arch/powerpc/boot/dts/fsl/
Dqoriq-mpic.dtsi57 msi-available-ranges = <0 0x100>;
72 msi-available-ranges = <0 0x100>;
87 msi-available-ranges = <0 0x100>;
Dmpc8572ds_camp_core0.dts64 msi-available-ranges = <0 0x80>;
/arch/arm64/boot/dts/marvell/
Darmada-3720-espressobin.dts10 …* Schematic available at http://espressobin.net/wp-content/uploads/2017/08/ESPRESSObin_V5_Schemati…
Darmada-3720-espressobin-v7.dts11 * Schematic available at http://wiki.espressobin.net/tiki-download_file.php?fileId=200
Darmada-3720-espressobin-emmc.dts11 …* Schematic available at http://espressobin.net/wp-content/uploads/2017/08/ESPRESSObin_V5_Schemati…
Darmada-3720-espressobin-v7-emmc.dts11 * Schematic available at http://wiki.espressobin.net/tiki-download_file.php?fileId=200
/arch/mips/netlogic/
DPlatform8 # use mips64 if xlr is not available
/arch/arm64/boot/dts/amazon/
Dalpine-v2-evp.dts6 * This software is available to you under a choice of one of two
8 * General Public License (GPL) Version 2, available from the file
/arch/x86/platform/intel-mid/
Dpwr.c98 bool available; member
264 if (pwr && pwr->available) in intel_mid_pci_set_power_state()
277 if (!pwr || !pwr->available) in intel_mid_pci_get_power_state()
391 pwr->available = true; in mid_pwr_probe()
/arch/powerpc/platforms/amigaone/
DKconfig18 More information is available at:
/arch/s390/kernel/
Dhead64.S21 tm __LC_STFLE_FAC_LIST+5,0x80 # LPP available ?
/arch/arm/mach-footbridge/
DKconfig31 The Compaq Personal Server is not available for purchase.
33 prototypes at this time. Information is available at:
/arch/arm/boot/dts/
Dsun8i-r16-nintendo-nes-classic.dts24 * UART0 is available on two ports: PB and PF, both are accessible.
Darmada-385.dtsi64 * pcie@4,0 is not available.
123 * x1 port only available when pcie@1,0 is
Defm32gg-dk3750.dts5 * Documentation available from
Ds5pv210-smdkc110.dts13 * available in Linux 3.15 and intends to provide equivalent level of hardware
Dkirkwood-ts219.dtsi110 * There is a s35390a available on the i2c bus, the internal rtc isn't
/arch/x86/events/
DKconfig10 available on NehalemEX and more modern processors.
/arch/arm/crypto/
DKconfig29 available.
55 using optimized ARM assembler and NEON, when available.
63 using optimized ARM assembler and NEON, when available.
/arch/sh/cchips/
DKconfig20 More information is available at
/arch/x86/crypto/
Dcrct10dif-pcl-asm_64.S12 # 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/powerpc/kvm/
DKconfig91 hypervisor mode available to the host.
114 machines where hypervisor mode is not available or not usable,
141 report is available in debugfs kvm/vm#_vcpu#_timing.

123456