Searched refs:table_base (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/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.4.14/include/xen/interface/ |
D | physdev.h | 157 uint64_t table_base; member
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | arp_tables.c | 259 const void *table_base; in arpt_do_table() local 280 table_base = private->entries; in arpt_do_table() 286 e = get_entry(table_base, private->hook_entry[hook]); in arpt_do_table() 322 e = get_entry(table_base, in arpt_do_table() 330 if (table_base + v in arpt_do_table() 335 e = get_entry(table_base, v); in arpt_do_table()
|
D | ip_tables.c | 297 const void *table_base; in ipt_do_table() local 334 table_base = private->entries; in ipt_do_table() 347 e = get_entry(table_base, private->hook_entry[hook]); in ipt_do_table() 351 get_entry(table_base, private->underflow[hook])); in ipt_do_table() 397 e = get_entry(table_base, in ipt_do_table() 409 if (table_base + v != ipt_next_entry(e) && in ipt_do_table() 416 e = get_entry(table_base, v); in ipt_do_table()
|
/linux-4.4.14/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.4.14/net/ipv6/netfilter/ |
D | ip6_tables.c | 325 const void *table_base; in ip6t_do_table() local 360 table_base = private->entries; in ip6t_do_table() 373 e = get_entry(table_base, private->hook_entry[hook]); in ip6t_do_table() 420 e = get_entry(table_base, in ip6t_do_table() 426 if (table_base + v != ip6t_next_entry(e) && in ip6t_do_table() 431 e = get_entry(table_base, v); in ip6t_do_table()
|
/linux-4.4.14/arch/x86/pci/ |
D | xen.c | 312 map_irq.table_base = pci_resource_start(dev, bir); in xen_initdom_setup_msi_irqs()
|
/linux-4.4.14/arch/x86/kvm/ |
D | vmx.c | 1851 unsigned long table_base; in segment_base() local 1857 table_base = gdt->address; in segment_base() 1865 table_base = segment_base(ldt_selector); in segment_base() 1867 d = (struct desc_struct *)(table_base + (selector & ~7)); in segment_base()
|