Searched refs:tables (Results 1 - 25 of 58) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/tables/
H A Dtbxface.c129 acpi_gbl_root_table_list.tables = initial_table_array;
171 struct acpi_table_desc *tables; local
190 tables = ACPI_ALLOCATE_ZEROED(new_size);
191 if (!tables) {
195 ACPI_MEMCPY(tables, acpi_gbl_root_table_list.tables, new_size);
198 acpi_gbl_root_table_list.tables = tables;
283 (&(acpi_gbl_root_table_list.tables[i].signature),
292 if (!acpi_gbl_root_table_list.tables[
[all...]
H A Dtbinstal.c143 if (!acpi_gbl_root_table_list.tables[i].pointer) {
146 tables[i]);
148 || !acpi_gbl_root_table_list.tables[i].pointer) {
154 acpi_gbl_root_table_list.tables[i].length);
156 acpi_gbl_root_table_list.tables[i].pointer,
199 struct acpi_table_desc *tables; local
213 tables = ACPI_ALLOCATE_ZEROED((acpi_gbl_root_table_list.size +
216 if (!tables) {
224 if (acpi_gbl_root_table_list.tables) {
225 ACPI_MEMCPY(tables, acpi_gbl_root_table_lis
[all...]
H A Dtbfind.c77 if (ACPI_MEMCMP(&(acpi_gbl_root_table_list.tables[i].signature),
87 if (!acpi_gbl_root_table_list.tables[i].pointer) {
93 tables[i]);
98 if (!acpi_gbl_root_table_list.tables[i].pointer) {
106 (acpi_gbl_root_table_list.tables[i].pointer->signature,
111 tables[i].pointer->oem_id,
114 || !ACPI_MEMCMP(acpi_gbl_root_table_list.tables[i].
H A Dtbutils.c61 * RETURN: TRUE if required ACPI tables are loaded
63 * DESCRIPTION: Determine if the minimum required ACPI tables are present
241 acpi_gbl_root_table_list.tables[table_index].address = address;
242 acpi_gbl_root_table_list.tables[table_index].length = table->length;
243 acpi_gbl_root_table_list.tables[table_index].flags = flags;
246 (acpi_gbl_root_table_list.tables[table_index].
362 /* Differentiate between RSDT and XSDT root tables */
381 * so unmap the RSDP here before mapping other tables
418 /* Calculate the number of tables described in the root table */
455 acpi_gbl_root_table_list.tables[acpi_gbl_root_table_lis
[all...]
H A Dtbfadt.c153 * DESCRIPTION: Initialize the FADT, DSDT and FACS tables
165 * and it contains pointers to both the DSDT and FACS tables.
170 length = acpi_gbl_root_table_list.tables[table_index].length;
173 acpi_os_map_memory(acpi_gbl_root_table_list.tables[table_index].
193 /* Obtain the DSDT and FACS tables via their addresses within the FADT */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tools/
H A D8bit_tab_to_h.c175 struct { int minline; int maxline; } tables[16]; local
201 tables[tableno-1].maxline = i1;
205 tables[tableno-1].minline = tables[tableno-1].maxline = i1;
219 fprintf(f, "[%d] = {\n", 16*(tables[t].maxline-tables[t].minline+1));
220 for (i1 = tables[t].minline; i1 <= tables[t].maxline; i1++) {
276 if (tables[t].minline > 0)
277 fprintf(f, "-0x%02x", 16*tables[
338 struct { int minline; int maxline; int usecount; const char* suffix; } tables[0x2000]; local
[all...]
H A Dcjk_tab_to_h.c550 struct { int minline; int maxline; int usecount; } tables[0x6000]; local
579 || ((tables[tableno-1].maxline >> 5) == (j1 >> 5)
580 && j1 - tables[tableno-1].maxline <= 8))) {
582 tables[tableno-1].maxline = j1;
586 tables[tableno-1].minline = tables[tableno-1].maxline = j1;
591 tables[t].usecount = 0;
592 j1 = 8*tables[t].minline;
593 j2 = 8*(tables[t].maxline+1);
596 tables[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A DMakefile8 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A DMakefile8 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o journal.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D10-tables.tex4 \section{Tables} \label{vorbis:spec:tables}
H A DMakefile.am66 10-tables.tex \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Damd-k7-agp.c74 struct amd_page_map **tables; local
77 tables = amd_irongate_private.gatt_pages;
79 entry = tables[i];
86 kfree(tables);
92 struct amd_page_map **tables; local
97 tables = kzalloc((nr_tables + 1) * sizeof(struct amd_page_map *),GFP_KERNEL);
98 if (tables == NULL)
105 kfree(tables[i-1]);
108 kfree(tables);
112 tables[
[all...]
H A Dati-agp.c97 struct ati_page_map **tables; local
100 tables = ati_generic_private.gatt_pages;
102 entry = tables[i];
109 kfree(tables);
115 struct ati_page_map **tables; local
120 tables = kzalloc((nr_tables + 1) * sizeof(struct ati_page_map *),GFP_KERNEL);
121 if (tables == NULL)
128 kfree(tables[i-1]);
131 kfree(tables);
135 tables[
[all...]
H A Dsworks-agp.c83 struct serverworks_page_map **tables; local
86 tables = serverworks_private.gatt_pages;
88 entry = tables[i];
96 kfree(tables);
101 struct serverworks_page_map **tables; local
106 tables = kzalloc((nr_tables + 1) * sizeof(struct serverworks_page_map *),
108 if (tables == NULL)
117 tables[i] = entry;
122 serverworks_private.gatt_pages = tables;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A DMakefile18 obj-y += tables.o
26 namespace/ parser/ resources/ tables/ \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dtlb_64.c48 pgtable_free_t tables[0]; member in struct:pte_freelist_batch
84 pgtable_free(batch->tables[i]);
115 (*batchp)->tables[(*batchp)->index++] = pgf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsrat.c276 int tables = 0; local
281 printk("%s: System description tables not found\n",
306 "%s: ACPI: Invalid root system description tables (RSDT)\n",
319 * The number of tables is computed by taking the
324 tables = (header->length - sizeof(struct acpi_table_header)) / 4;
326 if (!tables)
339 for (i = 0; i < tables; i++) {
353 /* we've found the srat table. don't need to look at any more tables */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dparameters.h86 pi_major_info_t *tables; member in struct:__anon10574
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A DMakefile.am56 rijndael.c rijndael-tables.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Denvctrl.c139 /* Each child device may have one or more tables of bytes to help decode
163 unsigned int total_tbls; /* Number of monitor tables. */
164 char *tables; /* Pointer to table(s). */ member in struct:i2c_child_t
383 tbl = pchild->tables + pchild->tblprop_array[i].offset;
414 tbl = pchild->tables + pchild->tblprop_array[i].offset;
761 * decoding tables, monitor type, optional properties.
869 /* Get tables property. Read firmware temperature tables. */
880 pchild->tables = kmalloc(tbls_size, GFP_KERNEL);
881 if (pchild->tables
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/mm/
H A Dproc-funcs.S26 * Params : pgd Page tables/MEMC mapping
112 * Params : pgd Page tables/MEMC mapping
118 sub r1, r0, #256 * 4 @ start of MEMC tables
167 sub r1, r0, #256 * 4 @ start of MEMC tables
168 add r2, r1, r2, lsl #2 @ end of tables
190 * Params : pgd New page tables/MEMC mapping
198 sub r0, r0, #256 * 4 @ start of MEMC tables
199 add r1, r0, r2, lsl #2 @ end of tables
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dentry-table.S1 /* entry-table.S: main trap vector tables and exception jump table
19 # Declare the main trap and vector tables
21 # There are six tables:
28 # exception processing. We have three different tables for the three
35 # The user and kernel trap tables use the same prologue for normal
47 # The linker script places the user mode and kernel mode trap tables on to
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dparameters.c459 (pi_minor > info->tables[pi_major].len-1))
469 pi_minor_info = &info->tables[pi_major].pi_minor_call_table[pi_minor];
513 (pi_minor > info->tables[pi_major].len-1))
523 pi_minor_info = &info->tables[pi_major].pi_minor_call_table[pi_minor];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/
H A DMakefile44 cflags-y += -fno-asynchronous-unwind-tables
55 # this works around some issues with generating unwind tables in older gccs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dinit.c322 unsigned long puds, pmds, tables, start; local
326 tables = round_up(puds * sizeof(pud_t), PAGE_SIZE) +
329 /* RED-PEN putting page tables only on node 0 could
330 cause a hotspot and fill up ZONE_DMA. The page tables
333 table_start = find_e820_area(start, end, tables);
335 panic("Cannot find space for the kernel page tables");
340 early_printk("kernel direct mapping tables up to %lx @ %lx-%lx\n",
342 (table_start << PAGE_SHIFT) + tables);
355 * Find space for the kernel direct mapping tables.
356 * Later we should allocate these tables i
[all...]

Completed in 151 milliseconds

123