Searched refs:table_base (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/sound/pci/emu10k1/ |
D | p16v.c | 343 u32 *table_base = (u32 *)(emu->p16v_buffer.area+(8*16*channel)); in snd_p16v_pcm_prepare_playback() local 358 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 | 459 u32 *table_base = (u32 *)(emu->dma_buffer.area+1024*voice); in snd_emu10k1x_pcm_prepare() local 464 *table_base++=runtime->dma_addr+(i*period_size_bytes); in snd_emu10k1x_pcm_prepare() 465 *table_base++=period_size_bytes<<16; in snd_emu10k1x_pcm_prepare()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | ip_tables.c | 257 const void *table_base; in trace_packet() local 264 table_base = private->entries[smp_processor_id()]; in trace_packet() 265 root = get_entry(table_base, private->hook_entry[hook]); in trace_packet() 299 const void *table_base; in ipt_do_table() local 334 table_base = private->entries[cpu]; in ipt_do_table() 339 e = get_entry(table_base, private->hook_entry[hook]); in ipt_do_table() 343 get_entry(table_base, private->underflow[hook])); in ipt_do_table() 387 e = get_entry(table_base, in ipt_do_table() 399 if (table_base + v != ipt_next_entry(e) && in ipt_do_table() 410 e = get_entry(table_base, v); in ipt_do_table()
|
D | arp_tables.c | 259 void *table_base; in arpt_do_table() local 278 table_base = private->entries[smp_processor_id()]; in arpt_do_table() 280 e = get_entry(table_base, private->hook_entry[hook]); in arpt_do_table() 281 back = get_entry(table_base, private->underflow[hook]); in arpt_do_table() 314 back = get_entry(table_base, back->comefrom); in arpt_do_table() 317 if (table_base + v in arpt_do_table() 321 next->comefrom = (void *)back - table_base; in arpt_do_table() 327 e = get_entry(table_base, v); in arpt_do_table()
|
/linux-4.1.27/include/xen/interface/ |
D | physdev.h | 157 uint64_t table_base; member
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6_tables.c | 286 const void *table_base; in trace_packet() local 293 table_base = private->entries[smp_processor_id()]; in trace_packet() 294 root = get_entry(table_base, private->hook_entry[hook]); in trace_packet() 327 const void *table_base; in ip6t_do_table() local 360 table_base = private->entries[cpu]; in ip6t_do_table() 365 e = get_entry(table_base, private->hook_entry[hook]); in ip6t_do_table() 410 e = get_entry(table_base, in ip6t_do_table() 416 if (table_base + v != ip6t_next_entry(e) && in ip6t_do_table() 425 e = get_entry(table_base, v); in ip6t_do_table()
|
/linux-4.1.27/sound/pci/ca0106/ |
D | ca0106_main.c | 761 u32 *table_base = (u32 *)(emu->buffer.area+(8*16*channel)); in snd_ca0106_pcm_prepare_playback() local 786 runtime->dma_addr, runtime->dma_area, table_base); in snd_ca0106_pcm_prepare_playback() 841 table_base[i*2] = runtime->dma_addr + (i * period_size_bytes); in snd_ca0106_pcm_prepare_playback() 842 table_base[i*2+1] = period_size_bytes << 16; in snd_ca0106_pcm_prepare_playback() 893 runtime->dma_addr, runtime->dma_area, table_base); in snd_ca0106_pcm_prepare_capture()
|
/linux-4.1.27/arch/x86/pci/ |
D | xen.c | 312 map_irq.table_base = pci_resource_start(dev, bir); in xen_initdom_setup_msi_irqs()
|
/linux-4.1.27/arch/x86/kvm/ |
D | vmx.c | 1777 unsigned long table_base; in segment_base() local 1783 table_base = gdt->address; in segment_base() 1791 table_base = segment_base(ldt_selector); in segment_base() 1793 d = (struct desc_struct *)(table_base + (selector & ~7)); in segment_base()
|