Searched refs:big (Results 1 – 25 of 36) sorted by relevance
12
/arch/arm/lib/ |
D | changebit.S | 19 eor r0, r0, #0x18 @ big endian byte ordering
|
D | clearbit.S | 20 eor r0, r0, #0x18 @ big endian byte ordering
|
D | setbit.S | 20 eor r0, r0, #0x18 @ big endian byte ordering
|
D | testsetbit.S | 16 eor r0, r0, #0x18 @ big endian byte ordering
|
D | testclearbit.S | 16 eor r0, r0, #0x18 @ big endian byte ordering
|
D | testchangebit.S | 16 eor r0, r0, #0x18 @ big endian byte ordering
|
D | findbit.S | 97 1: eor r3, r2, #0x18 @ big endian byte ordering 113 eor r3, r2, #0x18 @ big endian byte ordering 127 1: eor r3, r2, #0x18 @ big endian byte ordering 143 eor r3, r2, #0x18 @ big endian byte ordering
|
D | lib1funcs.S | 63 @ Unless the divisor is very big, shift it up in multiples of 73 @ For very big divisors, we must shift it a bit at a time, or 150 @ Unless the divisor is very big, shift it up in multiples of 160 @ For very big divisors, we must shift it a bit at a time, or
|
/arch/arm/boot/compressed/ |
D | big-endian.S | 11 orr r0, r0, #(1 << 7) @ enable big endian mode
|
D | Makefile | 45 OBJS += big-endian.o
|
/arch/xtensa/boot/ramdisk/ |
D | Makefile | 5 …l echo -e "\#ifdef __XTENSA_EL__\nint little;\n\#else\nint big;\n\#endif" | $(CC) -E -|grep -c big)
|
/arch/x86/boot/ |
D | setup.ld | 52 . = ASSERT(_end <= 0x8000, "Setup too big!");
|
/arch/h8300/boot/compressed/ |
D | head.S | 45 .long 0x100000 ; 0x100000 = default for big kernel
|
/arch/powerpc/boot/dts/ |
D | holly.dts | 134 big-endian; 185 big-endian;
|
D | mpc7448hpc2.dts | 191 big-endian;
|
D | mpc832x_rdb.dts | 299 big-endian;
|
D | mpc8536ds.dts | 297 big-endian;
|
D | sbc8641d.dts | 351 big-endian;
|
/arch/x86/mm/ |
D | numa_64.c | 330 unsigned int big; in split_nodes_equally() local 344 big = ((size & ~FAKE_NODE_MIN_HASH_MASK) * num_nodes) / in split_nodes_equally() 358 if (i < big) in split_nodes_equally()
|
/arch/sh/boot/compressed/ |
D | head_32.S | 117 .long 0x100000 ! 0x100000 = default for big kernel
|
/arch/um/ |
D | Kconfig.um | 134 This was used to allow UML to run with big amounts of memory. 137 To use big amounts of memory, it is recommended enable static
|
/arch/sh/ |
D | Kconfig.cpu | 7 Some SuperH machines can be configured for either little or big
|
/arch/sh/lib/ |
D | memcpy-sh4.S | 285 ! big 317 bf .Lcase00b ! 108 BR (big loop) 395 ! Size is at least 64 bytes, so will be going round the big loop at least once.
|
/arch/m68k/fpsp040/ |
D | do_func.S | 306 beqs smod_zsn |if clr, do not set sign big 318 beqs smod_fsn |if clr, do not set sign big
|
/arch/arm/mm/ |
D | Kconfig | 592 bool "Build big-endian kernel" 595 Say Y if you plan on running a kernel in big-endian mode. 597 port must properly enable any big-endian related features
|
12