Searched refs:nr_map (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Dnand.h20 * nr_map = map for low-layer logical to physical chip numbers (option)
28 int *nr_map; member in struct:s3c2410_nand_set
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A De820.h29 int nr_map; member in struct:e820map
H A Dsetup.h75 int __init copy_e820_map(struct e820entry * biosmap, int nr_map);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A De820.c261 for (i = 0; i < e820.nr_map; i++) {
329 x = e820.nr_map;
339 e820.nr_map++;
520 int __init copy_e820_map(struct e820entry * biosmap, int nr_map) argument
523 if (nr_map < 2)
551 } while (biosmap++,--nr_map);
592 for (i = 0; i < e820.nr_map; i++) {
636 for (i = 0; i < e820.nr_map; i++) {
682 i = e820.nr_map;
721 for (i = 0; i < e820.nr_map;
[all...]
H A Defi.c246 (memmap.nr_map * memmap.desc_size));
250 memmap.map_end = memmap.map + (memmap.nr_map * memmap.desc_size);
336 memmap.nr_map = EFI_MEMMAP_SIZE/EFI_MEMDESC_SIZE;
453 memmap.map_end = memmap.map + (memmap.nr_map * memmap.desc_size);
573 memmap.desc_size * memmap.nr_map,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A De820.h33 int nr_map; member in struct:e820map
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-voyager/
H A Dsetup.c70 e820.nr_map = 0;
117 e820.nr_map = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A De820.c106 for (i = 0; i < e820.nr_map; i++) {
127 for (i = 0; i < e820.nr_map; i++) {
153 for (i = 0; i < e820.nr_map; i++) {
203 for (i = 0; i < e820.nr_map; i++) {
232 for (i = 0; i < e820.nr_map; i++) {
274 for (i = 1; i < e820.nr_map; i++) {
298 for (i = 0; i < e820.nr_map; i++) {
339 int x = e820.nr_map;
349 e820.nr_map++;
356 for (i = 0; i < e820.nr_map;
555 copy_e820_map(struct e820entry * biosmap, int nr_map) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2440/
H A Dmach-anubis.c167 .nr_map = external_map,
174 .nr_map = chip0_map,
181 .nr_map = chip1_map,
191 slot = set->nr_map[slot] & 3;
194 slot, set, set->nr_map);
H A Dmach-osiris.c180 .nr_map = external_map,
187 .nr_map = chip0_map,
194 .nr_map = chip1_map,
204 slot = set->nr_map[slot] & 3;
207 slot, set, set->nr_map);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsetup.c82 int x = boot_mem_map.nr_map;
108 boot_mem_map.nr_map++;
116 for (i = 0; i < boot_mem_map.nr_map; i++) {
295 for (i = 0; i < boot_mem_map.nr_map; i++) {
349 for (i = 0; i < boot_mem_map.nr_map; i++) {
378 for (i = 0; i < boot_mem_map.nr_map; i++) {
463 boot_mem_map.nr_map = 0;
521 for (i = 0; i < boot_mem_map.nr_map; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-default/
H A Dsetup.c175 e820.nr_map = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2410/
H A Dmach-bast.c273 .nr_map = smartmedia_map,
280 .nr_map = chip0_map,
287 .nr_map = chip1_map,
294 .nr_map = chip2_map,
304 slot = set->nr_map[slot] & 3;
307 slot, set, set->nr_map);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/sim/
H A Dsim_mem.c107 for (i = 0; i < boot_mem_map.nr_map; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dbootinfo.h235 int nr_map; member in struct:boot_mem_map
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dbootinfo.h235 int nr_map; member in struct:boot_mem_map
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/arc/
H A Dmemory.c152 for (i = 0; i < boot_mem_map.nr_map; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/generic/
H A Dmemory.c175 for (i = 0; i < boot_mem_map.nr_map; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dcentaur.c49 for (i = 0; i < e820.nr_map; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Defi.h237 int nr_map; member in struct:efi_memory_map
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dinit.c324 for (i = 0; i < boot_mem_map.nr_map; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mm/
H A Dinit.c218 for (i = 0; i < e820.nr_map; i++) {

Completed in 145 milliseconds