Searched defs:table (Results 1 - 25 of 52) sorted by relevance

123

/arch/mips/math-emu/
H A Ddp_sqrt.c29 static const unsigned table[] = { variable
100 yh = yh - table[(yh >> 15) & 31];
/arch/powerpc/boot/
H A Dep8248e.c18 static char *table; variable
28 planetcore_set_mac_addrs(table);
30 if (!planetcore_get_decimal(table, PLANETCORE_KEY_CRYSTAL_HZ, &val)) {
41 table = (char *)r3;
42 planetcore_prepare_table(table);
44 if (!planetcore_get_decimal(table, PLANETCORE_KEY_MB_RAM, &mem_size))
52 planetcore_set_stdout_path(table);
H A Dep88xc.c18 static char *table; variable
26 planetcore_set_mac_addrs(table);
28 if (!planetcore_get_decimal(table, PLANETCORE_KEY_CRYSTAL_HZ, &val)) {
39 table = (char *)r3;
40 planetcore_prepare_table(table);
42 if (!planetcore_get_decimal(table, PLANETCORE_KEY_MB_RAM, &mem_size))
50 planetcore_set_stdout_path(table);
H A Dep405.c24 static char *table; variable
33 planetcore_set_mac_addrs(table);
35 if (!planetcore_get_decimal(table, PLANETCORE_KEY_CRYSTAL_HZ, &val)) {
43 if (!planetcore_get_decimal(table, PLANETCORE_KEY_KB_NVRAM, &val)) {
59 table = (char *)r3;
60 planetcore_prepare_table(table);
62 if (!planetcore_get_decimal(table, PLANETCORE_KEY_MB_RAM, &mem_size))
70 planetcore_set_stdout_path(table);
H A Dplanetcore.c20 * a table of key=value strings, separated by newlines.
29 void planetcore_prepare_table(char *table) argument
32 if (*table == '\n')
33 *table = 0;
35 table++;
36 } while (*(table - 1) || *table != '\n');
38 *table = 0;
41 const char *planetcore_get_key(const char *table, const char *key) argument
46 if (!strncmp(table, ke
55 planetcore_get_decimal(const char *table, const char *key, u64 *val) argument
65 planetcore_get_hex(const char *table, const char *key, u64 *val) argument
82 planetcore_set_mac_addrs(const char *table) argument
107 planetcore_set_stdout_path(const char *table) argument
135 planetcore_set_serial_speed(const char *table) argument
[all...]
/arch/powerpc/include/asm/
H A Dpgalloc-32.h40 static inline void pgtable_free(void *table, unsigned index_size) argument
43 free_page((unsigned long)table);
H A Dpgalloc.h37 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) argument
39 unsigned long pgf = (unsigned long)table;
47 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); local
50 pgtable_free(table, shift);
53 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, unsigned shift) argument
55 pgtable_free(table, shift);
H A Dpgalloc-64.h22 * the table need to be passed an "index_size" so they know how to
30 * any page table pointer. In other words all pagetables, even tiny
123 static inline void pgtable_free(void *table, unsigned index_size) argument
126 free_page((unsigned long)table);
129 kmem_cache_free(PGT_CACHE(index_size), table); local
/arch/x86/lib/
H A Dinat.c43 const insn_attr_t *table; local
48 table = inat_escape_tables[n][0];
49 if (!table)
51 if (inat_has_variant(table[opcode]) && lpfx_id) {
52 table = inat_escape_tables[n][lpfx_id];
53 if (!table)
56 return table[opcode];
62 const insn_attr_t *table; local
67 table = inat_group_tables[n][0];
68 if (!table)
82 const insn_attr_t *table; local
[all...]
/arch/x86/platform/sfi/
H A Dsfi.c51 static int __init sfi_parse_cpus(struct sfi_table_header *table) argument
58 sb = (struct sfi_table_simple *)table;
74 static int __init sfi_parse_ioapic(struct sfi_table_header *table) argument
80 sb = (struct sfi_table_simple *)table;
90 "SFI: pic_mod shouldn't be 1 when IOAPIC table is present\n");
/arch/frv/kernel/
H A Dsysctl.c49 static int procctl_frv_cachemode(ctl_table *table, int write, argument
124 static int procctl_frv_pin_cxnr(ctl_table *table, int write, argument
/arch/mips/lasat/
H A Dsysctl.c42 int proc_dolasatstring(ctl_table *table, int write, argument
47 r = proc_dostring(table, write, buffer, lenp, ppos);
57 int proc_dolasatint(ctl_table *table, int write, argument
62 r = proc_dointvec(table, write, buffer, lenp, ppos);
75 int proc_dolasatrtc(ctl_table *table, int write, argument
88 r = proc_dointvec(table, write, buffer, lenp, ppos);
100 int proc_lasat_ip(ctl_table *table, int write, argument
108 if (!table->data || !table->maxlen || !*lenp ||
132 *(unsigned int *)(table
160 proc_lasat_prid(ctl_table *table, int write, void *buffer, size_t *lenp, loff_t *ppos) argument
[all...]
/arch/arm/mach-msm/
H A Dboard-trout-mmc.c29 static void config_gpio_table(uint32_t *table, int len) argument
34 id = table[n];
/arch/arm/mach-s3c2440/
H A Ds3c2440-cpufreq.c203 struct cpufreq_frequency_table *table,
216 freq /= 1000; /* table is in kHz */
217 index = s3c_cpufreq_addfreq(table, index, table_size, freq);
228 struct cpufreq_frequency_table *table,
239 table, table_size);
201 run_freq_for(unsigned long max_hclk, unsigned long fclk, int *divs, struct cpufreq_frequency_table *table, size_t table_size) argument
227 s3c2440_cpufreq_calctable(struct s3c_cpufreq_config *cfg, struct cpufreq_frequency_table *table, size_t table_size) argument
/arch/s390/include/asm/
H A Dpgalloc.h83 unsigned long *table = crst_table_alloc(mm); local
84 if (table)
85 crst_table_init(table, _REGION3_ENTRY_EMPTY);
86 return (pud_t *) table;
92 unsigned long *table = crst_table_alloc(mm); local
93 if (table)
94 crst_table_init(table, _SEGMENT_ENTRY_EMPTY);
95 return (pmd_t *) table;
132 * page table entry allocation/free routines.
/arch/s390/kvm/
H A Dinterrupt.c126 const unsigned short table[] = { 2, 4, 4, 6 }; local
260 table[vcpu->arch.sie_block->ipa >> 14]);
267 table[vcpu->arch.sie_block->ipa >> 14]);
/arch/sparc/include/asm/
H A Dpgalloc_64.h14 /* Page table allocation/freeing. */
79 static inline void pgtable_free(void *table, bool is_page) argument
82 free_page((unsigned long)table);
84 kmem_cache_free(pgtable_cache, table);
92 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) argument
94 unsigned long pgf = (unsigned long)table;
102 void *table = (void *)((unsigned long)_table & ~0x1UL); local
107 pgtable_free(table, is_page);
110 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) argument
112 pgtable_free(table, is_pag
[all...]
/arch/sparc/kernel/
H A Dus3_cpufreq.c24 struct cpufreq_frequency_table table[4]; member in struct:us3_freq_percpu_info
153 &us3_freq_table[policy->cpu].table[0],
167 &us3_freq_table[policy->cpu].table[0]);
174 struct cpufreq_frequency_table *table = local
175 &us3_freq_table[cpu].table[0];
177 table[0].index = 0;
178 table[0].frequency = clock_tick / 1;
179 table[1].index = 1;
180 table[1].frequency = clock_tick / 2;
181 table[
[all...]
/arch/tile/kernel/
H A Dtile-desc_32.c2528 const unsigned short *table = tilepro_bundle_decoder_fsms[pipe]; local
2533 unsigned short bitspec = table[index];
2537 unsigned short next = table[index + 1 + bitfield];
H A Dtile-desc_64.c2139 find_opcode(tilegx_bundle_bits bits, const unsigned short *table) argument
2145 unsigned short bitspec = table[index];
2149 unsigned short next = table[index + 1 + bitfield];
/arch/arm/kernel/
H A Dunwind.c190 /* main unwind table */
196 struct unwind_table *table; local
199 list_for_each_entry(table, &unwind_tables, list) {
200 if (addr >= table->begin_addr &&
201 addr < table->end_addr) {
202 idx = search_index(addr, table->start,
203 table->origin,
204 table->stop);
206 list_move(&table->list, &unwind_tables);
222 pr_warning("unwind: Corrupt unwind table\
[all...]
/arch/arm/mach-pxa/
H A Dcpufreq-pxa3xx.c96 struct cpufreq_frequency_table *table; local
99 table = kzalloc((num + 1) * sizeof(*table), GFP_KERNEL);
100 if (table == NULL)
104 table[i].index = i;
105 table[i].frequency = freqs[i].cpufreq_mhz * 1000;
107 table[num].index = i;
108 table[num].frequency = CPUFREQ_TABLE_END;
112 pxa3xx_freqs_table = table;
114 return cpufreq_frequency_table_cpuinfo(policy, table);
[all...]
/arch/arm/mach-tegra/
H A Dclock.c327 static int tegra_clk_init_one_from_table(struct tegra_clk_init_table *table) argument
334 c = tegra_get_clock_by_name(table->name);
338 table->name);
342 if (table->parent) {
343 p = tegra_get_clock_by_name(table->parent);
346 table->parent, table->name);
354 table->parent, table->name, ret);
360 if (table
381 tegra_clk_init_from_table(struct tegra_clk_init_table *table) argument
[all...]
/arch/parisc/include/asm/
H A Dunwind.h50 const struct unwind_table_entry *table; member in struct:unwind_table
68 unwind_table_remove(struct unwind_table *table);
/arch/parisc/kernel/
H A Dunwind.c47 find_unwind_entry_in_table(const struct unwind_table *table, unsigned long addr) argument
53 hi = table->length - 1;
57 e = &table->table[mid];
72 struct unwind_table *table; local
79 list_for_each_entry(table, &unwind_tables, list) {
80 if (addr >= table->start &&
81 addr <= table->end)
82 e = find_unwind_entry_in_table(table, addr);
85 list_move(&table
94 unwind_table_init(struct unwind_table *table, const char *name, unsigned long base_addr, unsigned long gp, void *table_start, void *table_end) argument
141 struct unwind_table *table; local
159 unwind_table_remove(struct unwind_table *table) argument
[all...]

Completed in 572 milliseconds

123