Searched refs:KB (Results 1 - 25 of 59) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/arm/common/src/
H A Darm_arena.c76 #define KB 1024 macro
78 #define CFE_BOOTAREA_SIZE (256*KB)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/arm/cpu/armv7/src/
H A Darmv7_arena.c75 #define KB 1024 macro
77 #define CFE_BOOTAREA_SIZE (256*KB)
136 * This routine constructs the page table. 256KB is mapped
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/cpu/bcmcore/src/
H A Dbcmcore_arena.c77 #define KB 1024 macro
79 #define CFE_BOOTAREA_SIZE (256*KB)
141 * This routine constructs the page table. 256KB is mapped
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dcpu-i960.c59 /* In some bfds the cpu-id is written as "80960KA", "80960KB",
127 CORE KA KB MC XA
137 #define KB bfd_mach_i960_kb_sb /*3*/ macro
147 { ERROR, CORE, KA, KB, MC, XA, CA, JX, HX },
148 { CORE, CORE, KA, KB, MC, XA, CA, JX, HX },
149 { KA, KA, KA, KB, MC, XA, ERROR, ERROR, ERROR},
150 { KB, KB, KB, KB, M
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Dcpu-i960.c59 /* In some bfds the cpu-id is written as "80960KA", "80960KB",
127 CORE KA KB MC XA
137 #define KB bfd_mach_i960_kb_sb /*3*/ macro
147 { ERROR, CORE, KA, KB, MC, XA, CA, JX, HX },
148 { CORE, CORE, KA, KB, MC, XA, CA, JX, HX },
149 { KA, KA, KA, KB, MC, XA, ERROR, ERROR, ERROR},
150 { KB, KB, KB, KB, M
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dcpu-i960.c59 /* In some bfds the cpu-id is written as "80960KA", "80960KB",
127 CORE KA KB MC XA
137 #define KB bfd_mach_i960_kb_sb /*3*/ macro
147 { ERROR, CORE, KA, KB, MC, XA, CA, JX, HX },
148 { CORE, CORE, KA, KB, MC, XA, CA, JX, HX },
149 { KA, KA, KA, KB, MC, XA, ERROR, ERROR, ERROR},
150 { KB, KB, KB, KB, M
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/common/src/
H A Dmips_arena.c76 #define KB 1024 macro
78 #define CFE_BOOTAREA_SIZE (256*KB)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/cpu/rm5200/src/
H A Drm5200_arena.c77 #define KB 1024 macro
79 #define CFE_BOOTAREA_SIZE (256*KB)
154 * This routine constructs the page table. 256KB is mapped
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/cpu/rm7000/src/
H A Drm7000_arena.c77 #define KB 1024 macro
79 #define CFE_BOOTAREA_SIZE (256*KB)
154 * This routine constructs the page table. 256KB is mapped
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dtsacct.c81 #define KB 1024 macro
82 #define MB (1024*KB)
95 /* adjust to KB unit */
96 stats->hiwater_rss = get_mm_hiwater_rss(mm) * PAGE_SIZE / KB;
97 stats->hiwater_vm = get_mm_hiwater_vm(mm) * PAGE_SIZE / KB;
114 #undef KB macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dtsacct.c81 #define KB 1024 macro
82 #define MB (1024*KB)
95 /* adjust to KB unit */
96 stats->hiwater_rss = get_mm_hiwater_rss(mm) * PAGE_SIZE / KB;
97 stats->hiwater_vm = get_mm_hiwater_vm(mm) * PAGE_SIZE / KB;
114 #undef KB macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/agp/
H A Dintel-gtt.c566 "unknown page table size, assuming 512KB\n");
573 * 4KB of the stolen memory doesn't get mapped to the GTT.
587 gtt_entries = KB(512) - KB(size);
590 gtt_entries = MB(1) - KB(size);
593 gtt_entries = MB(8) - KB(size);
613 gtt_entries = MB(32) - KB(size);
616 gtt_entries = MB(64) - KB(size);
619 gtt_entries = MB(96) - KB(size);
622 gtt_entries = MB(128) - KB(siz
[all...]
H A Dagp.h164 #define KB(x) ((x) * 1024) macro
165 #define MB(x) (KB (KB (x)))
166 #define GB(x) (MB (KB (x)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/agp/
H A Dintel-gtt.c566 "unknown page table size, assuming 512KB\n");
573 * 4KB of the stolen memory doesn't get mapped to the GTT.
587 gtt_entries = KB(512) - KB(size);
590 gtt_entries = MB(1) - KB(size);
593 gtt_entries = MB(8) - KB(size);
613 gtt_entries = MB(32) - KB(size);
616 gtt_entries = MB(64) - KB(size);
619 gtt_entries = MB(96) - KB(size);
622 gtt_entries = MB(128) - KB(siz
[all...]
H A Dagp.h164 #define KB(x) ((x) * 1024) macro
165 #define MB(x) (KB (KB (x)))
166 #define GB(x) (MB (KB (x)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_arena.c77 #define KB 1024 macro
79 #define CFE_BOOTAREA_SIZE (256*KB)
185 * This routine constructs the page table. 256KB is mapped
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/main/
H A Dcfe_mem.c80 #define KB 1024 macro
82 #define CFE_BOOTAREA_SIZE (256*KB)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfb.h78 #define KB(x) ((x) * 1024) macro
83 #define GTT_PAGE_SIZE KB(4)
120 #define RINGBUFFER_SIZE KB(64)
121 #define HW_CURSOR_SIZE KB(4)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfb.h78 #define KB(x) ((x) * 1024) macro
83 #define GTT_PAGE_SIZE KB(4)
120 #define RINGBUFFER_SIZE KB(64)
121 #define HW_CURSOR_SIZE KB(4)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mm/
H A Dproc-arm740.S75 ldr r1, =(CONFIG_DRAM_SIZE >> 12) @ size of RAM (must be >= 4KB)
76 mov r2, #10 @ 11 is the minimum (4KB)
85 ldr r1, =(CONFIG_FLASH_SIZE >> 12) @ size of FLASH (must be >= 4KB)
86 mov r2, #10 @ 11 is the minimum (4KB)
H A Dproc-arm940.S20 /* ARM940T has a 4KB DCache comprising 256 lines of 4 words */
293 ldr r1, =(CONFIG_DRAM_SIZE >> 12) @ size of RAM (must be >= 4KB)
294 mov r2, #10 @ 11 is the minimum (4KB)
304 ldr r1, =(CONFIG_FLASH_SIZE >> 12) @ size of FLASH (must be >= 4KB)
305 mov r2, #10 @ 11 is the minimum (4KB)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mm/
H A Dproc-arm740.S75 ldr r1, =(CONFIG_DRAM_SIZE >> 12) @ size of RAM (must be >= 4KB)
76 mov r2, #10 @ 11 is the minimum (4KB)
85 ldr r1, =(CONFIG_FLASH_SIZE >> 12) @ size of FLASH (must be >= 4KB)
86 mov r2, #10 @ 11 is the minimum (4KB)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/boot/
H A Dprpmc2800.c24 #define KB 1024U macro
25 #define MB (KB*KB)
26 #define GB (KB*MB)
36 BSS_STACK(16*KB);
542 if ((unsigned)simple_alloc_init(heap_start, HEAP_SIZE, 2*KB, 16)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/boot/
H A Dprpmc2800.c24 #define KB 1024U macro
25 #define MB (KB*KB)
26 #define GB (KB*MB)
36 BSS_STACK(16*KB);
542 if ((unsigned)simple_alloc_init(heap_start, HEAP_SIZE, 2*KB, 16)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dnand_init.S11 ## The bootrom copies the first 127 KB from NAND flash to internal

Completed in 286 milliseconds

123