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

123

/arch/arm/include/asm/
H A Dkvm_coproc.h26 const struct coproc_reg *table; member in struct:kvm_coproc_target_table
29 void kvm_register_target_coproc_table(struct kvm_coproc_target_table *table);
/arch/arm64/include/asm/
H A Dkvm_coproc.h29 const struct sys_reg_desc *table; member in struct:kvm_sys_reg_table
39 struct kvm_sys_reg_target_table *table);
/arch/mips/math-emu/
H A Ddp_sqrt.c24 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/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.c52 static int __init sfi_parse_cpus(struct sfi_table_header *table) argument
59 sb = (struct sfi_table_simple *)table;
78 static int __init sfi_parse_ioapic(struct sfi_table_header *table) argument
88 sb = (struct sfi_table_simple *)table;
98 "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(struct ctl_table *table, int write, argument
124 static int procctl_frv_pin_cxnr(struct ctl_table *table, int write, argument
/arch/mips/lasat/
H A Dsysctl.c42 int proc_dolasatstring(struct ctl_table *table, int write, argument
47 r = proc_dostring(table, write, buffer, lenp, ppos);
57 int proc_dolasatint(struct ctl_table *table, int write, argument
62 r = proc_dointvec(table, write, buffer, lenp, ppos);
75 int proc_dolasatrtc(struct ctl_table *table, int write, argument
88 r = proc_dointvec(table, write, buffer, lenp, ppos);
100 int proc_lasat_ip(struct ctl_table *table, int write, argument
108 if (!table->data || !table->maxlen || !*lenp ||
132 *(unsigned int *)(table
160 proc_lasat_prid(struct ctl_table *table, int write, void *buffer, size_t *lenp, loff_t *ppos) argument
[all...]
/arch/powerpc/include/asm/
H A Dpgalloc-32.h51 static inline void pgtable_free(void *table, unsigned index_size) argument
54 free_page((unsigned long)table);
61 void *table, int shift)
63 unsigned long pgf = (unsigned long)table;
71 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); local
74 pgtable_free(table, shift);
78 void *table, int shift)
80 pgtable_free(table, shift);
84 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, argument
88 pgtable_page_dtor(table);
60 pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) argument
77 pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) argument
[all...]
H A Dpgalloc-64.h23 * the table need to be passed an "index_size" so they know how to
31 * any page table pointer. In other words all pagetables, even tiny
113 static inline void pgtable_free(void *table, unsigned index_size) argument
116 free_page((unsigned long)table);
119 kmem_cache_free(PGT_CACHE(index_size), table); local
125 void *table, int shift)
127 unsigned long pgf = (unsigned long)table;
135 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); local
138 pgtable_free(table, shift);
142 void *table, in
124 pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) argument
141 pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) argument
148 __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, unsigned long address) argument
216 __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, unsigned long address) 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/s390/include/asm/
H A Dpgalloc.h86 unsigned long *table = crst_table_alloc(mm); local
87 if (table)
88 crst_table_init(table, _REGION3_ENTRY_EMPTY);
89 return (pud_t *) table;
95 unsigned long *table = crst_table_alloc(mm); local
97 if (!table)
99 crst_table_init(table, _SEGMENT_ENTRY_EMPTY);
100 if (!pgtable_pmd_page_ctor(virt_to_page(table))) {
101 crst_table_free(mm, table);
104 return (pmd_t *) table;
[all...]
/arch/sparc/include/asm/
H A Dpgalloc_64.h14 /* Page table allocation/freeing. */
77 void pgtable_free(void *table, bool is_page);
84 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) argument
86 unsigned long pgf = (unsigned long)table;
94 void *table = (void *)((unsigned long)_table & ~0x1UL); local
99 pgtable_free(table, is_page);
102 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) argument
104 pgtable_free(table, is_page);
/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 Dprobes.c369 * table.
371 * When the table is parsed, each entry is checked in turn to see if it
376 * If no match is found before the end of the table is reached then decoding
385 * depends on the type of the table entry's decode struct.
390 const union decode_item *table, bool thumb,
393 const struct decode_header *h = (struct decode_header *)table;
420 next = (struct decode_header *)d->table.table;
389 probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi, const union decode_item *table, bool thumb, bool emulate, const union decode_action *actions) argument
H A Dunwind.c196 /* main unwind table */
202 struct unwind_table *table; local
205 list_for_each_entry(table, &unwind_tables, list) {
206 if (addr >= table->begin_addr &&
207 addr < table->end_addr) {
208 idx = search_index(addr, table->start,
209 table->origin,
210 table->stop);
212 list_move(&table->list, &unwind_tables);
228 pr_warn("unwind: Corrupt unwind table\
[all...]
H A Dprobes.h148 * are of the union type decode_item, therefore the entire decode table can be
153 * In order to construct each entry in the table, macros are used to
170 * DECODE_TABLE(mask, value, table)
171 * Instruction decoding jumps to parsing the new sub-table 'table'.
196 * This allows the mask/value test of multiple table entries to be
230 * This register specification is checked after a decode table entry is found to
303 const union decode_item *table; member in union:decode_item
335 union decode_item table; member in struct:decode_table
340 {.table
[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...]
/arch/x86/boot/compressed/
H A Deboot.h108 u64 table; member in struct:efi_config
/arch/arm/plat-samsung/include/plat/
H A Dcpu-freq-core.h96 * struct s3c_plltab - PLL table information.
98 * @size: Size of the PLL table @vals.
109 * @pll: The PLL table entry for the current PLL settings.
148 * @calc_freqtable: Calculate (fill in) the given frequency table from the
149 * current frequency configuration. If the table passed in is NULL,
151 * of the table.
272 static inline int s3c_cpufreq_addfreq(struct cpufreq_frequency_table *table, argument
279 if (table) {
286 table[index].driver_data = index;
287 table[inde
[all...]

Completed in 5339 milliseconds

123