table_base 307 arch/x86/pci/xen.c map_irq.table_base = pci_resource_start(dev, bir); table_base 240 drivers/usb/early/xhci-dbc.c memset(xdbc.table_base, 0, PAGE_SIZE); table_base 245 drivers/usb/early/xhci-dbc.c xdbc.erst_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; table_base 262 drivers/usb/early/xhci-dbc.c xdbc.dbcc_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; table_base 269 drivers/usb/early/xhci-dbc.c xdbc.string_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; table_base 563 drivers/usb/early/xhci-dbc.c xdbc.table_base = xdbc_get_page(&xdbc.table_dma); table_base 564 drivers/usb/early/xhci-dbc.c if (!xdbc.table_base) table_base 679 drivers/usb/early/xhci-dbc.c xdbc.table_base = NULL; table_base 156 drivers/usb/early/xhci-dbc.h void *table_base; table_base 157 include/xen/interface/physdev.h uint64_t table_base; table_base 192 net/ipv4/netfilter/arp_tables.c const void *table_base; table_base 208 net/ipv4/netfilter/arp_tables.c table_base = private->entries; table_base 214 net/ipv4/netfilter/arp_tables.c e = get_entry(table_base, private->hook_entry[hook]); table_base 246 net/ipv4/netfilter/arp_tables.c e = get_entry(table_base, table_base 254 net/ipv4/netfilter/arp_tables.c if (table_base + v table_base 263 net/ipv4/netfilter/arp_tables.c e = get_entry(table_base, v); table_base 235 net/ipv4/netfilter/ip_tables.c const void *table_base; table_base 263 net/ipv4/netfilter/ip_tables.c table_base = private->entries; table_base 276 net/ipv4/netfilter/ip_tables.c e = get_entry(table_base, private->hook_entry[hook]); table_base 322 net/ipv4/netfilter/ip_tables.c e = get_entry(table_base, table_base 330 net/ipv4/netfilter/ip_tables.c if (table_base + v != ipt_next_entry(e) && table_base 339 net/ipv4/netfilter/ip_tables.c e = get_entry(table_base, v); table_base 259 net/ipv6/netfilter/ip6_tables.c const void *table_base; table_base 285 net/ipv6/netfilter/ip6_tables.c table_base = private->entries; table_base 298 net/ipv6/netfilter/ip6_tables.c e = get_entry(table_base, private->hook_entry[hook]); table_base 345 net/ipv6/netfilter/ip6_tables.c e = get_entry(table_base, table_base 351 net/ipv6/netfilter/ip6_tables.c if (table_base + v != ip6t_next_entry(e) && table_base 360 net/ipv6/netfilter/ip6_tables.c e = get_entry(table_base, v); table_base 745 sound/pci/ca0106/ca0106_main.c u32 *table_base = (u32 *)(emu->buffer.area+(8*16*channel)); table_base 770 sound/pci/ca0106/ca0106_main.c runtime->dma_addr, runtime->dma_area, table_base); table_base 825 sound/pci/ca0106/ca0106_main.c table_base[i*2] = runtime->dma_addr + (i * period_size_bytes); table_base 826 sound/pci/ca0106/ca0106_main.c table_base[i*2+1] = period_size_bytes << 16; table_base 877 sound/pci/ca0106/ca0106_main.c runtime->dma_addr, runtime->dma_area, table_base); table_base 445 sound/pci/emu10k1/emu10k1x.c u32 *table_base = (u32 *)(emu->dma_buffer.area+1024*voice); table_base 450 sound/pci/emu10k1/emu10k1x.c *table_base++=runtime->dma_addr+(i*period_size_bytes); table_base 451 sound/pci/emu10k1/emu10k1x.c *table_base++=period_size_bytes<<16; table_base 321 sound/pci/emu10k1/p16v.c u32 *table_base = (u32 *)(emu->p16v_buffer.area+(8*16*channel)); table_base 336 sound/pci/emu10k1/p16v.c runtime->dma_addr, runtime->dma_area, table_base); table_base 360 sound/pci/emu10k1/p16v.c table_base[i*2]=runtime->dma_addr+(i*period_size_bytes); table_base 361 sound/pci/emu10k1/p16v.c table_base[(i*2)+1]=period_size_bytes<<16;