Searched refs:smaller (Results 1 – 11 of 11) sorted by relevance
| /arch/powerpc/kernel/ |
| A D | cacheinfo.c | 422 static void link_cache_lists(struct cache *smaller, struct cache *bigger) in link_cache_lists() argument 424 while (smaller->next_local) { in link_cache_lists() 425 if (smaller->next_local == bigger) in link_cache_lists() 427 smaller = smaller->next_local; in link_cache_lists() 430 smaller->next_local = bigger; in link_cache_lists() 436 WARN_ONCE((smaller->level == 1 && bigger->level > 2) || in link_cache_lists() 437 (smaller->level > 1 && bigger->level != smaller->level + 1), in link_cache_lists() 439 smaller->level, smaller->ofnode, bigger->level, bigger->ofnode); in link_cache_lists()
|
| /arch/sh/boards/mach-r2d/ |
| A D | Kconfig | 11 R2D-PLUS is the smaller of the two R2D board versions, equipped
|
| /arch/x86/ |
| A D | Kconfig.cpu | 373 makes the kernel a tiny bit smaller. Disabling it on an Intel 387 makes the kernel a tiny bit smaller. Disabling it on a Cyrix 400 makes the kernel a tiny bit smaller. Disabling it on an AMD 414 makes the kernel a tiny bit smaller. Disabling it on an Hygon 427 makes the kernel a tiny bit smaller. Disabling it on a Centaur 441 makes the kernel a tiny bit smaller. Disabling it on a Transmeta 455 makes the kernel a tiny bit smaller. Disabling it on a UMC 468 makes the kernel a tiny bit smaller. Disabling it on a Zhaoxin 482 makes the kernel a tiny bit smaller.
|
| A D | Kconfig | 3142 pointers at 32 bits for smaller memory footprint.
|
| /arch/mips/cavium-octeon/ |
| A D | Kconfig | 21 local memory; the larger CVMSEG is, the smaller the cache is.
|
| /arch/arm/lib/ |
| A D | div64.S | 139 @ divisor at this point since divisor can not be smaller than 3 here.
|
| /arch/arm/nwfpe/ |
| A D | ChangeLog | 48 user_fp is smaller. This meant that the FPE scribbled on things
|
| /arch/nios2/platform/ |
| A D | Kconfig.platform | 124 perfectly fine, even if the Nios II is configured with smaller caches.
|
| /arch/arm/mm/ |
| A D | Kconfig | 107 The ARM922T is a version of the ARM920T, but with smaller 690 instruction set resulting in smaller binaries at the expense of
|
| /arch/alpha/ |
| A D | Kconfig | 87 kernel for your specific system, it will be faster and smaller.
|
| /arch/m68k/ifpsp060/src/ |
| A D | fpsp.S | 14866 # seeing if the new result is smaller or equal to the current result. 15319 # seeing if the new result is smaller or equal to the current result.
|
Completed in 55 milliseconds