/openbmc/qemu/hw/xen/ |
H A D | xen_pt_msi.c | 132 uint64_t table_base = 0; in msi_msix_setup() local 135 table_base = s->msix->table_base; in msi_msix_setup() 142 msix_entry, table_base); in msi_msix_setup() 576 msix->table_base = s->real_device.io_regions[bar_index].base_addr; in xen_pt_msix_init() 577 XEN_PT_LOG(d, "get MSI-X table BAR base 0x%"PRIx64"\n", msix->table_base); in xen_pt_msix_init() 594 msix->table_base + table_off - msix->table_offset_adjust); in xen_pt_msix_init()
|
H A D | xen_pt.h | 225 uint64_t table_base; member
|
/openbmc/linux/drivers/usb/early/ |
H A D | xhci-dbc.c | 241 memset(xdbc.table_base, 0, PAGE_SIZE); in xdbc_mem_init() 246 xdbc.erst_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; in xdbc_mem_init() 263 xdbc.dbcc_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; in xdbc_mem_init() 270 xdbc.string_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; in xdbc_mem_init() 563 xdbc.table_base = xdbc_get_page(&xdbc.table_dma); in xdbc_early_setup() 564 if (!xdbc.table_base) in xdbc_early_setup() 682 xdbc.table_base = NULL; in early_xdbc_setup_hardware()
|
H A D | xhci-dbc.h | 156 void *table_base; member
|
/openbmc/qemu/target/i386/kvm/ |
H A D | xen-compat.h | 67 uint64_t table_base; member
|
H A D | xen-emu.c | 1618 memmove(&map.table_base, &map32->table_base, sizeof(map.table_base)); in kvm_xen_hcall_physdev_op()
|
/openbmc/linux/sound/pci/emu10k1/ |
H A D | p16v.c | 235 u32 *table_base = (u32 *)(emu->p16v_buffer->area+(8*16*channel)); in snd_p16v_pcm_prepare_playback() local 250 runtime->dma_addr, runtime->dma_area, table_base); in snd_p16v_pcm_prepare_playback() 279 table_base[i*2]=runtime->dma_addr+(i*period_size_bytes); in snd_p16v_pcm_prepare_playback() 280 table_base[(i*2)+1]=period_size_bytes<<16; in snd_p16v_pcm_prepare_playback()
|
H A D | emu10k1x.c | 444 u32 *table_base = (u32 *)(emu->dma_buffer->area+1024*voice); in snd_emu10k1x_pcm_prepare() local 449 *table_base++=runtime->dma_addr+(i*period_size_bytes); in snd_emu10k1x_pcm_prepare() 450 *table_base++=period_size_bytes<<16; in snd_emu10k1x_pcm_prepare()
|
/openbmc/linux/include/xen/interface/ |
H A D | physdev.h | 139 uint64_t table_base; member
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | arp_tables.c | 193 const void *table_base; in arpt_do_table() local 209 table_base = private->entries; in arpt_do_table() 215 e = get_entry(table_base, private->hook_entry[hook]); in arpt_do_table() 247 e = get_entry(table_base, in arpt_do_table() 255 if (table_base + v in arpt_do_table() 264 e = get_entry(table_base, v); in arpt_do_table()
|
H A D | ip_tables.c | 234 const void *table_base; in ipt_do_table() local 262 table_base = private->entries; in ipt_do_table() 275 e = get_entry(table_base, private->hook_entry[hook]); in ipt_do_table() 321 e = get_entry(table_base, in ipt_do_table() 329 if (table_base + v != ipt_next_entry(e) && in ipt_do_table() 338 e = get_entry(table_base, v); in ipt_do_table()
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | physdev.h | 157 uint64_t table_base; member
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 257 const void *table_base; in ip6t_do_table() local 284 table_base = private->entries; in ip6t_do_table() 297 e = get_entry(table_base, private->hook_entry[hook]); in ip6t_do_table() 344 e = get_entry(table_base, in ip6t_do_table() 350 if (table_base + v != ip6t_next_entry(e) && in ip6t_do_table() 359 e = get_entry(table_base, v); in ip6t_do_table()
|
/openbmc/linux/sound/pci/ca0106/ |
H A D | ca0106_main.c | 721 u32 *table_base = (u32 *)(emu->buffer->area+(8*16*channel)); in snd_ca0106_pcm_prepare_playback() local 746 runtime->dma_addr, runtime->dma_area, table_base); in snd_ca0106_pcm_prepare_playback() 801 table_base[i*2] = runtime->dma_addr + (i * period_size_bytes); in snd_ca0106_pcm_prepare_playback() 802 table_base[i*2+1] = period_size_bytes << 16; in snd_ca0106_pcm_prepare_playback() 853 runtime->dma_addr, runtime->dma_area, table_base); in snd_ca0106_pcm_prepare_capture()
|
/openbmc/linux/arch/x86/pci/ |
H A D | xen.c | 308 map_irq.table_base = pci_resource_start(dev, bir); in xen_initdom_setup_msi_irqs()
|