/linux-2.4.37.9/fs/nls/ |
D | nls_base.c | 23 static struct nls_table *tables; variable 164 struct nls_table ** tmp = &tables; in register_nls() 179 nls->next = tables; in register_nls() 180 tables = nls; in register_nls() 187 struct nls_table ** tmp = &tables; in unregister_nls() 206 for (nls = tables; nls; nls = nls->next) in find_nls()
|
/linux-2.4.37.9/Documentation/crypto/ |
D | descore-readme.txt | 50 30us per encryption (options: 64k tables, no IP/FP) 51 33us per encryption (options: 64k tables, FIPS standard bit ordering) 52 45us per encryption (options: 2k tables, no IP/FP) 53 48us per encryption (options: 2k tables, FIPS standard bit ordering) 54 275us to set a new key (uses 1k of key tables) 66 53us per encryption (uses 2k of tables) 67 96us to set a new key (uses 2.25k of key tables) 84 68us per encryption (uses 2k of tables) 85 96us to set a new key (uses 2.25k of key tables) 101 he claims to use 280k of tables but the iteration calculation seems [all …]
|
/linux-2.4.37.9/drivers/sbus/char/ |
D | envctrl.c | 170 char *tables; /* Pointer to table(s). */ member 405 tbl = pchild->tables + pchild->tblprop_array[i].offset; in envctrl_read_cpu_info() 436 tbl = pchild->tables + pchild->tblprop_array[i].offset; in envctrl_read_noncpu_info() 894 pchild->tables = kmalloc(tbls_size, GFP_KERNEL); in envctrl_init_i2c_child() 896 (char *) pchild->tables, tbls_size); in envctrl_init_i2c_child() 1138 if (i2c_childlist[i].tables) in envctrl_init() 1139 kfree(i2c_childlist[i].tables); in envctrl_init() 1180 if (i2c_childlist[i].tables) in envctrl_cleanup() 1181 kfree(i2c_childlist[i].tables); in envctrl_cleanup()
|
/linux-2.4.37.9/fs/partitions/ |
D | Config.in | 21 bool ' PC BIOS (MSDOS partition tables) support' CONFIG_MSDOS_PARTITION 23 bool ' BSD disklabel (FreeBSD partition tables) support' CONFIG_BSD_DISKLABEL 34 bool ' Sun partition tables support' CONFIG_SUN_PARTITION
|
/linux-2.4.37.9/drivers/acpi/ |
D | Makefile | 24 obj-$(CONFIG_ACPI_BOOT) += tables.o 33 resources tables utilities
|
/linux-2.4.37.9/arch/arm/mm/ |
D | proc-arm2,3.S | 117 sub r1, r0, #256 * 4 @ start of MEMC tables 166 sub r1, r0, #256 * 4 @ start of MEMC tables 167 add r2, r1, r2, lsl #2 @ end of tables 197 sub r0, r0, #256 * 4 @ start of MEMC tables 198 add r1, r0, r2, lsl #2 @ end of tables
|
/linux-2.4.37.9/net/irda/ |
D | parameters.c | 475 (pi_minor > info->tables[pi_major].len-1)) in irda_param_insert() 484 pi_minor_info = &info->tables[pi_major].pi_minor_call_table[pi_minor]; in irda_param_insert() 526 (pi_minor > info->tables[pi_major].len-1)) in irda_param_extract() 536 pi_minor_info = &info->tables[pi_major].pi_minor_call_table[pi_minor]; in irda_param_extract()
|
/linux-2.4.37.9/fs/hfsplus/ |
D | Makefile | 13 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o
|
/linux-2.4.37.9/drivers/media/video/ |
D | meye.c | 463 static u16 tables[] = { in jpeg_huffman_tables() local 496 *size = sizeof(tables); in jpeg_huffman_tables() 497 return tables; in jpeg_huffman_tables() 596 u16 *tables; in mchip_load_tables() local 598 tables = jpeg_huffman_tables(&size); in mchip_load_tables() 600 writel(tables[i], meye.mchip_mmregs + MCHIP_VRJ_TABLE_DATA); in mchip_load_tables() 602 tables = jpeg_quantisation_tables(&size, meye.params.quality); in mchip_load_tables() 604 writel(tables[i], meye.mchip_mmregs + MCHIP_VRJ_TABLE_DATA); in mchip_load_tables()
|
/linux-2.4.37.9/Documentation/arm/ |
D | MEMC | 7 kept up to date by the following functions (from the page tables): 11 to reflect the `current' tasks page tables.
|
/linux-2.4.37.9/arch/x86_64/mm/ |
D | init.c | 266 unsigned long pgds, pmds, tables; in init_memory_mapping() local 279 tables = round_up(pgds*8, PAGE_SIZE) + round_up(pmds * 8, PAGE_SIZE); in init_memory_mapping() 285 table_start = find_e820_area(/*0*/ 0x8000, __pa_symbol(&_text), tables); in init_memory_mapping()
|
/linux-2.4.37.9/include/net/irda/ |
D | parameters.h | 86 pi_major_info_t *tables; member
|
/linux-2.4.37.9/Documentation/ |
D | cachetlb.txt | 25 page tables. Meaning that if the software page tables change, it is 37 This is usually invoked when the kernel page tables are 92 The software page tables for address space 'mm' for virtual 95 Some platforms cache the lowest level of the software page tables 107 those portions of the software page tables to prevent potential 118 for address space "vma->vm_mm", in the software page tables. 163 This is usually invoked when the kernel page tables are
|
/linux-2.4.37.9/drivers/char/agp/ |
D | agpgart_be.c | 3239 amd_page_map **tables; in amd_free_gatt_pages() local 3242 tables = amd_irongate_private.gatt_pages; in amd_free_gatt_pages() 3244 entry = tables[i]; in amd_free_gatt_pages() 3252 kfree(tables); in amd_free_gatt_pages() 3257 amd_page_map **tables; in amd_create_gatt_pages() local 3262 tables = kmalloc((nr_tables + 1) * sizeof(amd_page_map *), in amd_create_gatt_pages() 3264 if (tables == NULL) { in amd_create_gatt_pages() 3267 memset(tables, 0, sizeof(amd_page_map *) * (nr_tables + 1)); in amd_create_gatt_pages() 3275 tables[i] = entry; in amd_create_gatt_pages() 3280 amd_irongate_private.gatt_pages = tables; in amd_create_gatt_pages() [all …]
|
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | Config.in | 18 tristate 'IP tables support (required for filtering/masq/NAT)' CONFIG_IP_NF_IPTABLES 113 tristate 'ARP tables support' CONFIG_IP_NF_ARPTABLES
|
/linux-2.4.37.9/arch/parisc/ |
D | vmlinux64.lds | 38 . = ALIGN(16); /* Linkage tables */
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | ufs.txt | 53 partition tables bug reports.)
|
/linux-2.4.37.9/arch/x86_64/boot/ |
D | bootsect.S | 90 # Many BIOS's default disk parameter tables will not recognize 92 # in the default diskette parameter tables - this may mean 7 96 # we must take care of this by creating new parameter tables
|
/linux-2.4.37.9/arch/i386/boot/ |
D | bootsect.S | 90 # Many BIOS's default disk parameter tables will not recognize 92 # in the default diskette parameter tables - this may mean 7 96 # we must take care of this by creating new parameter tables
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | decbin.S | 53 | tables rounded to RN, RM, and RP, according to the table 84 | to nearest, minus, and plus, respectively. The tables include 87 | tables include the first 5 for ease of indexing.
|
/linux-2.4.37.9/Documentation/powerpc/ |
D | ppc_htab.txt | 39 that were fixed with a reload from the linux tables. 43 tables with a call to do_page_fault().
|
/linux-2.4.37.9/Documentation/networking/ |
D | shaper.txt | 41 multiple route tables to get the flexibility.
|
/linux-2.4.37.9/drivers/char/ |
D | hcdp_serial.c | 237 config_tables = (efi_config_table_t *) systab->tables; in hcdp_early_uart()
|
/linux-2.4.37.9/arch/x86_64/ |
D | Makefile | 52 CFLAGS += -fno-asynchronous-unwind-tables
|
/linux-2.4.37.9/net/ipv6/netfilter/ |
D | Config.in | 16 tristate 'IP6 tables support (required for filtering/masq/NAT)' CONFIG_IP6_NF_IPTABLES
|