Searched refs:table_base (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/include/xen/interface/ |
D | physdev.h | 129 uint64_t table_base; member
|
/linux-2.6.39/sound/pci/emu10k1/ |
D | p16v.c | 346 u32 *table_base = (u32 *)(emu->p16v_buffer.area+(8*16*channel)); in snd_p16v_pcm_prepare_playback() local 359 runtime->dma_addr, runtime->dma_area, table_base); in snd_p16v_pcm_prepare_playback() 382 table_base[i*2]=runtime->dma_addr+(i*period_size_bytes); in snd_p16v_pcm_prepare_playback() 383 table_base[(i*2)+1]=period_size_bytes<<16; in snd_p16v_pcm_prepare_playback()
|
D | emu10k1x.c | 458 u32 *table_base = (u32 *)(emu->dma_buffer.area+1024*voice); in snd_emu10k1x_pcm_prepare() local 463 *table_base++=runtime->dma_addr+(i*period_size_bytes); in snd_emu10k1x_pcm_prepare() 464 *table_base++=period_size_bytes<<16; in snd_emu10k1x_pcm_prepare()
|
/linux-2.6.39/net/ipv4/netfilter/ |
D | ip_tables.c | 267 const void *table_base; in trace_packet() local 273 table_base = private->entries[smp_processor_id()]; in trace_packet() 274 root = get_entry(table_base, private->hook_entry[hook]); in trace_packet() 309 const void *table_base; in ipt_do_table() local 337 table_base = private->entries[cpu]; in ipt_do_table() 342 e = get_entry(table_base, private->hook_entry[hook]); in ipt_do_table() 346 get_entry(table_base, private->underflow[hook])); in ipt_do_table() 391 e = get_entry(table_base, in ipt_do_table() 403 if (table_base + v != ipt_next_entry(e) && in ipt_do_table() 414 e = get_entry(table_base, v); in ipt_do_table()
|
D | arp_tables.c | 260 void *table_base; in arpt_do_table() local 272 table_base = private->entries[smp_processor_id()]; in arpt_do_table() 274 e = get_entry(table_base, private->hook_entry[hook]); in arpt_do_table() 275 back = get_entry(table_base, private->underflow[hook]); in arpt_do_table() 308 back = get_entry(table_base, back->comefrom); in arpt_do_table() 311 if (table_base + v in arpt_do_table() 315 next->comefrom = (void *)back - table_base; in arpt_do_table() 321 e = get_entry(table_base, v); in arpt_do_table()
|
/linux-2.6.39/net/ipv6/netfilter/ |
D | ip6_tables.c | 297 const void *table_base; in trace_packet() local 303 table_base = private->entries[smp_processor_id()]; in trace_packet() 304 root = get_entry(table_base, private->hook_entry[hook]); in trace_packet() 338 const void *table_base; in ip6t_do_table() local 364 table_base = private->entries[cpu]; in ip6t_do_table() 369 e = get_entry(table_base, private->hook_entry[hook]); in ip6t_do_table() 414 e = get_entry(table_base, in ip6t_do_table() 420 if (table_base + v != ip6t_next_entry(e) && in ip6t_do_table() 429 e = get_entry(table_base, v); in ip6t_do_table()
|
/linux-2.6.39/sound/pci/ca0106/ |
D | ca0106_main.c | 759 u32 *table_base = (u32 *)(emu->buffer.area+(8*16*channel)); in snd_ca0106_pcm_prepare_playback() local 783 runtime->dma_addr, runtime->dma_area, table_base); in snd_ca0106_pcm_prepare_playback() 837 table_base[i*2] = runtime->dma_addr + (i * period_size_bytes); in snd_ca0106_pcm_prepare_playback() 838 table_base[i*2+1] = period_size_bytes << 16; in snd_ca0106_pcm_prepare_playback() 888 runtime->dma_addr, runtime->dma_area, table_base); in snd_ca0106_pcm_prepare_capture()
|
/linux-2.6.39/arch/x86/pci/ |
D | xen.c | 212 map_irq.table_base = pci_resource_start(dev, bir); in xen_initdom_setup_msi_irqs()
|
/linux-2.6.39/arch/x86/kvm/ |
D | vmx.c | 772 unsigned long table_base; in segment_base() local 778 table_base = gdt->address; in segment_base() 786 table_base = segment_base(ldt_selector); in segment_base() 788 d = (struct desc_struct *)(table_base + (selector & ~7)); in segment_base()
|