Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 25 of 89) sorted by relevance

1234

/arch/mips/mti-malta/
Dmalta-setup.c96 int supported = 0; in plat_enable_iocoherency() local
103 supported = 1; in plat_enable_iocoherency()
126 supported = 1; in plat_enable_iocoherency()
128 hw_coherentio = supported; in plat_enable_iocoherency()
129 return supported; in plat_enable_iocoherency()
/arch/powerpc/platforms/powernv/
Dopal-power.c139 int ret, supported = 0; in opal_power_control_init() local
151 supported = of_device_is_compatible(np, "ibm,opal-v3-epow"); in opal_power_control_init()
155 if (!supported) in opal_power_control_init()
Docxl.c252 u16 *supported) in pnv_ocxl_get_actag() argument
275 *supported = link->fn_desired_actags[PCI_FUNC(dev->devfn)]; in pnv_ocxl_get_actag()
/arch/arm/boot/dts/
Dam33xx.dtsi74 opp-supported-hw = <0x06 0x0010>;
81 opp-supported-hw = <0x01 0x00FF>;
88 opp-supported-hw = <0x06 0x0020>;
95 opp-supported-hw = <0x01 0xFFFF>;
101 opp-supported-hw = <0x06 0x0040>;
107 opp-supported-hw = <0x01 0xFFFF>;
113 opp-supported-hw = <0x06 0x0080>;
119 opp-supported-hw = <0x01 0xFFFF>;
125 opp-supported-hw = <0x06 0x0100>;
131 opp-supported-hw = <0x04 0x0200>;
Dam4372.dtsi67 opp-supported-hw = <0xFF 0x01>;
74 opp-supported-hw = <0xFF 0x04>;
80 opp-supported-hw = <0xFF 0x08>;
86 opp-supported-hw = <0xFF 0x10>;
92 opp-supported-hw = <0xFF 0x20>;
Dam335x-boneblack.dts23 opp-supported-hw = <0x06 0x0100>;
Dimx7d.dtsi46 opp-supported-hw = <0xf>, <0xf>;
53 opp-supported-hw = <0xc>, <0xf>;
60 opp-supported-hw = <0x8>, <0xf>;
Dam335x-osd335x-common.dtsi32 opp-supported-hw = <0x06 0x0100>;
Dimx7d-mba7.dts102 /* probe deferral not supported */
/arch/powerpc/platforms/52xx/
DKconfig15 supported assuming the following:
21 - PCI is supported if enabled in the kernel configuration
/arch/arm/mach-zx/
DKconfig7 set-top-box processor is supported. More will be
/arch/powerpc/include/asm/
Dpnv-ocxl.h13 u16 *supported);
/arch/sh/include/asm/
Dfutex.h18 #error SMP not supported on this configuration.
/arch/nds32/include/asm/
Dmemory.h88 #error CONFIG_DISCONTIGMEM is not supported yet.
/arch/hexagon/
DKconfig117 kernel will support. The maximum supported value is 6 and the
120 This is purely to save memory - each supported CPU adds
/arch/x86/kvm/
Dcpuid.c644 u64 supported = kvm_supported_xcr0(); in __do_cpuid_func() local
646 entry->eax &= supported; in __do_cpuid_func()
647 entry->ebx = xstate_required_size(supported, false); in __do_cpuid_func()
649 entry->edx &= supported >> 32; in __do_cpuid_func()
650 if (!supported) in __do_cpuid_func()
665 xstate_required_size(supported, in __do_cpuid_func()
668 if (entry[i].eax == 0 || !(supported & mask)) in __do_cpuid_func()
/arch/arc/plat-axs10x/
DKconfig30 770D is supported in Linux.
/arch/arm/include/asm/
Dspinlock.h6 #error SMP not supported on pre-ARMv6 CPUs
Dcmpxchg.h77 #error SMP is not supported on this platform in __xchg()
/arch/mips/kvm/
D00README.txt17 Note that due to cache aliasing issues, 4K page sizes are NOT supported.
/arch/xtensa/include/asm/
Dpage.h185 # error CONFIG_DISCONTIGMEM not supported
/arch/powerpc/platforms/85xx/
DKconfig284 For 32bit kernel, the following boards are supported:
286 For 64bit kernel, the following boards are supported:
288 The following boards are supported for both 32bit and 64bit kernel:
/arch/arm64/boot/dts/cavium/
Dthunder2-99xx.dtsi110 * IO no supported
/arch/m68k/
DKconfig.bus54 operate ISA cards on Atari. Only 8 bit cards are supported, and
/arch/s390/
DKconfig432 kernel will support. The maximum supported value is 512 and the
435 This is purely to save memory - each supported CPU adds
486 chunks (i.e. memory size / fake size) and the number of supported
490 the original machine topology (if supported by the machine).
507 supported.
677 int "Maximum size of supported physical memory in bits (42-53)"
681 This option specifies the maximum supported size of physical memory
684 By default 46 bits (64TB) are supported.

1234