Searched refs:higher (Results 1 – 25 of 39) sorted by relevance
12
/arch/arm/boot/dts/ |
D | kirkwood-rd88f6281-a.dts | 11 * higher stepping of the SoC. The ethernet switch does not have a 19 model = "Marvell RD88f6281 Reference design, with A0 or higher SoC";
|
D | exynos4412-prime.dtsi | 13 * Exynos4412 Prime SoC revision supports higher CPU frequencies than
|
D | omap-gpmc-smsc9221.dtsi | 6 * or smsc 9218) has faster timings, leading to higher
|
D | armada-388-gp.dts | 208 * A388-GP board v1.5 and higher replace
|
D | sun6i-a31.dtsi | 528 * might need a higher signal drive strength 550 * and need a higher signal drive strength
|
/arch/x86/power/ |
D | hibernate_asm_32.S | 36 jecxz 1f # cr4 Pentium and higher, skip if zero 66 jecxz 1f # cr4 Pentium and higher, skip if zero
|
/arch/powerpc/platforms/maple/ |
D | pci.c | 39 static int __init fixup_one_level_bus_range(struct device_node *node, int higher) in fixup_one_level_bus_range() argument 53 if (bus_range[1] > higher) in fixup_one_level_bus_range() 54 higher = bus_range[1]; in fixup_one_level_bus_range() 56 higher = fixup_one_level_bus_range(node->child, higher); in fixup_one_level_bus_range() 58 return higher; in fixup_one_level_bus_range()
|
/arch/arc/ |
D | Kconfig.debug | 13 on the VM subsystem for higher order allocations.
|
/arch/arm/crypto/ |
D | Makefile | 27 $(warning These CRC Extensions modules need binutils 2.23 or higher) 37 $(warning These ARMv8 Crypto Extensions modules need binutils 2.23 or higher)
|
/arch/powerpc/platforms/powermac/ |
D | pci.c | 63 static int __init fixup_one_level_bus_range(struct device_node *node, int higher) in fixup_one_level_bus_range() argument 77 if (bus_range[1] > higher) in fixup_one_level_bus_range() 78 higher = bus_range[1]; in fixup_one_level_bus_range() 80 higher = fixup_one_level_bus_range(node->child, higher); in fixup_one_level_bus_range() 82 return higher; in fixup_one_level_bus_range()
|
/arch/metag/ |
D | Kconfig.debug | 17 on the VM subsystem for higher order allocations. This option
|
/arch/m32r/mm/ |
D | mmu.S | 324 seth r0, #high(MMU_REG_BASE) ; Set MMU_REG_BASE higher 332 seth r0, #high(ITLB_BASE) ; Set ITLB_BASE higher 334 seth r1, #high(DTLB_BASE) ; Set DTLB_BASE higher
|
/arch/mn10300/ |
D | Kconfig | 400 comment "[!] NOTE: A lower number/level indicates a higher priority (0 is highest, 6 is lowest)" 403 comment "The following must be set to a higher priority than local_irq_disable() and on-chip serial" 415 comment "The following must be set to a higher priority than local_irq_disable()" 437 (a lower level indicates a higher priority) by lowering the value in
|
/arch/m32r/boot/ |
D | setup.S | 125 seth r0, #high(MMU_REG_BASE) ; Set MMU_REG_BASE higher
|
/arch/powerpc/kernel/ |
D | tm.S | 132 li r7, (MSR_TS_S)@higher 455 li r5, (MSR_TS_MASK)@higher
|
/arch/mips/include/asm/ |
D | stackframe.h | 124 daddiu k1, %higher(kernelsp) 173 daddiu k1, %higher(kernelsp)
|
/arch/mips/kernel/ |
D | genex.S | 204 daddiu k1, %higher(irq_stack) 316 daddiu k1, %higher(irq_stack)
|
/arch/x86/um/ |
D | checksum_32.S | 205 notl %ecx # 1->2, 2->1, 3->0, higher bits are masked
|
/arch/sh/ |
D | Kconfig.debug | 39 on the VM subsystem for higher order allocations. This option
|
/arch/um/ |
D | Kconfig.um | 10 Additionally, this option enables using higher memory spaces (up to
|
/arch/cris/arch-v10/drivers/ |
D | Kconfig | 23 Select this to have the serial DMAs flushed at a higher rate than 32 Select this to have the serial DMAs flushed at a higher rate than
|
/arch/x86/lib/ |
D | checksum_32.S | 238 notl %ecx # 1->2, 2->1, 3->0, higher bits are masked
|
/arch/mips/ |
D | Kconfig | 2149 Using 8kB page size will result in higher performance kernel at 2150 the price of higher memory consumption. This option is available 2158 Using 16kB page size will result in higher performance kernel at 2159 the price of higher memory consumption. This option is available on 2168 Using 32kB page size will result in higher performance kernel at 2169 the price of higher memory consumption. This option is available 2177 Using 64kB page size will result in higher performance kernel at 2178 the price of higher memory consumption. This option is available on
|
/arch/powerpc/include/asm/ |
D | ppc_asm.h | 323 ori reg,reg,(expr)@higher; \
|
/arch/sh/lib/ |
D | memcpy-sh4.S | 202 ! However the penalty for getting it 'wrong' is much higher for long word
|
12