Searched refs:supported (Results 1 – 25 of 89) sorted by relevance
1234
/arch/mips/mti-malta/ |
D | malta-setup.c | 96 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/ |
D | opal-power.c | 139 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()
|
D | ocxl.c | 252 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/ |
D | am33xx.dtsi | 74 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>;
|
D | am4372.dtsi | 67 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>;
|
D | am335x-boneblack.dts | 23 opp-supported-hw = <0x06 0x0100>;
|
D | imx7d.dtsi | 46 opp-supported-hw = <0xf>, <0xf>; 53 opp-supported-hw = <0xc>, <0xf>; 60 opp-supported-hw = <0x8>, <0xf>;
|
D | am335x-osd335x-common.dtsi | 32 opp-supported-hw = <0x06 0x0100>;
|
D | imx7d-mba7.dts | 102 /* probe deferral not supported */
|
/arch/powerpc/platforms/52xx/ |
D | Kconfig | 15 supported assuming the following: 21 - PCI is supported if enabled in the kernel configuration
|
/arch/arm/mach-zx/ |
D | Kconfig | 7 set-top-box processor is supported. More will be
|
/arch/powerpc/include/asm/ |
D | pnv-ocxl.h | 13 u16 *supported);
|
/arch/sh/include/asm/ |
D | futex.h | 18 #error SMP not supported on this configuration.
|
/arch/nds32/include/asm/ |
D | memory.h | 88 #error CONFIG_DISCONTIGMEM is not supported yet.
|
/arch/hexagon/ |
D | Kconfig | 117 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/ |
D | cpuid.c | 644 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/ |
D | Kconfig | 30 770D is supported in Linux.
|
/arch/arm/include/asm/ |
D | spinlock.h | 6 #error SMP not supported on pre-ARMv6 CPUs
|
D | cmpxchg.h | 77 #error SMP is not supported on this platform in __xchg()
|
/arch/mips/kvm/ |
D | 00README.txt | 17 Note that due to cache aliasing issues, 4K page sizes are NOT supported.
|
/arch/xtensa/include/asm/ |
D | page.h | 185 # error CONFIG_DISCONTIGMEM not supported
|
/arch/powerpc/platforms/85xx/ |
D | Kconfig | 284 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/ |
D | thunder2-99xx.dtsi | 110 * IO no supported
|
/arch/m68k/ |
D | Kconfig.bus | 54 operate ISA cards on Atari. Only 8 bit cards are supported, and
|
/arch/s390/ |
D | Kconfig | 432 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