Searched refs:codepages (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/arch/m68k/mm/ |
D | init.c | 126 int codepages = 0; in mem_init() local 152 codepages++; in mem_init() 186 codepages << (PAGE_SHIFT-10), in mem_init()
|
/linux-2.4.37.9/arch/sparc/mm/ |
D | init.c | 413 int codepages = 0; in mem_init() local 459 codepages = (((unsigned long) &etext) - ((unsigned long)&_start)); in mem_init() 460 codepages = PAGE_ALIGN(codepages) >> PAGE_SHIFT; in mem_init() 468 codepages << (PAGE_SHIFT-10), in mem_init()
|
/linux-2.4.37.9/arch/ppc/mm/ |
D | init.c | 472 int codepages = 0; in mem_init() local 521 codepages++; in mem_init() 548 codepages<< (PAGE_SHIFT-10), datapages<< (PAGE_SHIFT-10), in mem_init()
|
/linux-2.4.37.9/arch/arm/mm/ |
D | init.c | 603 unsigned int codepages, datapages, initpages; in mem_init() local 606 codepages = &_etext - &_text; in mem_init() 648 codepages >> 10, datapages >> 10, initpages >> 10); in mem_init()
|
/linux-2.4.37.9/arch/ppc64/mm/ |
D | init.c | 554 int codepages = 0; in mem_init() local 584 codepages++; in mem_init() 595 codepages<< (PAGE_SHIFT-10), datapages<< (PAGE_SHIFT-10), in mem_init()
|
/linux-2.4.37.9/arch/sparc64/mm/ |
D | init.c | 1639 unsigned long codepages, datapages, initpages; in mem_init() local 1682 codepages = (((unsigned long) &etext) - ((unsigned long)&_start)); in mem_init() 1683 codepages = PAGE_ALIGN(codepages) >> PAGE_SHIFT; in mem_init() 1706 codepages << (PAGE_SHIFT-10), in mem_init()
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | hpfs.txt | 59 bootsect.s. When searching for file thats name has characters >= 128, codepages 105 HPFS can contain several uppercasing tables for several codepages and each 107 America where people don't care much about codepages and so multiple codepages
|
/linux-2.4.37.9/Documentation/ |
D | Configure.help | 18129 Allows you to use codepages and I/O charsets for file name 18134 To select codepages and I/O charsets use ncpfs-2.2.0.13 or newer. 18166 in so-called DOS codepages. You need to include the appropriate 18169 only, not to the file contents. You can include several codepages; 18177 in so-called DOS codepages. You need to include the appropriate 18180 only, not to the file contents. You can include several codepages; 18188 in so-called DOS codepages. You need to include the appropriate 18191 only, not to the file contents. You can include several codepages; 18200 so-called DOS codepages. You need to include the appropriate 18203 only, not to the file contents. You can include several codepages; [all …]
|