Searched refs:table_base (Results 1 - 9 of 9) sorted by relevance
/linux-4.4.14/sound/pci/emu10k1/ |
H A D | p16v.c | 343 u32 *table_base = (u32 *)(emu->p16v_buffer.area+(8*16*channel)); snd_p16v_pcm_prepare_playback() local 357 "dma_addr=%x, dma_area=%p, table_base=%p\n", snd_p16v_pcm_prepare_playback() 358 runtime->dma_addr, runtime->dma_area, table_base); snd_p16v_pcm_prepare_playback() 382 table_base[i*2]=runtime->dma_addr+(i*period_size_bytes); snd_p16v_pcm_prepare_playback() 383 table_base[(i*2)+1]=period_size_bytes<<16; snd_p16v_pcm_prepare_playback()
|
H A D | emu10k1x.c | 459 u32 *table_base = (u32 *)(emu->dma_buffer.area+1024*voice); snd_emu10k1x_pcm_prepare() local 464 *table_base++=runtime->dma_addr+(i*period_size_bytes); snd_emu10k1x_pcm_prepare() 465 *table_base++=period_size_bytes<<16; snd_emu10k1x_pcm_prepare()
|
/linux-4.4.14/net/ipv4/netfilter/ |
H A D | ip_tables.c | 297 const void *table_base; ipt_do_table() local 334 table_base = private->entries; ipt_do_table() 347 e = get_entry(table_base, private->hook_entry[hook]); ipt_do_table() 351 get_entry(table_base, private->underflow[hook])); ipt_do_table() 397 e = get_entry(table_base, 409 if (table_base + v != ipt_next_entry(e) && 416 e = get_entry(table_base, v);
|
H A D | arp_tables.c | 259 const void *table_base; arpt_do_table() local 280 table_base = private->entries; arpt_do_table() 286 e = get_entry(table_base, private->hook_entry[hook]); arpt_do_table() 322 e = get_entry(table_base, arpt_do_table() 330 if (table_base + v arpt_do_table() 335 e = get_entry(table_base, v); arpt_do_table()
|
/linux-4.4.14/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 325 const void *table_base; ip6t_do_table() local 360 table_base = private->entries; ip6t_do_table() 373 e = get_entry(table_base, private->hook_entry[hook]); ip6t_do_table() 420 e = get_entry(table_base, 426 if (table_base + v != ip6t_next_entry(e) && 431 e = get_entry(table_base, v);
|
/linux-4.4.14/include/xen/interface/ |
H A D | physdev.h | 157 uint64_t table_base; member in struct:physdev_map_pirq
|
/linux-4.4.14/sound/pci/ca0106/ |
H A D | ca0106_main.c | 761 u32 *table_base = (u32 *)(emu->buffer.area+(8*16*channel)); snd_ca0106_pcm_prepare_playback() local 785 "dma_addr=%x, dma_area=%p, table_base=%p\n", snd_ca0106_pcm_prepare_playback() 786 runtime->dma_addr, runtime->dma_area, table_base); snd_ca0106_pcm_prepare_playback() 841 table_base[i*2] = runtime->dma_addr + (i * period_size_bytes); snd_ca0106_pcm_prepare_playback() 842 table_base[i*2+1] = period_size_bytes << 16; snd_ca0106_pcm_prepare_playback() 892 "dma_addr=%x, dma_area=%p, table_base=%p\n", snd_ca0106_pcm_prepare_capture() 893 runtime->dma_addr, runtime->dma_area, table_base); snd_ca0106_pcm_prepare_capture()
|
/linux-4.4.14/arch/x86/pci/ |
H A D | xen.c | 312 map_irq.table_base = pci_resource_start(dev, bir); for_each_pci_msi_entry()
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | vmx.c | 1851 unsigned long table_base; segment_base() local 1857 table_base = gdt->address; segment_base() 1865 table_base = segment_base(ldt_selector); segment_base() 1867 d = (struct desc_struct *)(table_base + (selector & ~7)); segment_base()
|
Completed in 423 milliseconds